OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |