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

Side by Side Diff: content/content_tests.gypi

Issue 10386188: Fix ninja build for android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: and finally apk_test.gypi Created 8 years, 6 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
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/java/content.xml » ('j') | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'defines!': ['CONTENT_IMPLEMENTATION'], 10 'defines!': ['CONTENT_IMPLEMENTATION'],
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
553 { 553 {
554 'target_name': 'content_unittests_apk', 554 'target_name': 'content_unittests_apk',
555 'type': 'none', 555 'type': 'none',
556 'dependencies': [ 556 'dependencies': [
557 '../base/base.gyp:base_java', 557 '../base/base.gyp:base_java',
558 'content_java', 558 'content_java',
559 'content_unittests', 559 'content_unittests',
560 ], 560 ],
561 'variables': { 561 'variables': {
562 'test_suite_name': 'content_unittests', 562 'test_suite_name': 'content_unittests',
563 'input_shlib_path': '<(PRODUCT_DIR)/lib.target/<(SHARED_LIB_PREFIX)c ontent_unittests<(SHARED_LIB_SUFFIX)', 563 'input_shlib_path': '<(SHARED_LIB_DIR)/<(SHARED_LIB_PREFIX)content_u nittests<(SHARED_LIB_SUFFIX)',
564 'input_jars_paths': [ 564 'input_jars_paths': [
565 '<(PRODUCT_DIR)/lib.java/chromium_base.jar', 565 '<(PRODUCT_DIR)/lib.java/chromium_base.jar',
566 '<(PRODUCT_DIR)/lib.java/chromium_content.jar', 566 '<(PRODUCT_DIR)/lib.java/chromium_content.jar',
567 ], 567 ],
568 }, 568 },
569 'includes': [ '../build/apk_test.gypi' ], 569 'includes': [ '../build/apk_test.gypi' ],
570 }, 570 },
571 ], 571 ],
572 }], 572 }],
573 ], 573 ],
574 } 574 }
OLDNEW
« no previous file with comments | « content/content_shell.gypi ('k') | content/public/android/java/content.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698