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

Unified Diff: Source/platform/blink_platform.gyp

Issue 64713002: Move KillRing to platform/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: move special cases from core.gyp Created 7 years, 1 month 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/KillRingNone.cpp ('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 96ee813d7c63b14949f17d9989002e62c8b7e80e..dfef4d86d05f3db7c51d602ca5fc1382794bad45 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -111,8 +111,15 @@
]
},
'sources/': [
+ ['include', 'mac/KillRingMac\\.mm$'],
abarth-chromium 2013/11/07 23:31:18 I don't think this line is needed. It should be i
+
# We use LocaleMac.mm instead of LocaleICU.cpp
['exclude', 'LocaleICU\\.(cpp|h)$'],
+
+ # The Mac uses mac/KillRingMac.mm instead of the dummy
+ # implementation.
+ ['exclude', 'KillRingNone\\.cpp$'],
abarth-chromium 2013/11/07 23:31:18 This one is good though.
+
],
}, { # OS!="mac"
'sources/': [
« no previous file with comments | « Source/platform/KillRingNone.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698