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

Unified Diff: build/all.gyp

Issue 10828075: Remove deprecated aura_shell_unittests target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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') | no next file » | 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 98b595a6a431ef8555e494308d7890a1b8bf6d4b..758157735783999ef0654924d91df6cab357bb3a 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -640,12 +640,7 @@
['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',
+ '../ash/ash.gyp:ash_unittests',
],
}],
['OS=="linux"', {
« no previous file with comments | « ash/ash.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698