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 'variables': { | 5 'variables': { |
6 'chrome_browser_extensions_test_support_sources': [ | 6 'chrome_browser_extensions_test_support_sources': [ |
7 # A list of sources which is shared between different browser tests. | 7 # A list of sources which is shared between different browser tests. |
8 'browser/apps/app_browsertest_util.cc', | 8 'browser/apps/app_browsertest_util.cc', |
9 'browser/apps/app_browsertest_util.h', | 9 'browser/apps/app_browsertest_util.h', |
10 'browser/extensions/browsertest_util.cc', | 10 'browser/extensions/browsertest_util.cc', |
(...skipping 2983 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2994 # GN: //chrome/android:chrome_sync_shell_test_apk | 2994 # GN: //chrome/android:chrome_sync_shell_test_apk |
2995 'target_name': 'chrome_sync_shell_test_apk', | 2995 'target_name': 'chrome_sync_shell_test_apk', |
2996 'type': 'none', | 2996 'type': 'none', |
2997 'dependencies': [ | 2997 'dependencies': [ |
2998 'chrome_java', | 2998 'chrome_java', |
2999 'chrome_sync_shell_apk_java', | 2999 'chrome_sync_shell_apk_java', |
3000 'chrome_java_test_support', | 3000 'chrome_java_test_support', |
3001 '../base/base.gyp:base', | 3001 '../base/base.gyp:base', |
3002 '../base/base.gyp:base_java_test_support', | 3002 '../base/base.gyp:base_java_test_support', |
3003 '../content/content_shell_and_tests.gyp:content_java_test_support', | 3003 '../content/content_shell_and_tests.gyp:content_java_test_support', |
| 3004 '../sync/sync.gyp:test_support_sync_proto_java', |
3004 ], | 3005 ], |
3005 'variables': { | 3006 'variables': { |
3006 'apk_name': 'ChromeSyncShellTest', | 3007 'apk_name': 'ChromeSyncShellTest', |
3007 'java_in_dir': 'android/sync_shell/javatests', | 3008 'java_in_dir': 'android/sync_shell/javatests', |
3008 'additional_src_dirs': [ 'android/shell/javatests', ], | 3009 'additional_src_dirs': [ 'android/shell/javatests', ], |
3009 'is_test_apk': 1, | 3010 'is_test_apk': 1, |
3010 }, | 3011 }, |
3011 'includes': [ '../build/java_apk.gypi' ], | 3012 'includes': [ '../build/java_apk.gypi' ], |
3012 }, | 3013 }, |
3013 { | 3014 { |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3228 ['enable_webrtc==1', { | 3229 ['enable_webrtc==1', { |
3229 'dependencies': [ | 3230 'dependencies': [ |
3230 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' | 3231 '../third_party/libjingle/libjingle.gyp:libjingle_webrtc' |
3231 ] | 3232 ] |
3232 }], | 3233 }], |
3233 ], | 3234 ], |
3234 }] | 3235 }] |
3235 }], | 3236 }], |
3236 ], # 'conditions' | 3237 ], # 'conditions' |
3237 } | 3238 } |
OLD | NEW |