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

Unified Diff: ui/ui.gyp

Issue 10778019: Remove gfx_unittests target in favor of ui_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase 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 | « ui/gfx/image/image_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index ef2b48ac4241820b1ed27512d5ab83c53e4a788e..69c87a4c6782c129038df285385d197b0fa72e36 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -732,36 +732,7 @@
['inside_chromium_build==1', {
'includes': [
'ui_unittests.gypi',
- ],
- 'targets': [
- {
- # TODO(rsesek): Remove this target once ui_unittests is run on the
- # waterfall instead of gfx_unittests.
- 'target_name': 'gfx_unittests',
- 'type': 'none',
- 'dependencies': [
- 'ui_unittests',
- ],
- 'actions': [
- {
- 'message': 'TEMPORARY: Copying ui_unittests to gfx_unittests',
- 'variables': {
- 'ui_copy_target': '<(PRODUCT_DIR)/ui_unittests<(EXECUTABLE_SUFFIX)',
- 'ui_copy_dest': '<(PRODUCT_DIR)/gfx_unittests<(EXECUTABLE_SUFFIX)',
- },
- 'inputs': ['<(ui_copy_target)'],
- 'outputs': ['<(ui_copy_dest)'],
- 'action_name': 'TEMP_copy_ui_unittests',
- 'action': [
- 'python', '-c',
- 'import os, shutil; ' \
- 'shutil.copyfile(\'<(ui_copy_target)\', \'<(ui_copy_dest)\'); ' \
- 'os.chmod(\'<(ui_copy_dest)\', 0700)'
- ]
- }
- ],
- },
- ],
- }],
+ ]},
+ ],
],
}
« no previous file with comments | « ui/gfx/image/image_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698