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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
99 'includes': [ | 99 'includes': [ |
100 'app_modal.gypi', | 100 'app_modal.gypi', |
101 'browsing_data.gypi', | 101 'browsing_data.gypi', |
102 'cdm.gypi', | 102 'cdm.gypi', |
103 'crash.gypi', | 103 'crash.gypi', |
104 'devtools_discovery.gypi', | 104 'devtools_discovery.gypi', |
105 'devtools_http_handler.gypi', | 105 'devtools_http_handler.gypi', |
106 'drive.gypi', | 106 'drive.gypi', |
107 'message_port.gypi', | 107 'message_port.gypi', |
108 'navigation_interception.gypi', | 108 'navigation_interception.gypi', |
| 109 'page_load_metrics.gypi', |
109 'power.gypi', | 110 'power.gypi', |
110 'safe_json.gypi', | 111 'safe_json.gypi', |
111 'visitedlink.gypi', | 112 'visitedlink.gypi', |
112 'web_cache.gypi', | 113 'web_cache.gypi', |
113 'web_contents_delegate_android.gypi', | 114 'web_contents_delegate_android.gypi', |
114 'web_modal.gypi', | 115 'web_modal.gypi', |
115 ], | 116 ], |
116 }], | 117 }], |
117 ['OS == "ios"', { | 118 ['OS == "ios"', { |
118 'includes': [ | 119 'includes': [ |
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
173 'chrome_apps.gypi', | 174 'chrome_apps.gypi', |
174 ], | 175 ], |
175 }], | 176 }], |
176 ['enable_rlz_support==1', { | 177 ['enable_rlz_support==1', { |
177 'includes': [ | 178 'includes': [ |
178 'rlz.gypi', | 179 'rlz.gypi', |
179 ], | 180 ], |
180 }] | 181 }] |
181 ], | 182 ], |
182 } | 183 } |
OLD | NEW |