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

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 10984007: in-chrome viewer for metro (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix include Created 8 years, 3 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
Index: win8/metro_driver/metro_driver.gyp
diff --git a/win8/metro_driver/metro_driver.gyp b/win8/metro_driver/metro_driver.gyp
index 94960cdf1c43e4223bc7e57f3ef38f50b72b0315..5d27b8382ea1a6e1edd57df3351a0b4135679767 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -31,8 +31,9 @@
'type': 'shared_library',
'dependencies': [
'../../base/base.gyp:base',
- '../../build/temp_gyp/googleurl.gyp:googleurl',
+ '../../build/temp_gyp/googleurl.gyp:googleurl',
'../../crypto/crypto.gyp:crypto',
+ '../../ipc/ipc.gyp:ipc',
'../../sandbox/sandbox.gyp:sandbox',
'../../google_update/google_update.gyp:google_update',
'../win8.gyp:check_sdk_patch',
@@ -46,11 +47,14 @@
'../delegate_execute/chrome_util.h',
'devices_handler.cc',
'devices_handler.h',
+ 'direct3d_helper.cc',
+ 'direct3d_helper.h',
'file_picker.h',
'file_picker.cc',
'metro_dialog_box.cc',
'metro_dialog_box.h',
'metro_driver.cc',
+ 'metro_viewer_messages.cc',
'print_handler.cc',
'print_handler.h',
'print_document_source.cc',

Powered by Google App Engine
This is Rietveld 408576698