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

Side by Side Diff: content/content_tests.gypi

Issue 141533006: [Android] Move the java content/ package to content_public/ to start the split. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small fixes and findbugs line update Created 6 years, 11 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
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 1430 matching lines...) Expand 10 before | Expand all | Expand 10 after
1441 'includes': [ '../build/apk_test.gypi' ], 1441 'includes': [ '../build/apk_test.gypi' ],
1442 }, 1442 },
1443 ], 1443 ],
1444 }], 1444 }],
1445 ['OS == "android"', { 1445 ['OS == "android"', {
1446 'targets': [ 1446 'targets': [
1447 { 1447 {
1448 'target_name': 'test_support_content_jni_headers', 1448 'target_name': 'test_support_content_jni_headers',
1449 'type': 'none', 1449 'type': 'none',
1450 'sources': [ 1450 'sources': [
1451 'public/test/android/javatests/src/org/chromium/content/browser/test /NestedSystemMessageHandler.java', 1451 'public/test/android/javatests/src/org/chromium/content_public/brows er/test/NestedSystemMessageHandler.java',
1452 ], 1452 ],
1453 'variables': { 1453 'variables': {
1454 'jni_gen_package': 'content/public/test', 1454 'jni_gen_package': 'content/public/test',
1455 'jni_generator_ptr_type': 'long', 1455 'jni_generator_ptr_type': 'long',
1456 }, 1456 },
1457 'includes': [ '../build/jni_generator.gypi' ], 1457 'includes': [ '../build/jni_generator.gypi' ],
1458 }, 1458 },
1459 { 1459 {
1460 'target_name': 'content_java_test_support', 1460 'target_name': 'content_java_test_support',
1461 'type': 'none', 1461 'type': 'none',
(...skipping 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
1635 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'], 1635 'files': ['<(PRODUCT_DIR)/libnpapi_test_plugin.so'],
1636 }, 1636 },
1637 ], 1637 ],
1638 }], 1638 }],
1639 ], 1639 ],
1640 }, 1640 },
1641 ], 1641 ],
1642 }], 1642 }],
1643 ], 1643 ],
1644 } 1644 }
OLDNEW
« no previous file with comments | « content/content_jni.gypi ('k') | content/public/android/java/resource_map/org/chromium/content/R.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698