OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 # This turns on e.g. the filename-based detection of which | 7 # This turns on e.g. the filename-based detection of which |
8 # platforms to include source files on (e.g. files ending in | 8 # platforms to include source files on (e.g. files ending in |
9 # _mac.h or _mac.cc are only compiled on MacOSX). | 9 # _mac.h or _mac.cc are only compiled on MacOSX). |
10 'chromium_code': 1, | 10 'chromium_code': 1, |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'toolbar.gypi', | 77 'toolbar.gypi', |
78 'translate.gypi', | 78 'translate.gypi', |
79 'ui_zoom.gypi', | 79 'ui_zoom.gypi', |
80 'undo.gypi', | 80 'undo.gypi', |
81 'update_client.gypi', | 81 'update_client.gypi', |
82 'upload_list.gypi', | 82 'upload_list.gypi', |
83 'url_matcher.gypi', | 83 'url_matcher.gypi', |
84 'user_prefs.gypi', | 84 'user_prefs.gypi', |
85 'variations.gypi', | 85 'variations.gypi', |
86 'version_info.gypi', | 86 'version_info.gypi', |
| 87 'version_ui.gypi', |
87 'wallpaper.gypi', | 88 'wallpaper.gypi', |
88 'web_resource.gypi', | 89 'web_resource.gypi', |
89 'webdata.gypi', | 90 'webdata.gypi', |
90 'webdata_services.gypi', | 91 'webdata_services.gypi', |
91 ], | 92 ], |
92 'conditions': [ | 93 'conditions': [ |
93 ['OS == "android"', { | 94 ['OS == "android"', { |
94 'includes': [ | 95 'includes': [ |
95 'external_video_surface.gypi', | 96 'external_video_surface.gypi', |
96 'service_tab_launcher.gypi', | 97 'service_tab_launcher.gypi', |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
176 'chrome_apps.gypi', | 177 'chrome_apps.gypi', |
177 ], | 178 ], |
178 }], | 179 }], |
179 ['enable_rlz_support==1', { | 180 ['enable_rlz_support==1', { |
180 'includes': [ | 181 'includes': [ |
181 'rlz.gypi', | 182 'rlz.gypi', |
182 ], | 183 ], |
183 }] | 184 }] |
184 ], | 185 ], |
185 } | 186 } |
OLD | NEW |