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

Unified Diff: ash/ash.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 | « no previous file | build/all.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index fd036a22631cab1b5052c0c5e3a05f0e1da861cb..076b5ee1dfb8ca66e67fdbf14ff789d6f6a4ae97 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -506,38 +506,6 @@
}],
],
},
- # ash_unittests was formerly named aura_shell_unittests. While the build
- # bots are being switched to use the new name we need to support both
- # executables.
- # TODO(jamescook): Remove this section when build bots are building and
- # running ash_unittests.
- {
- 'target_name': 'aura_shell_unittests',
- 'type': 'none',
- 'dependencies': [
- 'ash_unittests',
- ],
- 'actions': [
- {
- 'message': 'TEMPORARY: Copy ash_unittests to aura_shell_unittests',
- 'action_name': 'copy_ash_unittests',
- 'variables': {
- 'source_file': '<(PRODUCT_DIR)/ash_unittests<(EXECUTABLE_SUFFIX)',
- 'dest_file': '<(PRODUCT_DIR)/aura_shell_unittests<(EXECUTABLE_SUFFIX)',
- },
- 'inputs': [
- '<(DEPTH)/build/cp.py',
- '<(source_file)',
- ],
- 'outputs': [
- '<(dest_file)',
- ],
- 'action': [
- 'python', '<(DEPTH)/build/cp.py', '<(source_file)', '<(dest_file)',
- ],
- },
- ],
- },
{
'target_name': 'ash_shell',
'type': 'executable',
« no previous file with comments | « no previous file | build/all.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698