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

Side by Side Diff: extensions/extensions_tests.gyp

Issue 1139123006: Fork the mojo shell interfaces used by Mandoline. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixes Created 5 years, 7 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 unified diff | Download patch
OLDNEW
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:user_prefs', 21 '../components/components.gyp:user_prefs',
22 '../content/content_shell_and_tests.gyp:test_support_content', 22 '../content/content_shell_and_tests.gyp:test_support_content',
23 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 23 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
24 '../device/serial/serial.gyp:device_serial', 24 '../device/serial/serial.gyp:device_serial',
25 '../device/serial/serial.gyp:device_serial_test_util', 25 '../device/serial/serial.gyp:device_serial_test_util',
26 '../mojo/mojo_base.gyp:mojo_application_bindings',
26 '../mojo/mojo_base.gyp:mojo_environment_chromium', 27 '../mojo/mojo_base.gyp:mojo_environment_chromium',
27 '../testing/gmock.gyp:gmock', 28 '../testing/gmock.gyp:gmock',
28 '../testing/gtest.gyp:gtest', 29 '../testing/gtest.gyp:gtest',
29 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 30 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
30 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', 31 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
31 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 32 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
32 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 33 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
33 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
34 'common/api/api.gyp:cast_channel_proto', 34 'common/api/api.gyp:cast_channel_proto',
35 'extensions.gyp:extensions_browser', 35 'extensions.gyp:extensions_browser',
36 'extensions.gyp:extensions_common', 36 'extensions.gyp:extensions_common',
37 'extensions.gyp:extensions_renderer', 37 'extensions.gyp:extensions_renderer',
38 'extensions.gyp:extensions_shell_and_test_pak', 38 'extensions.gyp:extensions_shell_and_test_pak',
39 'extensions.gyp:extensions_test_support', 39 'extensions.gyp:extensions_test_support',
40 'extensions.gyp:extensions_utility', 40 'extensions.gyp:extensions_utility',
41 'extensions_resources.gyp:extensions_resources', 41 'extensions_resources.gyp:extensions_resources',
42 'extensions_strings.gyp:extensions_strings', 42 'extensions_strings.gyp:extensions_strings',
43 ], 43 ],
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 '../build/isolate.gypi', 122 '../build/isolate.gypi',
123 ], 123 ],
124 'sources': [ 124 'sources': [
125 'extensions_browsertests.isolate', 125 'extensions_browsertests.isolate',
126 ], 126 ],
127 }, 127 },
128 ], 128 ],
129 }], 129 }],
130 ], 130 ],
131 } 131 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698