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

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: Address review comments Created 4 years, 8 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
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 4eb753e61ed105205f38dc1590fdc5d174b525a2..e797906cebe10e2f688f35b75641f73e781af070 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1738,6 +1738,11 @@
'../ash/ash.gyp:ash_interactive_ui_test_support',
],
}],
+ ['OS=="win"', {
+ 'dependencies': [
+ 'chrome.gyp:install_static_util',
+ ],
+ }],
['OS=="mac"', {
'dependencies': [
'chrome'
@@ -2291,7 +2296,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', {

Powered by Google App Engine
This is Rietveld 408576698