Chromium Code Reviews| Index: ui/aura/aura.gyp |
| diff --git a/ui/aura/aura.gyp b/ui/aura/aura.gyp |
| index 70334fe90c3de874803028711fb1b255e108c7a5..01c294ce318ad68ed0a7c22026cba77506ba45d2 100644 |
| --- a/ui/aura/aura.gyp |
| +++ b/ui/aura/aura.gyp |
| @@ -137,9 +137,9 @@ |
| '../events/events.gyp:events', |
| '../gfx/gfx.gyp:gfx', |
| '../ui.gyp:ui', |
| + '../ui.gyp:ui_pak', |
| '../ui_unittests.gyp:ui_test_support', |
| 'aura', |
| - 'aura_test_support_pak', |
| ], |
| 'include_dirs': [ |
| '..', |
| @@ -152,8 +152,6 @@ |
| 'test/env_test_helper.h', |
| 'test/event_generator.cc', |
| 'test/event_generator.h', |
| - 'test/test_aura_initializer.cc', |
| - 'test/test_aura_initializer.h', |
| 'test/test_cursor_client.cc', |
| 'test/test_cursor_client.h', |
| 'test/test_event_handler.cc', |
| @@ -178,38 +176,6 @@ |
| 'msvs_disabled_warnings': [ 4267, ], |
| }, |
| { |
| - # We build a minimal set of resources required for aura_test_support. |
| - 'target_name': 'aura_test_support_pak', |
| - 'type': 'none', |
| - 'dependencies': [ |
| - '<(DEPTH)/ui/base/strings/ui_strings.gyp:ui_strings', |
| - '<(DEPTH)/ui/ui.gyp:ui_resources', |
| - ], |
| - 'variables': { |
| - 'repack_path': '<(DEPTH)/tools/grit/grit/format/repack.py', |
| - }, |
| - 'actions': [ |
| - { |
| - 'action_name': 'repack_aura_test_support_pack', |
| - 'variables': { |
| - 'pak_inputs': [ |
| - '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_settings_en-US.pak', |
| - '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.pak', |
| - ], |
| - }, |
| - 'inputs': [ |
| - '<(repack_path)', |
| - '<@(pak_inputs)', |
| - ], |
| - 'outputs': [ |
| - '<(PRODUCT_DIR)/aura_test_support_resources.pak', |
| - ], |
| - 'action': ['python', '<(repack_path)', '<@(_outputs)', |
| - '<@(pak_inputs)'], |
| - }, |
| - ], |
| - }, |
| - { |
| 'target_name': 'aura_demo', |
| 'type': 'executable', |
| 'dependencies': [ |
| @@ -265,7 +231,6 @@ |
| 'type': 'executable', |
| 'dependencies': [ |
| '../../base/base.gyp:test_support_base', |
| - '../../chrome/chrome_resources.gyp:packed_resources', |
|
tfarina
2013/10/31 01:23:08
aura_unittests didn't fail for me locally. I expec
tony
2013/10/31 19:48:34
You tested on a clean build right? It looks like
|
| '../../skia/skia.gyp:skia', |
| '../../testing/gtest.gyp:gtest', |
| '../compositor/compositor.gyp:compositor_test_support', |