Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Side by Side Diff: chrome/chrome_tests.gypi

Issue 1278573002: [Android] Add gyp support for multidex. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3026 matching lines...) Expand 10 before | Expand all | Expand 10 after
3037 ], 3037 ],
3038 }, 3038 },
3039 { 3039 {
3040 # GN: //chrome/android:chrome_junit_tests 3040 # GN: //chrome/android:chrome_junit_tests
3041 'target_name': 'chrome_junit_tests', 3041 'target_name': 'chrome_junit_tests',
3042 'type': 'none', 3042 'type': 'none',
3043 'dependencies': [ 3043 'dependencies': [
3044 'chrome_java', 3044 'chrome_java',
3045 '../base/base.gyp:base', 3045 '../base/base.gyp:base',
3046 '../base/base.gyp:base_java_test_support', 3046 '../base/base.gyp:base_java_test_support',
3047 '../base/base.gyp:base_junit_test_support',
3047 '../sync/sync.gyp:sync_java_test_support', 3048 '../sync/sync.gyp:sync_java_test_support',
3048 '../testing/android/junit/junit_test.gyp:junit_test_support', 3049 '../testing/android/junit/junit_test.gyp:junit_test_support',
3049 ], 3050 ],
3050 'variables': { 3051 'variables': {
3051 'main_class': 'org.chromium.testing.local.JunitTestMain', 3052 'main_class': 'org.chromium.testing.local.JunitTestMain',
3052 'src_paths': [ 3053 'src_paths': [
3053 'android/junit/', 3054 'android/junit/',
3054 ], 3055 ],
3055 }, 3056 },
3056 'includes': [ 3057 'includes': [
(...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
3384 'utility', 3385 'utility',
3385 ], 3386 ],
3386 'sources': [ 3387 'sources': [
3387 'tools/service_discovery_sniffer/service_discovery_sniffer.cc', 3388 'tools/service_discovery_sniffer/service_discovery_sniffer.cc',
3388 'tools/service_discovery_sniffer/service_discovery_sniffer.h', 3389 'tools/service_discovery_sniffer/service_discovery_sniffer.h',
3389 ], 3390 ],
3390 }] 3391 }]
3391 }], 3392 }],
3392 ], # 'conditions' 3393 ], # 'conditions'
3393 } 3394 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698