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

Side by Side Diff: chrome/chrome_exe.gypi

Issue 8677021: Android 'all' (and All) changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: adjustment since sync/merge Created 9 years 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/android/envsetup.sh ('k') | no next file » | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': 'chrome', 8 'target_name': 'chrome',
9 'type': 'executable', 9 'type': 'executable',
10 'mac_bundle': 1, 10 'mac_bundle': 1,
(...skipping 24 matching lines...) Expand all
35 # be necessary to list app-Info.plist once, not the three times it is 35 # be necessary to list app-Info.plist once, not the three times it is
36 # listed here. 36 # listed here.
37 'mac_bundle_resources!': [ 37 'mac_bundle_resources!': [
38 'app/app-Info.plist', 38 'app/app-Info.plist',
39 ], 39 ],
40 'xcode_settings': { 40 'xcode_settings': {
41 'CHROMIUM_STRIP_SAVE_FILE': 'app/app.saves', 41 'CHROMIUM_STRIP_SAVE_FILE': 'app/app.saves',
42 'INFOPLIST_FILE': 'app/app-Info.plist', 42 'INFOPLIST_FILE': 'app/app-Info.plist',
43 }, 43 },
44 'conditions': [ 44 'conditions': [
45 ['OS == "android"', {
46 # Don't put the 'chrome' target in 'all' on android
47 'suppress_wildcard': 1,
48 }],
45 ['os_posix == 1 and OS != "mac"', { 49 ['os_posix == 1 and OS != "mac"', {
46 'actions': [ 50 'actions': [
47 { 51 {
48 'action_name': 'manpage', 52 'action_name': 'manpage',
49 'conditions': [ 53 'conditions': [
50 [ 'branding == "Chrome"', { 54 [ 'branding == "Chrome"', {
51 'variables': { 55 'variables': {
52 'name': 'Google Chrome', 56 'name': 'Google Chrome',
53 'filename': 'google-chrome', 57 'filename': 'google-chrome',
54 'confdir': 'google-chrome', 58 'confdir': 'google-chrome',
(...skipping 487 matching lines...) Expand 10 before | Expand all | Expand 10 after
542 'configurations': { 546 'configurations': {
543 'Common_Base': { 547 'Common_Base': {
544 'msvs_target_platform': 'x64', 548 'msvs_target_platform': 'x64',
545 }, 549 },
546 }, 550 },
547 }, 551 },
548 ], 552 ],
549 }], 553 }],
550 ], 554 ],
551 } 555 }
OLDNEW
« no previous file with comments | « build/android/envsetup.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698