summaryrefslogtreecommitdiffstats
path: root/src/core/config/embedded_linux.gypi
blob: f192243cea9e36c794282b1e2ed631574ff61f7c (plain)
1
2
3
4
5
6
7
8
9
{
  'target_defaults': {
    # patterns used to exclude chromium files from the build when we have a drop-in replacement
    'sources/': [
      # We are using gl_context_qt.cc instead.
      ['exclude', 'gl_context_ozone.cc$'],
    ],
  },
}