| 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 297 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 '../components/components.gyp:captive_portal_test_support', | 308 '../components/components.gyp:captive_portal_test_support', |
| 309 '../components/components.gyp:sessions_test_support', | 309 '../components/components.gyp:sessions_test_support', |
| 310 '../components/components.gyp:storage_monitor_test_support', | 310 '../components/components.gyp:storage_monitor_test_support', |
| 311 '../extensions/extensions.gyp:extensions_test_support', | 311 '../extensions/extensions.gyp:extensions_test_support', |
| 312 '../google_apis/google_apis.gyp:google_apis_test_support', | 312 '../google_apis/google_apis.gyp:google_apis_test_support', |
| 313 '../ipc/ipc.gyp:test_support_ipc', | 313 '../ipc/ipc.gyp:test_support_ipc', |
| 314 '../media/media.gyp:media_test_support', | 314 '../media/media.gyp:media_test_support', |
| 315 '../ppapi/ppapi_internal.gyp:ppapi_shared', | 315 '../ppapi/ppapi_internal.gyp:ppapi_shared', |
| 316 '../sql/sql.gyp:test_support_sql', | 316 '../sql/sql.gyp:test_support_sql', |
| 317 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 317 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 318 '../webkit/child/webkit_child.gyp:webkit_child', | |
| 319 ], | 318 ], |
| 320 'export_dependent_settings': [ | 319 'export_dependent_settings': [ |
| 321 'renderer', | 320 'renderer', |
| 322 ], | 321 ], |
| 323 }, { # OS=="ios" | 322 }, { # OS=="ios" |
| 324 'sources/': [ | 323 'sources/': [ |
| 325 # Exclude everything but iOS-specific files. | 324 # Exclude everything but iOS-specific files. |
| 326 ['exclude', '\\.(cc|mm)$'], | 325 ['exclude', '\\.(cc|mm)$'], |
| 327 ['include', '_ios\\.(cc|mm)$'], | 326 ['include', '_ios\\.(cc|mm)$'], |
| 328 ['include', '(^|/)ios/'], | 327 ['include', '(^|/)ios/'], |
| (...skipping 2597 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2926 'dependencies': [ | 2925 'dependencies': [ |
| 2927 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2926 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2928 ], | 2927 ], |
| 2929 }], | 2928 }], |
| 2930 ], | 2929 ], |
| 2931 }, | 2930 }, |
| 2932 ], | 2931 ], |
| 2933 }], | 2932 }], |
| 2934 ], # 'conditions' | 2933 ], # 'conditions' |
| 2935 } | 2934 } |
| OLD | NEW |