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 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
61 'network_time.gypi', | 61 'network_time.gypi', |
62 'ntp_snippets.gypi', | 62 'ntp_snippets.gypi', |
63 'ntp_tiles.gypi', | 63 'ntp_tiles.gypi', |
64 'offline_pages.gypi', | 64 'offline_pages.gypi', |
65 'omnibox.gypi', | 65 'omnibox.gypi', |
66 'onc.gypi', | 66 'onc.gypi', |
67 'open_from_clipboard.gypi', | 67 'open_from_clipboard.gypi', |
68 'os_crypt.gypi', | 68 'os_crypt.gypi', |
69 'ownership.gypi', | 69 'ownership.gypi', |
70 'password_manager.gypi', | 70 'password_manager.gypi', |
71 'physical_web_data_source.gypi', | |
blundell
2016/07/28 11:12:25
nit: This should just be physical_web.gypi now.
mattreynolds
2016/07/29 01:36:31
Done.
| |
71 'plugins.gypi', | 72 'plugins.gypi', |
72 'policy.gypi', | 73 'policy.gypi', |
73 'precache.gypi', | 74 'precache.gypi', |
74 'pref_registry.gypi', | 75 'pref_registry.gypi', |
75 'profile_metrics.gypi', | 76 'profile_metrics.gypi', |
76 'proxy_config.gypi', | 77 'proxy_config.gypi', |
77 'query_parser.gypi', | 78 'query_parser.gypi', |
78 'rappor.gypi', | 79 'rappor.gypi', |
79 'search.gypi', | 80 'search.gypi', |
80 'search_engines.gypi', | 81 'search_engines.gypi', |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
202 'rlz.gypi', | 203 'rlz.gypi', |
203 ], | 204 ], |
204 }], | 205 }], |
205 ['use_ash==1', { | 206 ['use_ash==1', { |
206 'includes': [ | 207 'includes': [ |
207 'exo.gypi', | 208 'exo.gypi', |
208 ], | 209 ], |
209 }], | 210 }], |
210 ], | 211 ], |
211 } | 212 } |
OLD | NEW |