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

Side by Side Diff: extensions/extensions_tests.gyp

Issue 648853007: Add handle waiting to StashBackend. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
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': [
11 { 11 {
12 'target_name': 'extensions_unittests', 12 'target_name': 'extensions_unittests',
13 'type': 'executable', 13 'type': 'executable',
14 'dependencies': [ 14 'dependencies': [
15 '../base/base.gyp:base', 15 '../base/base.gyp:base',
16 '../base/base.gyp:test_support_base', 16 '../base/base.gyp:test_support_base',
17 '../components/components.gyp:keyed_service_content', 17 '../components/components.gyp:keyed_service_content',
18 '../components/components.gyp:user_prefs', 18 '../components/components.gyp:user_prefs',
19 '../content/content_shell_and_tests.gyp:test_support_content', 19 '../content/content_shell_and_tests.gyp:test_support_content',
20 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks', 20 '../device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
21 '../device/serial/serial.gyp:device_serial', 21 '../device/serial/serial.gyp:device_serial',
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 'common/api/api.gyp:cast_channel_proto', 31 'common/api/api.gyp:cast_channel_proto',
31 'extensions.gyp:extensions_common', 32 'extensions.gyp:extensions_common',
32 'extensions.gyp:extensions_renderer', 33 'extensions.gyp:extensions_renderer',
33 'extensions.gyp:extensions_shell_and_test_pak', 34 'extensions.gyp:extensions_shell_and_test_pak',
34 'extensions.gyp:extensions_test_support', 35 'extensions.gyp:extensions_test_support',
35 'extensions.gyp:extensions_utility', 36 'extensions.gyp:extensions_utility',
36 'extensions_resources.gyp:extensions_resources', 37 'extensions_resources.gyp:extensions_resources',
37 'extensions_strings.gyp:extensions_strings', 38 'extensions_strings.gyp:extensions_strings',
38 ], 39 ],
39 # Needed for third_party libraries like leveldb. 40 # Needed for third_party libraries like leveldb.
(...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
246 '../build/isolate.gypi', 247 '../build/isolate.gypi',
247 ], 248 ],
248 'sources': [ 249 'sources': [
249 'extensions_browsertests.isolate', 250 'extensions_browsertests.isolate',
250 ], 251 ],
251 }, 252 },
252 ], 253 ],
253 }], 254 }],
254 ], 255 ],
255 } 256 }
OLDNEW
« extensions/browser/mojo/stash_backend.cc ('K') | « extensions/common/mojo/stash.mojom ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698