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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'targets': [ 5 'targets': [
6 { 6 {
7 # This target contains mocks and test utilities that don't belong in 7 # This target contains mocks and test utilities that don't belong in
8 # production libraries but are used by more than one test executable. 8 # production libraries but are used by more than one test executable.
9 'target_name': 'test_support_common', 9 'target_name': 'test_support_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 'dependencies': [ 294 'dependencies': [
295 'common/extensions/api/api.gyp:chrome_api', 295 'common/extensions/api/api.gyp:chrome_api',
296 'plugin', 296 'plugin',
297 'renderer', 297 'renderer',
298 'utility', 298 'utility',
299 '../content/content.gyp:content_gpu', 299 '../content/content.gyp:content_gpu',
300 '../content/content.gyp:content_plugin', 300 '../content/content.gyp:content_plugin',
301 '../content/content.gyp:content_ppapi_plugin', 301 '../content/content.gyp:content_ppapi_plugin',
302 '../content/content.gyp:content_renderer', 302 '../content/content.gyp:content_renderer',
303 '../content/content.gyp:content_utility', 303 '../content/content.gyp:content_utility',
304 '../content/content.gyp:content_worker',
305 '../components/components.gyp:autofill_core_test_support', 304 '../components/components.gyp:autofill_core_test_support',
306 '../components/components.gyp:captive_portal_test_support', 305 '../components/components.gyp:captive_portal_test_support',
307 '../components/components.gyp:sessions_test_support', 306 '../components/components.gyp:sessions_test_support',
308 '../components/components.gyp:storage_monitor_test_support', 307 '../components/components.gyp:storage_monitor_test_support',
309 '../extensions/extensions.gyp:extensions_test_support', 308 '../extensions/extensions.gyp:extensions_test_support',
310 '../google_apis/google_apis.gyp:google_apis_test_support', 309 '../google_apis/google_apis.gyp:google_apis_test_support',
311 '../ipc/ipc.gyp:test_support_ipc', 310 '../ipc/ipc.gyp:test_support_ipc',
312 '../media/media.gyp:media_test_support', 311 '../media/media.gyp:media_test_support',
313 '../ppapi/ppapi_internal.gyp:ppapi_shared', 312 '../ppapi/ppapi_internal.gyp:ppapi_shared',
314 '../sql/sql.gyp:test_support_sql', 313 '../sql/sql.gyp:test_support_sql',
(...skipping 2607 matching lines...) Expand 10 before | Expand all | Expand 10 after
2922 'dependencies': [ 2921 'dependencies': [
2923 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2922 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2924 ], 2923 ],
2925 }], 2924 }],
2926 ], 2925 ],
2927 }, 2926 },
2928 ], 2927 ],
2929 }], 2928 }],
2930 ], # 'conditions' 2929 ], # 'conditions'
2931 } 2930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698