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

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: 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
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index 5ce125d5f168930a7f1627fed4ea7b5c431d70ae..b2390d27cf82d8b41a5b4b4cbe37b5582ef4f8be 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -139,6 +139,16 @@
'<(DEPTH)/third_party/openmax_dl/dl/dl.gyp:openmax_dl',
],
}],
+ ['toolkit_uses_gtk == 0', {
+ 'sources/': [
+ ['exclude', 'platform/chromium/KeyCodeConversionGtk\\.cpp$'],
abarth-chromium 2013/10/13 15:13:19 This should probably be: ['exclude', 'Gtk\\.cpp$'
tfarina 2013/10/13 16:52:26 Done.
+ ],
+ }],
+ ['OS!="android"', {
+ 'sources/': [
+ ['exclude', 'Android\\.cpp$'],
+ ],
+ }],
],
}],
}

Powered by Google App Engine
This is Rietveld 408576698