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

Unified Diff: chrome/chrome_tests.gypi

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix DEPs includes Created 4 years, 7 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 | « chrome/chrome_exe.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | 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 df6a8485560aa39ad51d6179b33d97714bf00b2e..8c9c74f1d23c2084f63b3c4a9e40814a12bc6cb3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1732,6 +1732,11 @@
'../ash/ash.gyp:ash_interactive_ui_test_support',
],
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ 'chrome.gyp:install_static_util',
+ ],
+ }],
['OS=="mac"', {
'dependencies': [
'chrome'
@@ -2287,7 +2292,12 @@
'browser/ui/views/ime/ime_warning_bubble_browsertest.cc',
'browser/ui/views/ime/ime_window_browsertest.cc',
],
- }]
+ }],
+ ['OS=="win"', {
+ 'dependencies': [
+ 'chrome.gyp:install_static_util',
+ ],
+ }],
]
}],
['enable_wifi_display==1', {
« no previous file with comments | « chrome/chrome_exe.gypi ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698