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)' |
- ] |
- } |
- ], |
- }, |
- ], |
- }], |
+ ]}, |
+ ], |
], |
} |