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

Unified Diff: build/all.gyp

Issue 10700163: Rename aura_shell_unittests to ash_unittests, part 1 (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: rebase, fix typo Created 8 years, 5 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 | « ash/ash.gyp ('k') | build/cp.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index 6e292a306e24b9061dbaa991aac1440576712882..c428d96e4367fc1a9c78c71adec4d34fc7313bbd 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -647,6 +647,11 @@
['use_ash==1', {
'dependencies': [
'../ash/ash.gyp:ash_shell',
+ # With aura_shell_unittests as a target ash_unittests (the new
+ # name) will be built as well. We need both until all build
+ # bots are running ash_unittests as the test target.
+ # TODO(jamescook): Switch to ash_unittests after all bots on
+ # waterfall are using the new name. crbug.com/110107
'../ash/ash.gyp:aura_shell_unittests',
],
}],
« no previous file with comments | « ash/ash.gyp ('k') | build/cp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698