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

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

Powered by Google App Engine
This is Rietveld 408576698