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

Side by Side Diff: chrome/chrome_android.gypi

Issue 1480693003: Revert of New build flag system, convert Google Now flag (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser.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 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'targets': [ 8 'targets': [
9 { 9 {
10 # GN: //chrome:chrome_android_core 10 # GN: //chrome:chrome_android_core
11 'target_name': 'chrome_android_core', 11 'target_name': 'chrome_android_core',
12 'type': 'static_library', 12 'type': 'static_library',
13 'dependencies': [ 13 'dependencies': [
14 'chrome.gyp:browser', 14 'chrome.gyp:browser',
15 'chrome.gyp:browser_ui', 15 'chrome.gyp:browser_ui',
16 'chrome.gyp:child', 16 'chrome.gyp:child',
17 'chrome.gyp:chrome_common_features',
18 'chrome.gyp:plugin', 17 'chrome.gyp:plugin',
19 'chrome.gyp:renderer', 18 'chrome.gyp:renderer',
20 'chrome.gyp:utility', 19 'chrome.gyp:utility',
21 # TODO(kkimlabs): Move this to chrome.gyp:browser when the dependent 20 # TODO(kkimlabs): Move this to chrome.gyp:browser when the dependent
22 # is upstreamed. 21 # is upstreamed.
23 '../components/components.gyp:enhanced_bookmarks', 22 '../components/components.gyp:enhanced_bookmarks',
24 '../content/content.gyp:content', 23 '../content/content.gyp:content',
25 '../content/content.gyp:content_app_both', 24 '../content/content.gyp:content_app_both',
26 ], 25 ],
27 'include_dirs': [ 26 'include_dirs': [
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 '-f', '<(branding_path)', 94 '-f', '<(branding_path)',
96 '-e', 'CHANNEL=str.upper("<(android_channel)")', 95 '-e', 'CHANNEL=str.upper("<(android_channel)")',
97 '<(template_input_path)', 96 '<(template_input_path)',
98 '<(output_path)', 97 '<(output_path)',
99 ], 98 ],
100 }, 99 },
101 ], 100 ],
102 }, 101 },
103 ], 102 ],
104 } 103 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698