| 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 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 101 'app_modal.gypi', | 101 'app_modal.gypi', |
| 102 'browsing_data.gypi', | 102 'browsing_data.gypi', |
| 103 'cdm.gypi', | 103 'cdm.gypi', |
| 104 'certificate_transparency.gypi', | 104 'certificate_transparency.gypi', |
| 105 'crash.gypi', | 105 'crash.gypi', |
| 106 'devtools_discovery.gypi', | 106 'devtools_discovery.gypi', |
| 107 'devtools_http_handler.gypi', | 107 'devtools_http_handler.gypi', |
| 108 'drive.gypi', | 108 'drive.gypi', |
| 109 'message_port.gypi', | 109 'message_port.gypi', |
| 110 'navigation_interception.gypi', | 110 'navigation_interception.gypi', |
| 111 'page_load_metrics.gypi', |
| 111 'power.gypi', | 112 'power.gypi', |
| 112 'safe_json.gypi', | 113 'safe_json.gypi', |
| 113 'visitedlink.gypi', | 114 'visitedlink.gypi', |
| 114 'web_cache.gypi', | 115 'web_cache.gypi', |
| 115 'web_contents_delegate_android.gypi', | 116 'web_contents_delegate_android.gypi', |
| 116 'web_modal.gypi', | 117 'web_modal.gypi', |
| 117 ], | 118 ], |
| 118 }], | 119 }], |
| 119 ['OS == "ios"', { | 120 ['OS == "ios"', { |
| 120 'includes': [ | 121 'includes': [ |
| (...skipping 55 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 |