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

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: fix a few more aura_shell_unittests instances 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
« ash/ash.gyp ('K') | « 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..09080176333c04ef2417dcb453588e7562500726 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -647,7 +647,7 @@
['use_ash==1', {
'dependencies': [
'../ash/ash.gyp:ash_shell',
- '../ash/ash.gyp:aura_shell_unittests',
+ '../ash/ash.gyp:ash_unittests',
Greg Spencer (Chromium) 2012/07/12 19:58:54 So, do the build bots explicitly build aura_shell_
James Cook 2012/07/12 20:53:11 Oh, good catch. I'm not sure what they build, but
],
}],
['OS=="linux"', {
« ash/ash.gyp ('K') | « ash/ash.gyp ('k') | build/cp.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698