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

Side by Side Diff: extensions/extensions_tests.gyp

Issue 889253004: Add support for extensions_unittests to the GN build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (gn) rebase Created 5 years, 10 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 | « extensions/extensions.gyp ('k') | third_party/protobuf/BUILD.gn » ('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 'variables': { 2 'variables': {
3 # Product name is used for Mac bundle. 3 # Product name is used for Mac bundle.
4 'app_shell_product_name': 'App Shell', 4 'app_shell_product_name': 'App Shell',
5 # The version is high enough to be supported by Omaha (at least 31) 5 # The version is high enough to be supported by Omaha (at least 31)
6 # but fake enough to be obviously not a Chrome release. 6 # but fake enough to be obviously not a Chrome release.
7 'app_shell_version': '38.1234.5678.9', 7 'app_shell_version': '38.1234.5678.9',
8 'chromium_code': 1, 8 'chromium_code': 1,
9 }, 9 },
10 'targets': [ 10 'targets': [
(...skipping 11 matching lines...) Expand all
22 '../device/serial/serial.gyp:device_serial_test_util', 22 '../device/serial/serial.gyp:device_serial_test_util',
23 '../mojo/mojo_base.gyp:mojo_environment_chromium', 23 '../mojo/mojo_base.gyp:mojo_environment_chromium',
24 '../testing/gmock.gyp:gmock', 24 '../testing/gmock.gyp:gmock',
25 '../testing/gtest.gyp:gtest', 25 '../testing/gtest.gyp:gtest',
26 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 26 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
27 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib', 27 '../third_party/mojo/mojo_edk.gyp:mojo_js_lib',
28 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl', 28 '../third_party/mojo/mojo_edk.gyp:mojo_system_impl',
29 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings', 29 '../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
30 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings', 30 '../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
31 'common/api/api.gyp:cast_channel_proto', 31 'common/api/api.gyp:cast_channel_proto',
32 'extensions.gyp:extensions_browser',
32 'extensions.gyp:extensions_common', 33 'extensions.gyp:extensions_common',
33 'extensions.gyp:extensions_renderer', 34 'extensions.gyp:extensions_renderer',
34 'extensions.gyp:extensions_shell_and_test_pak', 35 'extensions.gyp:extensions_shell_and_test_pak',
35 'extensions.gyp:extensions_test_support', 36 'extensions.gyp:extensions_test_support',
36 'extensions.gyp:extensions_utility', 37 'extensions.gyp:extensions_utility',
37 'extensions_resources.gyp:extensions_resources', 38 'extensions_resources.gyp:extensions_resources',
38 'extensions_strings.gyp:extensions_strings', 39 'extensions_strings.gyp:extensions_strings',
39 ], 40 ],
40 # Needed for third_party libraries like leveldb. 41 # Needed for third_party libraries like leveldb.
41 'include_dirs': [ 42 'include_dirs': [
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 '../build/isolate.gypi', 249 '../build/isolate.gypi',
249 ], 250 ],
250 'sources': [ 251 'sources': [
251 'extensions_browsertests.isolate', 252 'extensions_browsertests.isolate',
252 ], 253 ],
253 }, 254 },
254 ], 255 ],
255 }], 256 }],
256 ], 257 ],
257 } 258 }
OLDNEW
« no previous file with comments | « extensions/extensions.gyp ('k') | third_party/protobuf/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698