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

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: 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
« no previous file with comments | « chrome/chrome.gyp ('k') | components/navigation_interception.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 3044 matching lines...) Expand 10 before | Expand all | Expand 10 after
3055 'dependencies': [ 3055 'dependencies': [
3056 'chrome_java', 3056 'chrome_java',
3057 'chromium_testshell_java', 3057 'chromium_testshell_java',
3058 '../base/base.gyp:base', 3058 '../base/base.gyp:base',
3059 '../base/base.gyp:base_java_test_support', 3059 '../base/base.gyp:base_java_test_support',
3060 '../content/content.gyp:content_java_test_support', 3060 '../content/content.gyp:content_java_test_support',
3061 '../sync/sync.gyp:sync_javatests', 3061 '../sync/sync.gyp:sync_javatests',
3062 '../tools/android/forwarder/forwarder.gyp:forwarder', 3062 '../tools/android/forwarder/forwarder.gyp:forwarder',
3063 ], 3063 ],
3064 'variables': { 3064 'variables': {
3065 'package_name': 'chromium_testshell_test',
3066 'apk_name': 'ChromiumTestShellTest', 3065 'apk_name': 'ChromiumTestShellTest',
3067 'java_in_dir': './android/testshell/javatests', 3066 'java_in_dir': './android/testshell/javatests',
3068 'resource_dir': '../res', 3067 'resource_dir': '../res',
3069 'additional_src_dirs': ['android/javatests/src'], 3068 'additional_src_dirs': ['android/javatests/src'],
3070 'is_test_apk': 1, 3069 'is_test_apk': 1,
3071 }, 3070 },
3072 'includes': [ '../build/java_apk.gypi' ], 3071 'includes': [ '../build/java_apk.gypi' ],
3073 }, 3072 },
3074 ], 3073 ],
3075 }], 3074 }],
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
3143 # more details. 3142 # more details.
3144 'DebugInformationFormat': '3', 3143 'DebugInformationFormat': '3',
3145 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3144 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3146 }, 3145 },
3147 }, 3146 },
3148 }, 3147 },
3149 ], 3148 ],
3150 }], 3149 }],
3151 ], # 'conditions' 3150 ], # 'conditions'
3152 } 3151 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | components/navigation_interception.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698