| OLD | NEW |
| 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 { | 5 { |
| 6 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'test_support_content', | 8 'target_name': 'test_support_content', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 }], | 270 }], |
| 271 ['use_glib == 1', { | 271 ['use_glib == 1', { |
| 272 'dependencies': [ | 272 'dependencies': [ |
| 273 '../build/linux/system.gyp:glib', | 273 '../build/linux/system.gyp:glib', |
| 274 ], | 274 ], |
| 275 }], | 275 }], |
| 276 ['use_aura==1', { | 276 ['use_aura==1', { |
| 277 'dependencies': [ | 277 'dependencies': [ |
| 278 '../ui/aura/aura.gyp:aura_test_support', | 278 '../ui/aura/aura.gyp:aura_test_support', |
| 279 '../ui/resources/ui_resources.gyp:ui_test_pak', | 279 '../ui/resources/ui_resources.gyp:ui_test_pak', |
| 280 '../ui/wm/wm.gyp:wm_test_support', |
| 280 ], | 281 ], |
| 281 }], | 282 }], |
| 282 ['use_aura==1 or OS=="mac"', { | 283 ['use_aura==1 or OS=="mac"', { |
| 283 'dependencies': [ | 284 'dependencies': [ |
| 284 '../ui/compositor/compositor.gyp:compositor', | 285 '../ui/compositor/compositor.gyp:compositor', |
| 285 ], | 286 ], |
| 286 }], | 287 }], |
| 287 ['OS=="win"', { | 288 ['OS=="win"', { |
| 288 'dependencies': [ | 289 'dependencies': [ |
| 289 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 290 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| (...skipping 1468 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1758 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], | 1759 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], |
| 1759 }, | 1760 }, |
| 1760 ], | 1761 ], |
| 1761 }], | 1762 }], |
| 1762 ], | 1763 ], |
| 1763 }, | 1764 }, |
| 1764 ], | 1765 ], |
| 1765 }], | 1766 }], |
| 1766 ], | 1767 ], |
| 1767 } | 1768 } |
| OLD | NEW |