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

Unified Diff: chrome/chrome_tests.gypi

Issue 25377002: Turn on UseLibraryDependencyInputs for browser_tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698