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

Unified Diff: chrome/chrome_tests.gypi

Issue 11428130: Rename test_support_ash and test_support_aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « ash/ash.gyp ('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 889dc724ed202eedc6960faec9b62ea48ccd9748..f7b7ff3a729c05003cd98e16bfa041b0069533f3 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -302,7 +302,7 @@
}],
['use_ash==1', {
'dependencies': [
- '../ash/ash.gyp:test_support_ash',
+ '../ash/ash.gyp:ash_test_support',
],
}],
['chromeos==1', {
@@ -1340,7 +1340,7 @@
}],
['use_ash==1', {
'dependencies': [
- '../ash/ash.gyp:test_support_ash',
+ '../ash/ash.gyp:ash_test_support',
],
}],
['chromeos==0', {
« no previous file with comments | « ash/ash.gyp ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698