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

Unified Diff: win8/metro_driver/metro_driver.gyp

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 | « webkit/storage/webkit_storage.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index 623b000d2f97dc9b1df0b98c7e0f388437f83768..bad7c795dced9258ba9ca02de20968fd81a339a7 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -52,13 +52,13 @@
'type': 'shared_library',
'dependencies': [
'../../base/base.gyp:base',
- '../../build/temp_gyp/googleurl.gyp:googleurl',
'../../chrome/common_constants.gyp:common_constants',
'../../crypto/crypto.gyp:crypto',
'../../google_update/google_update.gyp:google_update',
'../../ipc/ipc.gyp:ipc',
'../../sandbox/sandbox.gyp:sandbox',
'../../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
+ '../../url/url.gyp:url_lib',
'../win8.gyp:check_sdk_patch',
'metro_driver_version_resources',
],
@@ -77,8 +77,8 @@
'chrome_app_view_ash.h',
'direct3d_helper.cc',
'direct3d_helper.h',
- 'file_picker_ash.h',
'file_picker_ash.cc',
+ 'file_picker_ash.h',
],
}, { # use_aura!=1
'sources': [
@@ -90,16 +90,16 @@
'../delegate_execute/chrome_util.h',
'devices_handler.cc',
'devices_handler.h',
- 'file_picker.h',
'file_picker.cc',
+ 'file_picker.h',
'metro_dialog_box.cc',
'metro_dialog_box.h',
- 'print_handler.cc',
- 'print_handler.h',
'print_document_source.cc',
'print_document_source.h',
- 'secondary_tile.h',
+ 'print_handler.cc',
+ 'print_handler.h',
'secondary_tile.cc',
+ 'secondary_tile.h',
'settings_handler.cc',
'settings_handler.h',
'toast_notification_handler.cc',
« no previous file with comments | « webkit/storage/webkit_storage.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698