OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |