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

Side by Side Diff: chrome/chrome_tests.gypi

Issue 12963009: Split apk-build.xml into 3 steps (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 9 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_android.gypi ('k') | content/content_shell.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 3141 matching lines...) Expand 10 before | Expand all | Expand 10 after
3152 'chrome_java', 3152 'chrome_java',
3153 'chromium_testshell_java', 3153 'chromium_testshell_java',
3154 '../base/base.gyp:base', 3154 '../base/base.gyp:base',
3155 '../base/base.gyp:base_java_test_support', 3155 '../base/base.gyp:base_java_test_support',
3156 '../content/content.gyp:content_java_test_support', 3156 '../content/content.gyp:content_java_test_support',
3157 '../sync/sync.gyp:sync_javatests', 3157 '../sync/sync.gyp:sync_javatests',
3158 '../tools/android/forwarder/forwarder.gyp:forwarder', 3158 '../tools/android/forwarder/forwarder.gyp:forwarder',
3159 ], 3159 ],
3160 'variables': { 3160 'variables': {
3161 'apk_name': 'ChromiumTestShellTest', 3161 'apk_name': 'ChromiumTestShellTest',
3162 'java_in_dir': './android/testshell/javatests', 3162 'java_in_dir': 'android/testshell/javatests',
3163 'resource_dir': '../res', 3163 'resource_dir': 'android/testshell/res',
3164 'additional_src_dirs': ['android/javatests/src'], 3164 'additional_src_dirs': ['android/javatests/src'],
3165 'is_test_apk': 1, 3165 'is_test_apk': 1,
3166 }, 3166 },
3167 'includes': [ '../build/java_apk.gypi' ], 3167 'includes': [ '../build/java_apk.gypi' ],
3168 }, 3168 },
3169 ], 3169 ],
3170 }], 3170 }],
3171 ['test_isolation_mode != "noop"', { 3171 ['test_isolation_mode != "noop"', {
3172 'targets': [ 3172 'targets': [
3173 { 3173 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
3238 # more details. 3238 # more details.
3239 'DebugInformationFormat': '3', 3239 'DebugInformationFormat': '3',
3240 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb', 3240 'ProgramDataBaseFileName': '<(PRODUCT_DIR)/browser_tests.exe.pdb',
3241 }, 3241 },
3242 }, 3242 },
3243 }, 3243 },
3244 ], 3244 ],
3245 }], 3245 }],
3246 ], # 'conditions' 3246 ], # 'conditions'
3247 } 3247 }
OLDNEW
« no previous file with comments | « chrome/chrome_android.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698