Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1978)

Unified Diff: Source/platform/blink_platform.gyp

Issue 26592011: Move keyboard related files from core/ to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/platform/WindowsKeyboardCodes.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index 5ce125d5f168930a7f1627fed4ea7b5c431d70ae..b6345414aadbe6eb39b3f8aa992401983305d12f 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -123,6 +123,16 @@
['exclude', 'Win\\.cpp$'],
],
}],
+ ['toolkit_uses_gtk == 0', {
+ 'sources/': [
+ ['exclude', 'Gtk\\.cpp$'],
+ ],
+ }],
+ ['OS!="android"', {
+ 'sources/': [
+ ['exclude', 'Android\\.cpp$'],
+ ],
+ }],
['"WTF_USE_WEBAUDIO_FFMPEG=1" in feature_defines', {
'include_dirs': [
'<(DEPTH)/third_party/ffmpeg',
« no previous file with comments | « Source/platform/WindowsKeyboardCodes.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698