OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'extensions_tests.gypi', | 3 'extensions_tests.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Product name is used for Mac bundle. | 6 # Product name is used for Mac bundle. |
7 'app_shell_product_name': 'App Shell', | 7 'app_shell_product_name': 'App Shell', |
8 # The version is high enough to be supported by Omaha (at least 31) | 8 # The version is high enough to be supported by Omaha (at least 31) |
9 # but fake enough to be obviously not a Chrome release. | 9 # but fake enough to be obviously not a Chrome release. |
10 'app_shell_version': '38.1234.5678.9', | 10 'app_shell_version': '38.1234.5678.9', |
11 'chromium_code': 1, | 11 'chromium_code': 1, |
12 }, | 12 }, |
13 'targets': [ | 13 'targets': [ |
14 { | 14 { |
15 'target_name': 'extensions_unittests', | 15 'target_name': 'extensions_unittests', |
16 'type': 'executable', | 16 'type': 'executable', |
17 'dependencies': [ | 17 'dependencies': [ |
18 '../base/base.gyp:base', | 18 '../base/base.gyp:base', |
19 '../base/base.gyp:test_support_base', | 19 '../base/base.gyp:test_support_base', |
20 '../components/components.gyp:keyed_service_content', | 20 '../components/components.gyp:keyed_service_content', |
21 '../components/components.gyp:pref_registry_test_support', | 21 '../components/components.gyp:pref_registry_test_support', |
22 '../components/components.gyp:user_prefs', | 22 '../components/components.gyp:user_prefs', |
23 '../content/content_shell_and_tests.gyp:test_support_content', | 23 '../content/content_shell_and_tests.gyp:test_support_content', |
24 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', | 24 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', |
25 '../device/core/core.gyp:device_core', | 25 '../device/core/core.gyp:device_core', |
26 '../device/hid/hid.gyp:device_hid', | 26 '../device/hid/hid.gyp:device_hid', |
27 '../device/serial/serial.gyp:device_serial', | 27 '../device/serial/serial.gyp:device_serial', |
28 '../device/serial/serial.gyp:device_serial_test_util', | 28 '../device/serial/serial.gyp:device_serial_test_util', |
29 '../mojo/mojo_base.gyp:mojo_application_bindings', | 29 '../mojo/mojo_base.gyp:mojo_application_bindings', |
30 '../mojo/mojo_base.gyp:mojo_environment_chromium', | |
31 '../mojo/mojo_edk.gyp:mojo_js_lib', | 30 '../mojo/mojo_edk.gyp:mojo_js_lib', |
32 '../mojo/mojo_edk.gyp:mojo_system_impl', | 31 '../mojo/mojo_edk.gyp:mojo_system_impl', |
33 '../mojo/mojo_public.gyp:mojo_cpp_bindings', | 32 '../mojo/mojo_public.gyp:mojo_cpp_bindings', |
34 '../testing/gmock.gyp:gmock', | 33 '../testing/gmock.gyp:gmock', |
35 '../testing/gtest.gyp:gtest', | 34 '../testing/gtest.gyp:gtest', |
36 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 35 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
37 'common/api/api.gyp:cast_channel_proto', | 36 'common/api/api.gyp:cast_channel_proto', |
38 'extensions.gyp:extensions_browser', | 37 'extensions.gyp:extensions_browser', |
39 'extensions.gyp:extensions_common', | 38 'extensions.gyp:extensions_common', |
40 'extensions.gyp:extensions_renderer', | 39 'extensions.gyp:extensions_renderer', |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'dependencies': [ | 141 'dependencies': [ |
143 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 142 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
144 ], | 143 ], |
145 }], | 144 }], |
146 ], | 145 ], |
147 } | 146 } |
148 ], | 147 ], |
149 }], | 148 }], |
150 ], | 149 ], |
151 } | 150 } |
OLD | NEW |