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

Unified Diff: Source/platform/blink_platform.gyp

Issue 54053006: Move weborigin/ under platform/ so that it may someday call platform APIs (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
Index: Source/platform/blink_platform.gyp
diff --git a/Source/platform/blink_platform.gyp b/Source/platform/blink_platform.gyp
index 96ee813d7c63b14949f17d9989002e62c8b7e80e..03e5e8eb38d54ba4ba2ca38c752fa7c865c1e2cd 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -64,14 +64,13 @@
'dependencies': [
'../config.gyp:config',
'../wtf/wtf.gyp:wtf',
- '../weborigin/weborigin.gyp:weborigin',
'<(DEPTH)/skia/skia.gyp:skia',
# FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
# The code touching ANGLE should really be moved into the ANGLE directory.
'<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
- '<(DEPTH)/url/url.gyp:url_lib',
'<(DEPTH)/third_party/icu/icu.gyp:icui18n',
'<(DEPTH)/third_party/icu/icu.gyp:icuuc',
+ '<(DEPTH)/url/url.gyp:url_lib',
'platform_derived_sources.gyp:make_platform_derived_sources',
'blink_common',
],
@@ -79,6 +78,7 @@
# FIXME: This dependency exists for CSS Custom Filters, via the file ANGLEPlatformBridge
# The code touching ANGLE should really be moved into the ANGLE directory.
'<(DEPTH)/third_party/angle_dx11/src/build_angle.gyp:translator',
+ '<(DEPTH)/url/url.gyp:url_lib',
],
'defines': [
'BLINK_PLATFORM_IMPLEMENTATION=1',

Powered by Google App Engine
This is Rietveld 408576698