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 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
291 'utility', | 291 'utility', |
292 '../content/content.gyp:content_gpu', | 292 '../content/content.gyp:content_gpu', |
293 '../content/content.gyp:content_plugin', | 293 '../content/content.gyp:content_plugin', |
294 '../content/content.gyp:content_ppapi_plugin', | 294 '../content/content.gyp:content_ppapi_plugin', |
295 '../content/content.gyp:content_renderer', | 295 '../content/content.gyp:content_renderer', |
296 '../content/content.gyp:content_utility', | 296 '../content/content.gyp:content_utility', |
297 '../content/content.gyp:content_worker', | 297 '../content/content.gyp:content_worker', |
298 '../ipc/ipc.gyp:test_support_ipc', | 298 '../ipc/ipc.gyp:test_support_ipc', |
299 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 299 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
300 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 300 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
301 '../ui/compositor/compositor.gyp:compositor_test_support', | |
302 ], | 301 ], |
303 'export_dependent_settings': [ | 302 'export_dependent_settings': [ |
304 'renderer', | 303 'renderer', |
305 ], | 304 ], |
306 }, { # OS=="ios" | 305 }, { # OS=="ios" |
307 'sources/': [ | 306 'sources/': [ |
308 # Exclude everything but iOS-specific files. | 307 # Exclude everything but iOS-specific files. |
309 ['exclude', '\\.(cc|mm)$'], | 308 ['exclude', '\\.(cc|mm)$'], |
310 ['include', '_ios\\.(cc|mm)$'], | 309 ['include', '_ios\\.(cc|mm)$'], |
311 ['include', '(^|/)ios/'], | 310 ['include', '(^|/)ios/'], |
(...skipping 2231 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2543 # more details. | 2542 # more details. |
2544 'DebugInformationFormat': '3', | 2543 'DebugInformationFormat': '3', |
2545 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2546 }, | 2545 }, |
2547 }, | 2546 }, |
2548 }, | 2547 }, |
2549 ], | 2548 ], |
2550 }], | 2549 }], |
2551 ], # 'conditions' | 2550 ], # 'conditions' |
2552 } | 2551 } |
OLD | NEW |