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

Unified Diff: chrome/chrome_tests.gypi

Issue 1103793002: Add support for escaped target names in isolate driver. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove unnecessary dep for browser_tests_run Created 5 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
« no previous file with comments | « chrome/chrome.isolate ('k') | tools/isolate_driver.py » ('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 e5f2f75c07a772d700b2c0fdea07d6da852a5ac4..d58a0027b575876a782157ad47f72b4964c38b9c 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -2745,6 +2745,9 @@
'browser/sync/test/integration/single_client_dictionary_sync_test.cc',
'browser/sync/test/integration/two_client_dictionary_sync_test.cc',
],
+ 'dependencies': [
+ 'chrome',
+ ],
}],
['OS=="win"', {
'sources': [
« no previous file with comments | « chrome/chrome.isolate ('k') | tools/isolate_driver.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698