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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
293 'utility', | 293 'utility', |
294 '../content/content.gyp:content_gpu', | 294 '../content/content.gyp:content_gpu', |
295 '../content/content.gyp:content_plugin', | 295 '../content/content.gyp:content_plugin', |
296 '../content/content.gyp:content_ppapi_plugin', | 296 '../content/content.gyp:content_ppapi_plugin', |
297 '../content/content.gyp:content_renderer', | 297 '../content/content.gyp:content_renderer', |
298 '../content/content.gyp:content_utility', | 298 '../content/content.gyp:content_utility', |
299 '../content/content.gyp:content_worker', | 299 '../content/content.gyp:content_worker', |
300 '../ipc/ipc.gyp:test_support_ipc', | 300 '../ipc/ipc.gyp:test_support_ipc', |
301 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 301 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
302 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 302 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 303 '../webkit/support/webkit_support.gyp:glue_child', |
303 ], | 304 ], |
304 'export_dependent_settings': [ | 305 'export_dependent_settings': [ |
305 'renderer', | 306 'renderer', |
306 ], | 307 ], |
307 }, { # OS=="ios" | 308 }, { # OS=="ios" |
308 'sources/': [ | 309 'sources/': [ |
309 # Exclude everything but iOS-specific files. | 310 # Exclude everything but iOS-specific files. |
310 ['exclude', '\\.(cc|mm)$'], | 311 ['exclude', '\\.(cc|mm)$'], |
311 ['include', '_ios\\.(cc|mm)$'], | 312 ['include', '_ios\\.(cc|mm)$'], |
312 ['include', '(^|/)ios/'], | 313 ['include', '(^|/)ios/'], |
(...skipping 2253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2566 # more details. | 2567 # more details. |
2567 'DebugInformationFormat': '3', | 2568 'DebugInformationFormat': '3', |
2568 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', | 2569 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/unit_tests.exe.pdb', |
2569 }, | 2570 }, |
2570 }, | 2571 }, |
2571 }, | 2572 }, |
2572 ], | 2573 ], |
2573 }], | 2574 }], |
2574 ], # 'conditions' | 2575 ], # 'conditions' |
2575 } | 2576 } |
OLD | NEW |