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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 417973003: Cleanup webkit_child target and dependencies on it. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix 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 | Annotate | Revision Log
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after
308 '../components/components.gyp:captive_portal_test_support', 308 '../components/components.gyp:captive_portal_test_support',
309 '../components/components.gyp:sessions_test_support', 309 '../components/components.gyp:sessions_test_support',
310 '../components/components.gyp:storage_monitor_test_support', 310 '../components/components.gyp:storage_monitor_test_support',
311 '../extensions/extensions.gyp:extensions_test_support', 311 '../extensions/extensions.gyp:extensions_test_support',
312 '../google_apis/google_apis.gyp:google_apis_test_support', 312 '../google_apis/google_apis.gyp:google_apis_test_support',
313 '../ipc/ipc.gyp:test_support_ipc', 313 '../ipc/ipc.gyp:test_support_ipc',
314 '../media/media.gyp:media_test_support', 314 '../media/media.gyp:media_test_support',
315 '../ppapi/ppapi_internal.gyp:ppapi_shared', 315 '../ppapi/ppapi_internal.gyp:ppapi_shared',
316 '../sql/sql.gyp:test_support_sql', 316 '../sql/sql.gyp:test_support_sql',
317 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 317 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
318 '../webkit/child/webkit_child.gyp:webkit_child',
319 ], 318 ],
320 'export_dependent_settings': [ 319 'export_dependent_settings': [
321 'renderer', 320 'renderer',
322 ], 321 ],
323 }, { # OS=="ios" 322 }, { # OS=="ios"
324 'sources/': [ 323 'sources/': [
325 # Exclude everything but iOS-specific files. 324 # Exclude everything but iOS-specific files.
326 ['exclude', '\\.(cc|mm)$'], 325 ['exclude', '\\.(cc|mm)$'],
327 ['include', '_ios\\.(cc|mm)$'], 326 ['include', '_ios\\.(cc|mm)$'],
328 ['include', '(^|/)ios/'], 327 ['include', '(^|/)ios/'],
(...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after
2926 'dependencies': [ 2925 'dependencies': [
2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2928 ], 2927 ],
2929 }], 2928 }],
2930 ], 2929 ],
2931 }, 2930 },
2932 ], 2931 ],
2933 }], 2932 }],
2934 ], # 'conditions' 2933 ], # 'conditions'
2935 } 2934 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698