| OLD | NEW |
| 1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 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 'includes': [ | 5 'includes': [ |
| 6 'js_unittest_vars.gypi', | 6 'js_unittest_vars.gypi', |
| 7 ], | 7 ], |
| 8 'targets': [ | 8 'targets': [ |
| 9 { | 9 { |
| 10 'target_name': 'interactive_ui_tests', | 10 'target_name': 'interactive_ui_tests', |
| (...skipping 2407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2418 { | 2418 { |
| 2419 'target_name': 'sync_integration_tests', | 2419 'target_name': 'sync_integration_tests', |
| 2420 'type': 'executable', | 2420 'type': 'executable', |
| 2421 'dependencies': [ | 2421 'dependencies': [ |
| 2422 'chrome_resources.gyp:chrome_resources', | 2422 'chrome_resources.gyp:chrome_resources', |
| 2423 'chrome_resources.gyp:chrome_strings', | 2423 'chrome_resources.gyp:chrome_strings', |
| 2424 'chrome_resources.gyp:packed_extra_resources', | 2424 'chrome_resources.gyp:packed_extra_resources', |
| 2425 'chrome_resources.gyp:packed_resources', | 2425 'chrome_resources.gyp:packed_resources', |
| 2426 'common', | 2426 'common', |
| 2427 'renderer', | 2427 'renderer', |
| 2428 'test_support_common', |
| 2428 'test_support_sync_integration', | 2429 'test_support_sync_integration', |
| 2429 '../sync/sync.gyp:sync', | 2430 '../sync/sync.gyp:sync', |
| 2430 '../testing/gmock.gyp:gmock', | 2431 '../testing/gmock.gyp:gmock', |
| 2431 '../testing/gtest.gyp:gtest', | 2432 '../testing/gtest.gyp:gtest', |
| 2432 '../third_party/icu/icu.gyp:icui18n', | 2433 '../third_party/icu/icu.gyp:icui18n', |
| 2433 '../third_party/icu/icu.gyp:icuuc', | 2434 '../third_party/icu/icu.gyp:icuuc', |
| 2434 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', | 2435 '../third_party/leveldatabase/leveldatabase.gyp:leveldatabase', |
| 2435 '../third_party/npapi/npapi.gyp:npapi', | 2436 '../third_party/npapi/npapi.gyp:npapi', |
| 2436 '../third_party/WebKit/public/blink.gyp:blink', | 2437 '../third_party/WebKit/public/blink.gyp:blink', |
| 2437 ], | 2438 ], |
| (...skipping 604 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3042 ['enable_webrtc==1', { | 3043 ['enable_webrtc==1', { |
| 3043 'dependencies': [ | 3044 'dependencies': [ |
| 3044 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3045 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3045 ] | 3046 ] |
| 3046 }], | 3047 }], |
| 3047 ], | 3048 ], |
| 3048 }] | 3049 }] |
| 3049 }], | 3050 }], |
| 3050 ], # 'conditions' | 3051 ], # 'conditions' |
| 3051 } | 3052 } |
| OLD | NEW |