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

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: Stale refernence to weboriginexport in .gpyi 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/URLPatternMatcher.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 b8e0893b72a5f0c2be7864c8f84f7b19e954b4af..3e8cf403e48c1c69311474716fcf7a33310d8c5a 100644
--- a/Source/platform/blink_platform.gyp
+++ b/Source/platform/blink_platform.gyp
@@ -62,14 +62,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',
],
@@ -77,6 +76,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',
« no previous file with comments | « Source/platform/URLPatternMatcher.cpp ('k') | Source/platform/blink_platform.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698