| 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 2777 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2788 'targets': [ | 2788 'targets': [ |
| 2789 { | 2789 { |
| 2790 'target_name': 'chrome_shell_test_apk', | 2790 'target_name': 'chrome_shell_test_apk', |
| 2791 'type': 'none', | 2791 'type': 'none', |
| 2792 'dependencies': [ | 2792 'dependencies': [ |
| 2793 'chrome_java', | 2793 'chrome_java', |
| 2794 'chrome_shell_apk_java', | 2794 'chrome_shell_apk_java', |
| 2795 'chrome_java_test_support', | 2795 'chrome_java_test_support', |
| 2796 '../base/base.gyp:base', | 2796 '../base/base.gyp:base', |
| 2797 '../base/base.gyp:base_java_test_support', | 2797 '../base/base.gyp:base_java_test_support', |
| 2798 '../components/components.gyp:invalidation_javatests', |
| 2798 '../content/content_shell_and_tests.gyp:content_java_test_support', | 2799 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 2799 '../sync/sync.gyp:sync_javatests', | 2800 '../sync/sync.gyp:sync_javatests', |
| 2800 ], | 2801 ], |
| 2801 'variables': { | 2802 'variables': { |
| 2802 'apk_name': 'ChromeShellTest', | 2803 'apk_name': 'ChromeShellTest', |
| 2803 'java_in_dir': 'android/shell/javatests', | 2804 'java_in_dir': 'android/shell/javatests', |
| 2804 'additional_src_dirs': ['android/javatests/src'], | 2805 'additional_src_dirs': ['android/javatests/src'], |
| 2805 'is_test_apk': 1, | 2806 'is_test_apk': 1, |
| 2806 }, | 2807 }, |
| 2807 'includes': [ '../build/java_apk.gypi' ], | 2808 'includes': [ '../build/java_apk.gypi' ], |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3055 ['enable_webrtc==1', { | 3056 ['enable_webrtc==1', { |
| 3056 'dependencies': [ | 3057 'dependencies': [ |
| 3057 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3058 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
| 3058 ] | 3059 ] |
| 3059 }], | 3060 }], |
| 3060 ], | 3061 ], |
| 3061 }] | 3062 }] |
| 3062 }], | 3063 }], |
| 3063 ], # 'conditions' | 3064 ], # 'conditions' |
| 3064 } | 3065 } |
| OLD | NEW |