OLD | NEW |
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:gpu', |
17 'chrome_features.gyp:chrome_common_features', | 18 'chrome_features.gyp:chrome_common_features', |
18 'chrome.gyp:renderer', | 19 'chrome.gyp:renderer', |
19 'chrome.gyp:utility', | 20 'chrome.gyp:utility', |
20 '../components/components.gyp:safe_browsing_db_mobile', | 21 '../components/components.gyp:safe_browsing_db_mobile', |
21 '../content/content.gyp:content', | 22 '../content/content.gyp:content', |
22 '../content/content.gyp:content_app_both', | 23 '../content/content.gyp:content_app_both', |
23 ], | 24 ], |
24 'include_dirs': [ | 25 'include_dirs': [ |
25 '..', | 26 '..', |
26 '<(android_ndk_include)', | 27 '<(android_ndk_include)', |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
92 '-f', '<(branding_path)', | 93 '-f', '<(branding_path)', |
93 '-e', 'CHANNEL=str.upper("<(android_channel)")', | 94 '-e', 'CHANNEL=str.upper("<(android_channel)")', |
94 '<(template_input_path)', | 95 '<(template_input_path)', |
95 '<(output_path)', | 96 '<(output_path)', |
96 ], | 97 ], |
97 }, | 98 }, |
98 ], | 99 ], |
99 }, | 100 }, |
100 ], | 101 ], |
101 } | 102 } |
OLD | NEW |