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

Side by Side Diff: extensions/extensions_tests.gyp

Issue 1966563002: Extracted shell_interfaces and shell_public into a separate gyp file. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed export_dependent_settings Created 4 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
« no previous file with comments | « content/content_utility.gypi ('k') | media/mojo/interfaces/mojo_bindings.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
(...skipping 12 matching lines...) Expand all
23 '../components/components.gyp:user_prefs', 23 '../components/components.gyp:user_prefs',
24 '../content/content_shell_and_tests.gyp:test_support_content', 24 '../content/content_shell_and_tests.gyp:test_support_content',
25 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 25 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
26 '../device/core/core.gyp:device_core', 26 '../device/core/core.gyp:device_core',
27 '../device/hid/hid.gyp:device_hid', 27 '../device/hid/hid.gyp:device_hid',
28 '../device/serial/serial.gyp:device_serial', 28 '../device/serial/serial.gyp:device_serial',
29 '../device/serial/serial.gyp:device_serial_test_util', 29 '../device/serial/serial.gyp:device_serial_test_util',
30 '../mojo/mojo_edk.gyp:mojo_js_lib', 30 '../mojo/mojo_edk.gyp:mojo_js_lib',
31 '../mojo/mojo_edk.gyp:mojo_system_impl', 31 '../mojo/mojo_edk.gyp:mojo_system_impl',
32 '../mojo/mojo_public.gyp:mojo_cpp_bindings', 32 '../mojo/mojo_public.gyp:mojo_cpp_bindings',
33 '../services/shell/shell.gyp:shell_public', 33 '../services/shell/shell_public.gyp:shell_public',
34 '../testing/gmock.gyp:gmock', 34 '../testing/gmock.gyp:gmock',
35 '../testing/gtest.gyp:gtest', 35 '../testing/gtest.gyp:gtest',
36 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 36 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
37 'common/api/api.gyp:cast_channel_proto', 37 'common/api/api.gyp:cast_channel_proto',
38 'extensions.gyp:extensions_browser', 38 'extensions.gyp:extensions_browser',
39 'extensions.gyp:extensions_common', 39 'extensions.gyp:extensions_common',
40 'extensions.gyp:extensions_renderer', 40 'extensions.gyp:extensions_renderer',
41 'extensions.gyp:extensions_shell_and_test_pak', 41 'extensions.gyp:extensions_shell_and_test_pak',
42 'extensions.gyp:extensions_test_support', 42 'extensions.gyp:extensions_test_support',
43 'extensions.gyp:extensions_utility', 43 'extensions.gyp:extensions_utility',
(...skipping 103 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 'dependencies': [ 147 'dependencies': [
148 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 148 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
149 ], 149 ],
150 }], 150 }],
151 ], 151 ],
152 } 152 }
153 ], 153 ],
154 }], 154 }],
155 ], 155 ],
156 } 156 }
OLDNEW
« no previous file with comments | « content/content_utility.gypi ('k') | media/mojo/interfaces/mojo_bindings.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698