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

Unified Diff: chrome/chrome_tests.gypi

Issue 1963373003: Revert of Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 8c9c74f1d23c2084f63b3c4a9e40814a12bc6cb3..df6a8485560aa39ad51d6179b33d97714bf00b2e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1732,11 +1732,6 @@
'../ash/ash.gyp:ash_interactive_ui_test_support',
],
}],
- ['OS=="win"', {
- 'dependencies': [
- 'chrome.gyp:install_static_util',
- ],
- }],
['OS=="mac"', {
'dependencies': [
'chrome'
@@ -2292,12 +2287,7 @@
'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