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

Side by Side Diff: content/content_shell.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 | « build/java.gypi ('k') | content/content_tests.gypi » ('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 'variables': { 6 'variables': {
7 'content_shell_product_name': 'Content Shell', 7 'content_shell_product_name': 'Content Shell',
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 ], 572 ],
573 'outputs': [ 573 'outputs': [
574 # Awkwardly, we build a Debug APK even when gyp is in 574 # Awkwardly, we build a Debug APK even when gyp is in
575 # Release mode. I don't think it matters (e.g. we're 575 # Release mode. I don't think it matters (e.g. we're
576 # probably happy to not codesign) but naming should be 576 # probably happy to not codesign) but naming should be
577 # fixed. 577 # fixed.
578 '<(PRODUCT_DIR)/ContentShell-debug.apk', 578 '<(PRODUCT_DIR)/ContentShell-debug.apk',
579 ], 579 ],
580 'action': [ 580 'action': [
581 'ant', 581 'ant',
582 '-DPRODUCT_DIR=<(PRODUCT_DIR)', 582 '-DPRODUCT_DIR=<(ant_build_out)',
583 '-DAPP_ABI=<(android_app_abi)', 583 '-DAPP_ABI=<(android_app_abi)',
584 '-buildfile', 584 '-buildfile',
585 '<(DEPTH)/content/shell/android/content_shell_apk.xml', 585 '<(DEPTH)/content/shell/android/content_shell_apk.xml',
586 ] 586 ]
587 } 587 }
588 ], 588 ],
589 }, 589 },
590 ], 590 ],
591 }], # OS=="android" 591 }], # OS=="android"
592 ] 592 ]
593 } 593 }
OLDNEW
« no previous file with comments | « build/java.gypi ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698