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

Unified Diff: Source/platform/blink_platform.gyp

Issue 25195003: Prepare to move core/platform/text into blink_platform.dll (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: re-attempt upload Created 7 years, 3 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/NotImplemented.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 15a966b4de1650b1bfc72a159f47b04383dafd8c..1554c86ae49074ccdb475bb14914702294653c81 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -33,12 +33,37 @@
'blink_platform.gypi',
],
'targets': [{
+ 'target_name': 'blink_common',
+ 'type': '<(component)',
+ 'variables': { 'enable_wexit_time_destructors': 1 },
+ 'dependencies': [
+ '../config.gyp:config',
+ '../wtf/wtf.gyp:wtf',
+ # FIXME: Can we remove the dependencies on V8 and Skia?
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ ],
+ 'export_dependent_settings': [
+ '<(DEPTH)/skia/skia.gyp:skia',
+ '<(DEPTH)/v8/tools/gyp/v8.gyp:v8',
+ ],
+ 'defines': [
+ 'BLINK_COMMON_IMPLEMENTATION=1',
+ 'INSIDE_BLINK',
+ ],
+ 'sources': [
+ 'exported/WebCString.cpp',
+ 'exported/WebString.cpp',
+ 'exported/WebCommon.cpp',
+ ],
+ }, {
'target_name': 'blink_platform',
'type': '<(component)',
'dependencies': [
'../config.gyp:config',
- '../weborigin/weborigin.gyp:weborigin',
'../wtf/wtf.gyp:wtf',
+ '../weborigin/weborigin.gyp:weborigin',
+ 'blink_common',
],
'defines': [
'BLINK_PLATFORM_IMPLEMENTATION=1',
« no previous file with comments | « Source/platform/NotImplemented.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698