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

Side by Side Diff: content/content_tests.gypi

Issue 141223002: Move the android library loader from content to base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move Android Library Loader - fix nits Created 6 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 (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 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after
1375 'apk_name': 'content_browsertests', 1375 'apk_name': 'content_browsertests',
1376 'java_in_dir': 'shell/android/browsertests_apk', 1376 'java_in_dir': 'shell/android/browsertests_apk',
1377 'resource_dir': 'shell/android/browsertests_apk/res', 1377 'resource_dir': 'shell/android/browsertests_apk/res',
1378 'native_lib_target': 'libcontent_browsertests', 1378 'native_lib_target': 'libcontent_browsertests',
1379 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1379 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1380 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1380 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1381 }, 1381 },
1382 'includes': [ '../build/java_apk.gypi' ], 1382 'includes': [ '../build/java_apk.gypi' ],
1383 }, 1383 },
1384 { 1384 {
1385 'target_name': 'content_linker_test_apk', 1385 'target_name': 'chromium_linker_test_apk',
1386 'type': 'none', 1386 'type': 'none',
1387 'dependencies': [ 1387 'dependencies': [
1388 'content_android_linker_test', 1388 'chromium_android_linker_test',
1389 'content.gyp:content_java', 1389 'content.gyp:content_java',
1390 'content_shell_java', 1390 'content_shell_java',
1391 ], 1391 ],
1392 'variables': { 1392 'variables': {
1393 'apk_name': 'ContentLinkerTest', 1393 'apk_name': 'ChromiumLinkerTest',
1394 'java_in_dir': 'shell/android/linker_test_apk', 1394 'java_in_dir': 'shell/android/linker_test_apk',
1395 'resource_dir': 'shell/android/linker_test_apk/res', 1395 'resource_dir': 'shell/android/linker_test_apk/res',
1396 'native_lib_target': 'libcontent_android_linker_test', 1396 'native_lib_target': 'libchromium_android_linker_test',
1397 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'], 1397 'additional_input_paths': ['<(PRODUCT_DIR)/content_shell/assets/cont ent_shell.pak'],
1398 'asset_location': '<(PRODUCT_DIR)/content_shell/assets', 1398 'asset_location': '<(PRODUCT_DIR)/content_shell/assets',
1399 'use_content_linker': '1', 1399 'use_chromium_linker': '1',
1400 'enable_content_linker_tests': '1', 1400 'enable_chromium_linker_tests': '1',
1401 }, 1401 },
1402 'includes': [ '../build/java_apk.gypi' ], 1402 'includes': [ '../build/java_apk.gypi' ],
1403 }, 1403 },
1404 { 1404 {
1405 'target_name': 'content_android_linker_test', 1405 'target_name': 'chromium_android_linker_test',
1406 'type': 'shared_library', 1406 'type': 'shared_library',
1407 'defines!': ['CONTENT_IMPLEMENTATION'], 1407 'defines!': ['CONTENT_IMPLEMENTATION'],
1408 'dependencies': [ 1408 'dependencies': [
1409 'content_android_linker_test_jni_headers', 1409 'chromium_android_linker_test_jni_headers',
1410 'content_shell_lib', 1410 'content_shell_lib',
1411 # Required to include "content/public/browser/android/compositor.h" 1411 # Required to include "content/public/browser/android/compositor.h"
1412 # in content_linker_test_android.cc :-( 1412 # in chromium_linker_test_android.cc :-(
1413 '../skia/skia.gyp:skia', 1413 '../skia/skia.gyp:skia',
1414 ], 1414 ],
1415 'sources': [ 1415 'sources': [
1416 'shell/android/linker_test_apk/content_linker_test_android.cc', 1416 'shell/android/linker_test_apk/chromium_linker_test_android.cc',
1417 'shell/android/linker_test_apk/content_linker_test_linker_tests.cc', 1417 'shell/android/linker_test_apk/chromium_linker_test_linker_tests.cc' ,
1418 ], 1418 ],
1419 }, 1419 },
1420 { 1420 {
1421 'target_name': 'content_android_linker_test_jni_headers', 1421 'target_name': 'chromium_android_linker_test_jni_headers',
1422 'type': 'none', 1422 'type': 'none',
1423 'sources': [ 1423 'sources': [
1424 'shell/android/linker_test_apk/src/org/chromium/content_linker_test_ apk/LinkerTests.java', 1424 'shell/android/linker_test_apk/src/org/chromium/chromium_linker_test _apk/LinkerTests.java',
1425 ], 1425 ],
1426 'variables': { 1426 'variables': {
1427 'jni_gen_package': 'content/shell', 1427 'jni_gen_package': 'content/shell',
1428 'jni_generator_ptr_type': 'long', 1428 'jni_generator_ptr_type': 'long',
1429 }, 1429 },
1430 'includes': [ '../build/jni_generator.gypi' ], 1430 'includes': [ '../build/jni_generator.gypi' ],
1431 }, 1431 },
1432 { 1432 {
1433 'target_name': 'video_decode_accelerator_unittest_apk', 1433 'target_name': 'video_decode_accelerator_unittest_apk',
1434 'type': 'none', 1434 'type': 'none',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
1636 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1636 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1637 }, 1637 },
1638 ], 1638 ],
1639 }], 1639 }],
1640 ], 1640 ],
1641 }, 1641 },
1642 ], 1642 ],
1643 }], 1643 }],
1644 ], 1644 ],
1645 } 1645 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698