| Index: trunk/src/ui/ui_unittests.gyp
|
| ===================================================================
|
| --- trunk/src/ui/ui_unittests.gyp (revision 255525)
|
| +++ trunk/src/ui/ui_unittests.gyp (working copy)
|
| @@ -62,6 +62,7 @@
|
| 'dependencies': [
|
| '../base/base.gyp:base',
|
| '../base/base.gyp:test_support_base',
|
| + '../chrome/chrome_resources.gyp:packed_resources',
|
| '../skia/skia.gyp:skia',
|
| '../testing/gmock.gyp:gmock',
|
| '../testing/gtest.gyp:gtest',
|
| @@ -285,12 +286,7 @@
|
| 'dependencies': [
|
| 'events/events.gyp:events_test_support',
|
| 'gfx/gfx.gyp:gfx_test_support',
|
| - 'ui_unittests_bundle',
|
| ],
|
| - }, { # OS!="mac"
|
| - 'dependencies': [
|
| - 'base/strings/ui_strings.gyp:ui_unittest_strings',
|
| - ],
|
| }],
|
| ['use_aura==1 or toolkit_views==1', {
|
| 'sources': [
|
| @@ -340,19 +336,6 @@
|
| },
|
| ],
|
| 'conditions': [
|
| - # Mac target to build a test Framework bundle to mock out resource loading.
|
| - ['OS == "mac"', {
|
| - 'targets': [
|
| - {
|
| - 'target_name': 'ui_unittests_bundle',
|
| - 'type': 'shared_library',
|
| - 'dependencies': [
|
| - 'resources/ui_resources.gyp:ui_test_pak',
|
| - ],
|
| - 'includes': [ 'ui_unittests_bundle.gypi' ],
|
| - },
|
| - ],
|
| - }],
|
| # Special target to wrap a gtest_target_type==shared_library
|
| # ui_unittests into an android apk for execution.
|
| # See base.gyp for TODO(jrg)s about this strategy.
|
|
|