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

Unified Diff: Source/platform/blink_platform.gyp

Issue 26113002: Move core/platform/text/Locale* to platform/text (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
« no previous file with comments | « Source/platform/Task.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 e3e3816083bab32693ab3220c0b00f814927c4dd..8fc0b274ba9c64e34864658ca86ddf2ba6973627 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -83,10 +83,20 @@
'$(SDKROOT)/System/Library/Frameworks/Carbon.framework',
]
},
+ 'sources/': [
+ # We use LocaleMac.mm instead of LocaleICU.cpp
+ ['exclude', 'LocaleICU\\.(cpp|h)$'],
+ ],
+ }, { # OS!="mac"
+ 'sources/': [
+ ['exclude', 'Mac\\.mm$'],
+ ],
}],
['OS=="win"', {
'sources/': [
['exclude', 'Posix\\.cpp$'],
+ # We use LocaleWin.cpp instead of LocaleICU.cpp
+ ['exclude', 'LocaleICU\\.(cpp|h)$'],
],
}, { # OS!="win"
'sources/': [
« no previous file with comments | « Source/platform/Task.h ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698