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 293 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
304 '../content/content.gyp:content_plugin', | 304 '../content/content.gyp:content_plugin', |
305 '../content/content.gyp:content_ppapi_plugin', | 305 '../content/content.gyp:content_ppapi_plugin', |
306 '../content/content.gyp:content_renderer', | 306 '../content/content.gyp:content_renderer', |
307 '../content/content.gyp:content_utility', | 307 '../content/content.gyp:content_utility', |
308 '../content/content.gyp:content_worker', | 308 '../content/content.gyp:content_worker', |
309 '../components/components.gyp:autofill_core_test_support', | 309 '../components/components.gyp:autofill_core_test_support', |
310 '../ipc/ipc.gyp:test_support_ipc', | 310 '../ipc/ipc.gyp:test_support_ipc', |
311 '../media/media.gyp:media_test_support', | 311 '../media/media.gyp:media_test_support', |
312 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 312 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 313 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
314 '../webkit/support/webkit_support.gyp:glue_child', | 314 '../webkit/glue/webkit_glue.gyp:glue_child', |
315 ], | 315 ], |
316 'export_dependent_settings': [ | 316 'export_dependent_settings': [ |
317 'renderer', | 317 'renderer', |
318 ], | 318 ], |
319 }, { # OS=="ios" | 319 }, { # OS=="ios" |
320 'sources/': [ | 320 'sources/': [ |
321 # Exclude everything but iOS-specific files. | 321 # Exclude everything but iOS-specific files. |
322 ['exclude', '\\.(cc|mm)$'], | 322 ['exclude', '\\.(cc|mm)$'], |
323 ['include', '_ios\\.(cc|mm)$'], | 323 ['include', '_ios\\.(cc|mm)$'], |
324 ['include', '(^|/)ios/'], | 324 ['include', '(^|/)ios/'], |
(...skipping 2464 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2789 # more details. | 2789 # more details. |
2790 'DebugInformationFormat': '3', | 2790 'DebugInformationFormat': '3', |
2791 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2791 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2792 }, | 2792 }, |
2793 }, | 2793 }, |
2794 }, | 2794 }, |
2795 ], | 2795 ], |
2796 }], | 2796 }], |
2797 ], # 'conditions' | 2797 ], # 'conditions' |
2798 } | 2798 } |
OLD | NEW |