| 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',
|
|
|