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 58 matching lines...) Loading... |
69 'suggestions.gypi', | 69 'suggestions.gypi', |
70 'sync_driver.gypi', | 70 'sync_driver.gypi', |
71 'translate.gypi', | 71 'translate.gypi', |
72 'ui_zoom.gypi', | 72 'ui_zoom.gypi', |
73 'undo.gypi', | 73 'undo.gypi', |
74 'update_client.gypi', | 74 'update_client.gypi', |
75 'url_fixer.gypi', | 75 'url_fixer.gypi', |
76 'url_matcher.gypi', | 76 'url_matcher.gypi', |
77 'user_prefs.gypi', | 77 'user_prefs.gypi', |
78 'variations.gypi', | 78 'variations.gypi', |
| 79 'version_info.gypi', |
79 'wallpaper.gypi', | 80 'wallpaper.gypi', |
80 'web_resource.gypi', | 81 'web_resource.gypi', |
81 'webdata.gypi', | 82 'webdata.gypi', |
82 'webdata_services.gypi', | 83 'webdata_services.gypi', |
83 ], | 84 ], |
84 'conditions': [ | 85 'conditions': [ |
85 ['OS == "android"', { | 86 ['OS == "android"', { |
86 'includes': [ | 87 'includes': [ |
87 'external_video_surface.gypi', | 88 'external_video_surface.gypi', |
88 'service_tab_launcher.gypi', | 89 'service_tab_launcher.gypi', |
(...skipping 77 matching lines...) Loading... |
166 'chrome_apps.gypi', | 167 'chrome_apps.gypi', |
167 ], | 168 ], |
168 }], | 169 }], |
169 ['enable_rlz_support==1', { | 170 ['enable_rlz_support==1', { |
170 'includes': [ | 171 'includes': [ |
171 'rlz.gypi', | 172 'rlz.gypi', |
172 ], | 173 ], |
173 }] | 174 }] |
174 ], | 175 ], |
175 } | 176 } |
OLD | NEW |