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

Unified Diff: public/blink.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/web/web.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/blink.gyp
diff --git a/public/blink.gyp b/public/blink.gyp
index e74a1d1bd2c9801aa9f1af1de9da4b5ece6bd213..77a6f1bee80dde7eacc097b39a64358177ecc02a 100644
--- a/public/blink.gyp
+++ b/public/blink.gyp
@@ -37,7 +37,6 @@
'type': 'none',
'dependencies': [
'../Source/web/web.gyp:webkit',
- # FIXME: Whis is this dependency needed here?
'../Source/platform/blink_platform.gyp:blink_platform',
'blink_minimal',
],
@@ -54,10 +53,10 @@
'target_name': 'blink_minimal',
'type': 'none',
'dependencies': [
- '../Source/web/web.gyp:blink_common',
+ '../Source/platform/blink_platform.gyp:blink_common',
],
'export_dependent_settings': [
- '../Source/web/web.gyp:blink_common',
+ '../Source/platform/blink_platform.gyp:blink_common',
],
},
],
« no previous file with comments | « Source/web/web.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698