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

Unified Diff: win8/metro_driver/metro_driver.gyp

Issue 199843004: Chrome metro mode win7 emulation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comments Created 6 years, 9 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 | « win8/metro_driver/metro_driver.cc ('k') | win8/metro_driver/metro_driver_win7.cc » ('j') | 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 42fd9c72d583bbaa6799d6b09ded230e4081b589..34fbcdd98890b43b8ca6c4077d2dd7beef9b0c78 100644
--- a/win8/metro_driver/metro_driver.gyp
+++ b/win8/metro_driver/metro_driver.gyp
@@ -22,6 +22,12 @@
'AdditionalDependencies': [
'D2D1.lib',
'D3D11.lib',
+ 'runtimeobject.lib',
+ ],
+ 'DelayLoadDLLs': [
+ 'API-MS-WIN-CORE-WINRT-ERROR-L1-1-0.DLL',
+ 'API-MS-WIN-CORE-WINRT-L1-1-0.DLL',
+ 'API-MS-WIN-CORE-WINRT-STRING-L1-1-0.DLL',
],
},
'VCCLCompilerTool': {
@@ -76,6 +82,7 @@
'display_properties.h',
'metro_driver.cc',
'metro_driver.h',
+ 'metro_driver_win7.cc',
'stdafx.h',
'winrt_utils.cc',
'winrt_utils.h',
« no previous file with comments | « win8/metro_driver/metro_driver.cc ('k') | win8/metro_driver/metro_driver_win7.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698