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

Side by Side Diff: content/content_tests.gypi

Issue 27622005: Set is_test_apk=1 for content_browsertests_apk. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'test_support_content', 8 'target_name': 'test_support_content',
9 'type': 'static_library', 9 'type': 'static_library',
10 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 1273 matching lines...) Expand 10 before | Expand all | Expand 10 after
1284 'content_java_test_support', 1284 'content_java_test_support',
1285 'content_shell_java', 1285 'content_shell_java',
1286 ], 1286 ],
1287 'variables': { 1287 'variables': {
1288 'apk_name': 'content_browsertests', 1288 'apk_name': 'content_browsertests',
1289 'java_in_dir': 'shell/android/browsertests_apk', 1289 'java_in_dir': 'shell/android/browsertests_apk',
1290 'resource_dir': 'shell/android/browsertests_apk/res', 1290 'resource_dir': 'shell/android/browsertests_apk/res',
1291 'native_lib_target': 'libcontent_browsertests', 1291 'native_lib_target': 'libcontent_browsertests',
1292 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1292 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1293 'asset_location': '<(ant_build_out)/content_shell/assets', 1293 'asset_location': '<(ant_build_out)/content_shell/assets',
1294 'is_test_apk': 1,
1294 }, 1295 },
1295 'includes': [ '../build/java_apk.gypi' ], 1296 'includes': [ '../build/java_apk.gypi' ],
1296 }, 1297 },
1297 { 1298 {
1298 'target_name': 'video_decode_accelerator_unittest_apk', 1299 'target_name': 'video_decode_accelerator_unittest_apk',
1299 'type': 'none', 1300 'type': 'none',
1300 'dependencies': [ 1301 'dependencies': [
1301 'video_decode_accelerator_unittest', 1302 'video_decode_accelerator_unittest',
1302 ], 1303 ],
1303 'variables': { 1304 'variables': {
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1505 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1506 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1506 }, 1507 },
1507 ], 1508 ],
1508 }], 1509 }],
1509 ], 1510 ],
1510 }, 1511 },
1511 ], 1512 ],
1512 }], 1513 }],
1513 ], 1514 ],
1514 } 1515 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698