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

Side by Side Diff: extensions/extensions_tests.gyp

Issue 902213002: Move BluetoothSocketApiTest into extensions_browsertests (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': [
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 'target_name': 'extensions_browsertests', 168 'target_name': 'extensions_browsertests',
169 'type': '<(gtest_target_type)', 169 'type': '<(gtest_target_type)',
170 'dependencies': [ 170 'dependencies': [
171 'extensions.gyp:extensions_test_support', 171 'extensions.gyp:extensions_test_support',
172 'shell/app_shell.gyp:app_shell_lib', 172 'shell/app_shell.gyp:app_shell_lib',
173 # TODO(yoz): find the right deps 173 # TODO(yoz): find the right deps
174 '<(DEPTH)/base/base.gyp:test_support_base', 174 '<(DEPTH)/base/base.gyp:test_support_base',
175 '<(DEPTH)/content/content.gyp:content_app_both', 175 '<(DEPTH)/content/content.gyp:content_app_both',
176 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt', 176 '<(DEPTH)/content/content_shell_and_tests.gyp:content_browser_test_suppo rt',
177 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content', 177 '<(DEPTH)/content/content_shell_and_tests.gyp:test_support_content',
178 '<(DEPTH)/device/bluetooth/bluetooth.gyp:device_bluetooth_mocks',
178 '<(DEPTH)/testing/gmock.gyp:gmock', 179 '<(DEPTH)/testing/gmock.gyp:gmock',
179 '<(DEPTH)/testing/gtest.gyp:gtest', 180 '<(DEPTH)/testing/gtest.gyp:gtest',
180 ], 181 ],
181 'defines': [ 182 'defines': [
182 'HAS_OUT_OF_PROC_TEST_RUNNER', 183 'HAS_OUT_OF_PROC_TEST_RUNNER',
183 ], 184 ],
184 'sources': [ 185 'sources': [
185 'browser/api/audio/audio_apitest.cc', 186 'browser/api/audio/audio_apitest.cc',
187 'browser/api/bluetooth_socket/bluetooth_socket_apitest.cc',
186 'browser/api/dns/dns_apitest.cc', 188 'browser/api/dns/dns_apitest.cc',
187 'browser/api/hid/hid_apitest.cc', 189 'browser/api/hid/hid_apitest.cc',
188 'browser/api/printer_provider/printer_provider_apitest.cc', 190 'browser/api/printer_provider/printer_provider_apitest.cc',
189 'browser/api/socket/socket_apitest.cc', 191 'browser/api/socket/socket_apitest.cc',
190 'browser/api/sockets_tcp/sockets_tcp_apitest.cc', 192 'browser/api/sockets_tcp/sockets_tcp_apitest.cc',
191 'browser/api/sockets_tcp_server/sockets_tcp_server_apitest.cc', 193 'browser/api/sockets_tcp_server/sockets_tcp_server_apitest.cc',
192 'browser/api/sockets_udp/sockets_udp_apitest.cc', 194 'browser/api/sockets_udp/sockets_udp_apitest.cc',
193 'browser/api/system_cpu/system_cpu_apitest.cc', 195 'browser/api/system_cpu/system_cpu_apitest.cc',
194 'browser/api/system_display/system_display_apitest.cc', 196 'browser/api/system_display/system_display_apitest.cc',
195 'browser/api/system_memory/system_memory_apitest.cc', 197 'browser/api/system_memory/system_memory_apitest.cc',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 '../build/isolate.gypi', 250 '../build/isolate.gypi',
249 ], 251 ],
250 'sources': [ 252 'sources': [
251 'extensions_browsertests.isolate', 253 'extensions_browsertests.isolate',
252 ], 254 ],
253 }, 255 },
254 ], 256 ],
255 }], 257 }],
256 ], 258 ],
257 } 259 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698