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

Unified Diff: ppapi/ppapi_host.gypi

Issue 15421002: Roll DEPS for googleurl. Second try. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_frame_ie fix Created 7 years, 7 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 | « net/tools/tld_cleanup/tld_cleanup.gyp ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/ppapi_host.gypi
diff --git a/ppapi/ppapi_host.gypi b/ppapi/ppapi_host.gypi
index 55bc54550bfb9cf0a5dfe9a45e694b8004286466..e65cbcd10023709b4ad96dd0216a47030f7907c3 100644
--- a/ppapi/ppapi_host.gypi
+++ b/ppapi/ppapi_host.gypi
@@ -8,15 +8,15 @@
'target_name': 'ppapi_host',
'type': '<(component)',
'dependencies': [
- 'ppapi.gyp:ppapi_c',
- 'ppapi_internal.gyp:ppapi_proxy',
- 'ppapi_internal.gyp:ppapi_ipc',
- 'ppapi_internal.gyp:ppapi_shared',
'../base/base.gyp:base',
- '../build/temp_gyp/googleurl.gyp:googleurl',
'../ipc/ipc.gyp:ipc',
'../media/media.gyp:shared_memory_support',
'../ui/surface/surface.gyp:surface',
+ '../url/url.gyp:url_lib',
+ 'ppapi.gyp:ppapi_c',
+ 'ppapi_internal.gyp:ppapi_ipc',
+ 'ppapi_internal.gyp:ppapi_proxy',
+ 'ppapi_internal.gyp:ppapi_shared',
],
'defines': [
'PPAPI_HOST_IMPLEMENTATION',
« no previous file with comments | « net/tools/tld_cleanup/tld_cleanup.gyp ('k') | ppapi/ppapi_internal.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698