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 22 matching lines...) Expand all Loading... |
33 'dom_distiller.gypi', | 33 'dom_distiller.gypi', |
34 'error_page.gypi', | 34 'error_page.gypi', |
35 'favicon.gypi', | 35 'favicon.gypi', |
36 'favicon_base.gypi', | 36 'favicon_base.gypi', |
37 'flags_ui.gypi', | 37 'flags_ui.gypi', |
38 'gcm_driver.gypi', | 38 'gcm_driver.gypi', |
39 'google.gypi', | 39 'google.gypi', |
40 'guest_view.gypi', | 40 'guest_view.gypi', |
41 'handoff.gypi', | 41 'handoff.gypi', |
42 'history.gypi', | 42 'history.gypi', |
| 43 'history_notice_utils.gypi', |
43 'infobars.gypi', | 44 'infobars.gypi', |
44 'invalidation.gypi', | 45 'invalidation.gypi', |
45 'json_schema.gypi', | 46 'json_schema.gypi', |
46 'keyed_service.gypi', | 47 'keyed_service.gypi', |
47 'language_usage_metrics.gypi', | 48 'language_usage_metrics.gypi', |
48 'leveldb_proto.gypi', | 49 'leveldb_proto.gypi', |
49 'login.gypi', | 50 'login.gypi', |
50 'memory_pressure.gypi', | 51 'memory_pressure.gypi', |
51 'metrics.gypi', | 52 'metrics.gypi', |
52 'metrics_services_manager.gypi', | 53 'metrics_services_manager.gypi', |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
199 'rlz.gypi', | 200 'rlz.gypi', |
200 ], | 201 ], |
201 }], | 202 }], |
202 ['use_ash==1', { | 203 ['use_ash==1', { |
203 'includes': [ | 204 'includes': [ |
204 'exo.gypi', | 205 'exo.gypi', |
205 ], | 206 ], |
206 }], | 207 }], |
207 ], | 208 ], |
208 } | 209 } |
OLD | NEW |