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

Side by Side Diff: content/content_tests.gypi

Issue 93023002: Remove ant_build_out. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years 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 | « content/content_shell.gypi ('k') | 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 'dependencies': [ 10 'dependencies': [
(...skipping 1348 matching lines...) Expand 10 before | Expand all | Expand 10 after
1359 'content_browsertests', 1359 'content_browsertests',
1360 'content_java_test_support', 1360 'content_java_test_support',
1361 'content_shell_java', 1361 'content_shell_java',
1362 ], 1362 ],
1363 'variables': { 1363 'variables': {
1364 'apk_name': 'content_browsertests', 1364 'apk_name': 'content_browsertests',
1365 'java_in_dir': 'shell/android/browsertests_apk', 1365 'java_in_dir': 'shell/android/browsertests_apk',
1366 'resource_dir': 'shell/android/browsertests_apk/res', 1366 'resource_dir': 'shell/android/browsertests_apk/res',
1367 'native_lib_target': 'libcontent_browsertests', 1367 'native_lib_target': 'libcontent_browsertests',
1368 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1368 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1369 'asset_location': '<(ant_build_out)/content_shell/assets', 1369 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1370 }, 1370 },
1371 'includes': [ '../build/java_apk.gypi' ], 1371 'includes': [ '../build/java_apk.gypi' ],
1372 }, 1372 },
1373 { 1373 {
1374 'target_name': 'content_linker_test_apk', 1374 'target_name': 'content_linker_test_apk',
1375 'type': 'none', 1375 'type': 'none',
1376 'dependencies': [ 1376 'dependencies': [
1377 'content_android_linker_test', 1377 'content_android_linker_test',
1378 'content.gyp:content_java', 1378 'content.gyp:content_java',
1379 'content_shell_java', 1379 'content_shell_java',
1380 ], 1380 ],
1381 'variables': { 1381 'variables': {
1382 'apk_name': 'ContentLinkerTest', 1382 'apk_name': 'ContentLinkerTest',
1383 'java_in_dir': 'shell/android/linker_test_apk', 1383 'java_in_dir': 'shell/android/linker_test_apk',
1384 'resource_dir': 'shell/android/linker_test_apk/res', 1384 'resource_dir': 'shell/android/linker_test_apk/res',
1385 'native_lib_target': 'libcontent_android_linker_test', 1385 'native_lib_target': 'libcontent_android_linker_test',
1386 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1386 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1387 'asset_location': '<(ant_build_out)/content_shell/assets', 1387 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1388 'use_content_linker': '1', 1388 'use_content_linker': '1',
1389 'enable_content_linker_tests': '1', 1389 'enable_content_linker_tests': '1',
1390 }, 1390 },
1391 'includes': [ '../build/java_apk.gypi' ], 1391 'includes': [ '../build/java_apk.gypi' ],
1392 }, 1392 },
1393 { 1393 {
1394 'target_name': 'content_android_linker_test', 1394 'target_name': 'content_android_linker_test',
1395 'type': 'shared_library', 1395 'type': 'shared_library',
1396 'defines!': ['CONTENT_IMPLEMENTATION'], 1396 'defines!': ['CONTENT_IMPLEMENTATION'],
1397 'dependencies': [ 1397 'dependencies': [
(...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after
1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1633 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1634 }, 1634 },
1635 ], 1635 ],
1636 }], 1636 }],
1637 ], 1637 ],
1638 }, 1638 },
1639 ], 1639 ],
1640 }], 1640 }],
1641 ], 1641 ],
1642 } 1642 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698