summaryrefslogtreecommitdiffstats
path: root/build/filename_rules.gypi
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-07 00:33:04 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-04-07 00:33:04 +0000
commit328ce55f74ce4316a4fbb1286be14bf603e841e6 (patch)
treedda8a6ff77f9828dad816d6b02a21e65605f9f1f /build/filename_rules.gypi
parent9d7a49d744c7431eded94842d9bab9f7eae7c7b6 (diff)
downloadchromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.zip
chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.gz
chromium_src-328ce55f74ce4316a4fbb1286be14bf603e841e6.tar.bz2
Remove WAYLAND port
Also removed skia/ext/canvas_paint_x.h which is not in use. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10009024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@131219 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/filename_rules.gypi')
-rw-r--r--build/filename_rules.gypi7
1 files changed, 0 insertions, 7 deletions
diff --git a/build/filename_rules.gypi b/build/filename_rules.gypi
index 1de7e5d..d5a5a65 100644
--- a/build/filename_rules.gypi
+++ b/build/filename_rules.gypi
@@ -80,12 +80,5 @@
['exclude', '(^|/)ash/'],
]
}],
- ['use_wayland!=1', {
- 'sources/': [
- ['exclude', '_(wayland)(_unittest)?\\.(h|cc)$'],
- ['exclude', '(^|/)wayland/'],
- ['exclude', '(^|/)(wayland)_[^/]*\\.(h|cc)$'],
- ],
- }],
]
}