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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 11308030: Use _target_name instead of package_name for java*.gypi (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@apk_jar
Patch Set: And fix android_webview_test_apk Created 7 years, 10 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 'pyautolib_sources': [ 6 'pyautolib_sources': [
7 'app/chrome_command_ids.h', 7 'app/chrome_command_ids.h',
8 'app/chrome_dll_resource.h', 8 'app/chrome_dll_resource.h',
9 'common/automation_constants.h', 9 'common/automation_constants.h',
10 'common/pref_names.cc', 10 'common/pref_names.cc',
(...skipping 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after
3054 'dependencies': [ 3054 'dependencies': [
3055 'chrome_java', 3055 'chrome_java',
3056 'chromium_testshell_java', 3056 'chromium_testshell_java',
3057 '../base/base.gyp:base', 3057 '../base/base.gyp:base',
3058 '../base/base.gyp:base_java_test_support', 3058 '../base/base.gyp:base_java_test_support',
3059 '../content/content.gyp:content_java_test_support', 3059 '../content/content.gyp:content_java_test_support',
3060 '../sync/sync.gyp:sync_javatests', 3060 '../sync/sync.gyp:sync_javatests',
3061 '../tools/android/forwarder/forwarder.gyp:forwarder', 3061 '../tools/android/forwarder/forwarder.gyp:forwarder',
3062 ], 3062 ],
3063 'variables': { 3063 'variables': {
3064 'package_name': 'chromium_testshell_test',
3065 'apk_name': 'ChromiumTestShellTest', 3064 'apk_name': 'ChromiumTestShellTest',
3066 'java_in_dir': './android/testshell/javatests', 3065 'java_in_dir': './android/testshell/javatests',
3067 'resource_dir': '../res', 3066 'resource_dir': '../res',
3068 'additional_src_dirs': ['android/javatests/src'], 3067 'additional_src_dirs': ['android/javatests/src'],
3069 'is_test_apk': 1, 3068 'is_test_apk': 1,
3070 }, 3069 },
3071 'includes': [ '../build/java_apk.gypi' ], 3070 'includes': [ '../build/java_apk.gypi' ],
3072 }, 3071 },
3073 ], 3072 ],
3074 }], 3073 }],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
3142 # more details. 3141 # more details.
3143 'DebugInformationFormat': '3', 3142 'DebugInformationFormat': '3',
3144 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3143 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3145 }, 3144 },
3146 }, 3145 },
3147 }, 3146 },
3148 ], 3147 ],
3149 }], 3148 }],
3150 ], # 'conditions' 3149 ], # 'conditions'
3151 } 3150 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698