Index: chrome/chrome_tests.gypi |
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi |
index a2142b6abf204a305b0285bc4ab9eb0fdad8ee94..363833304cd8d40ab0dc2541592c30d8e46edd94 100644 |
--- a/chrome/chrome_tests.gypi |
+++ b/chrome/chrome_tests.gypi |
@@ -906,6 +906,9 @@ |
'defines': [ |
'HAS_OUT_OF_PROC_TEST_RUNNER', |
], |
+ 'variables': { |
+ 'win_use_external_manifest': 1, |
+ }, |
'sources': [ |
'../apps/app_restore_service_browsertest.cc', |
'../apps/app_shim/app_shim_host_manager_browsertest_mac.mm', |
@@ -1575,6 +1578,15 @@ |
# Runtime dependency. |
'../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome', |
], |
+ 'msvs_settings': { |
+ 'VCLinkerTool': { |
+ 'conditions': [ |
+ ['incremental_chrome_dll==1', { |
+ 'UseLibraryDependencyInputs': "true", |
+ }], |
+ ], |
+ }, |
+ }, |
'conditions': [ |
['disable_nacl_untrusted==0', { |
'sources': [ |