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

Unified Diff: chrome/chrome_tests_unit.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 | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 8fe8f2068847b758785209f24511143c12633c3b..5da169c99e1944c037a50f35e75d885551843b5c 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1733,7 +1733,7 @@
],
'dependencies': [
'../ash/ash.gyp:ash_resources',
- '../ash/ash.gyp:test_support_ash',
+ '../ash/ash.gyp:ash_test_support',
],
# We eventually want to compile both in Win Aura builds, see
# http://crbug.com/155545.
@@ -1751,7 +1751,7 @@
}],
['use_aura==1', {
'dependencies': [
- '../ui/aura/aura.gyp:test_support_aura',
+ '../ui/aura/aura.gyp:aura_test_support',
],
'sources/': [
['exclude', '^browser/automation/automation_provider_unittest.cc'],
@@ -1924,7 +1924,7 @@
'dependencies': [
'../build/linux/system.gyp:dbus',
'../dbus/dbus.gyp:dbus_test_support',
- '../ui/aura/aura.gyp:test_support_aura',
+ '../ui/aura/aura.gyp:aura_test_support',
],
}],
['OS=="linux" and branding=="Chrome" and target_arch=="ia32"', {
« no previous file with comments | « chrome/chrome_tests.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698