Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 236655) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -964,6 +964,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', |
| @@ -1100,8 +1103,6 @@ |
| 'browser/download/download_danger_prompt_browsertest.cc', |
| 'browser/download/download_started_animation_browsertest.cc', |
| 'browser/download/save_page_browsertest.cc', |
| - 'browser/drive/fake_drive_service.cc', |
| - 'browser/drive/fake_drive_service.h', |
| 'browser/errorpage_browsertest.cc', |
| 'browser/extensions/active_tab_apitest.cc', |
| 'browser/extensions/activity_log/activity_log_browsertest.cc', |
| @@ -1673,6 +1674,15 @@ |
| # Runtime dependency. |
| '../ppapi/native_client/src/trusted/plugin/plugin.gyp:ppGoogleNaClPluginChrome', |
| ], |
| + 'msvs_settings': { |
|
scottmg
2013/11/22 19:24:50
sorry, i screwed this up in the other CL, but i do
jam
2013/11/22 20:28:45
my bad for not looking closely :)
|
| + 'VCLinkerTool': { |
| + 'conditions': [ |
| + ['incremental_chrome_dll==1', { |
| + 'UseLibraryDependencyInputs': "true", |
| + }], |
| + ], |
| + }, |
| + }, |
| 'conditions': [ |
| ['disable_nacl_untrusted==0', { |
| 'sources': [ |