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 3027 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3038 ], | 3038 ], |
3039 }, | 3039 }, |
3040 { | 3040 { |
3041 # GN: //chrome/android:chrome_junit_tests | 3041 # GN: //chrome/android:chrome_junit_tests |
3042 'target_name': 'chrome_junit_tests', | 3042 'target_name': 'chrome_junit_tests', |
3043 'type': 'none', | 3043 'type': 'none', |
3044 'dependencies': [ | 3044 'dependencies': [ |
3045 'chrome_java', | 3045 'chrome_java', |
3046 '../base/base.gyp:base', | 3046 '../base/base.gyp:base', |
3047 '../base/base.gyp:base_java_test_support', | 3047 '../base/base.gyp:base_java_test_support', |
| 3048 '../base/base.gyp:base_junit_test_support', |
3048 '../sync/sync.gyp:sync_java_test_support', | 3049 '../sync/sync.gyp:sync_java_test_support', |
3049 '../testing/android/junit/junit_test.gyp:junit_test_support', | 3050 '../testing/android/junit/junit_test.gyp:junit_test_support', |
3050 ], | 3051 ], |
3051 'variables': { | 3052 'variables': { |
3052 'main_class': 'org.chromium.testing.local.JunitTestMain', | 3053 'main_class': 'org.chromium.testing.local.JunitTestMain', |
3053 'src_paths': [ | 3054 'src_paths': [ |
3054 'android/junit/', | 3055 'android/junit/', |
3055 ], | 3056 ], |
3056 }, | 3057 }, |
3057 'includes': [ | 3058 'includes': [ |
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3385 'utility', | 3386 'utility', |
3386 ], | 3387 ], |
3387 'sources': [ | 3388 'sources': [ |
3388 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', | 3389 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', |
3389 'tools/service_discovery_sniffer/service_discovery_sniffer.h', | 3390 'tools/service_discovery_sniffer/service_discovery_sniffer.h', |
3390 ], | 3391 ], |
3391 }] | 3392 }] |
3392 }], | 3393 }], |
3393 ], # 'conditions' | 3394 ], # 'conditions' |
3394 } | 3395 } |
OLD | NEW |