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', |
301 ], | 302 ], |
302 'export_dependent_settings': [ | 303 'export_dependent_settings': [ |
303 'renderer', | 304 'renderer', |
304 ], | 305 ], |
305 }, { # OS=="ios" | 306 }, { # OS=="ios" |
306 'sources/': [ | 307 'sources/': [ |
307 # Exclude everything but iOS-specific files. | 308 # Exclude everything but iOS-specific files. |
308 ['exclude', '\\.(cc|mm)$'], | 309 ['exclude', '\\.(cc|mm)$'], |
309 ['include', '_ios\\.(cc|mm)$'], | 310 ['include', '_ios\\.(cc|mm)$'], |
310 ['include', '(^|/)ios/'], | 311 ['include', '(^|/)ios/'], |
(...skipping 2230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2541 # more details. | 2542 # more details. |
2542 'DebugInformationFormat': '3', | 2543 'DebugInformationFormat': '3', |
2543 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2544 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2544 }, | 2545 }, |
2545 }, | 2546 }, |
2546 }, | 2547 }, |
2547 ], | 2548 ], |
2548 }], | 2549 }], |
2549 ], # 'conditions' | 2550 ], # 'conditions' |
2550 } | 2551 } |
OLD | NEW |