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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 54583005: Extract webkit_child target from glue. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add comment Created 7 years, 1 month 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_child.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 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 '../content/content.gyp:content_ppapi_plugin', 302 '../content/content.gyp:content_ppapi_plugin',
303 '../content/content.gyp:content_renderer', 303 '../content/content.gyp:content_renderer',
304 '../content/content.gyp:content_utility', 304 '../content/content.gyp:content_utility',
305 '../content/content.gyp:content_worker', 305 '../content/content.gyp:content_worker',
306 '../components/components.gyp:autofill_core_test_support', 306 '../components/components.gyp:autofill_core_test_support',
307 '../ipc/ipc.gyp:test_support_ipc', 307 '../ipc/ipc.gyp:test_support_ipc',
308 '../media/media.gyp:media_test_support', 308 '../media/media.gyp:media_test_support',
309 '../ppapi/ppapi_internal.gyp:ppapi_shared', 309 '../ppapi/ppapi_internal.gyp:ppapi_shared',
310 '../sql/sql.gyp:test_support_sql', 310 '../sql/sql.gyp:test_support_sql',
311 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', 311 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
312 '../webkit/glue/webkit_glue.gyp:glue_child', 312 '../webkit/child/webkit_child.gyp:webkit_child',
313 ], 313 ],
314 'export_dependent_settings': [ 314 'export_dependent_settings': [
315 'renderer', 315 'renderer',
316 ], 316 ],
317 }, { # OS=="ios" 317 }, { # OS=="ios"
318 'sources/': [ 318 'sources/': [
319 # Exclude everything but iOS-specific files. 319 # Exclude everything but iOS-specific files.
320 ['exclude', '\\.(cc|mm)$'], 320 ['exclude', '\\.(cc|mm)$'],
321 ['include', '_ios\\.(cc|mm)$'], 321 ['include', '_ios\\.(cc|mm)$'],
322 ['include', '(^|/)ios/'], 322 ['include', '(^|/)ios/'],
(...skipping 2585 matching lines...) Expand 10 before | Expand all | Expand 10 after
2908 'browser/ui/app_list/test/fake_profile.h', 2908 'browser/ui/app_list/test/fake_profile.h',
2909 'browser/ui/app_list/test/fake_profile_store.cc', 2909 'browser/ui/app_list/test/fake_profile_store.cc',
2910 'browser/ui/app_list/test/fake_profile_store.h', 2910 'browser/ui/app_list/test/fake_profile_store.h',
2911 'browser/ui/app_list/test/fast_show_pickler_unittest.cc', 2911 'browser/ui/app_list/test/fast_show_pickler_unittest.cc',
2912 ], 2912 ],
2913 }, 2913 },
2914 ], 2914 ],
2915 }], 2915 }],
2916 ], # 'conditions' 2916 ], # 'conditions'
2917 } 2917 }
OLDNEW
« no previous file with comments | « chrome/chrome_renderer.gypi ('k') | content/content_child.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698