| 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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 'includes': [ | 90 'includes': [ |
| 91 'external_video_surface.gypi', | 91 'external_video_surface.gypi', |
| 92 'service_tab_launcher.gypi', | 92 'service_tab_launcher.gypi', |
| 93 ], | 93 ], |
| 94 }], | 94 }], |
| 95 ['OS != "ios"', { | 95 ['OS != "ios"', { |
| 96 'includes': [ | 96 'includes': [ |
| 97 'app_modal.gypi', | 97 'app_modal.gypi', |
| 98 'browsing_data.gypi', | 98 'browsing_data.gypi', |
| 99 'cdm.gypi', | 99 'cdm.gypi', |
| 100 'certificate_transparency.gypi', |
| 100 'devtools_discovery.gypi', | 101 'devtools_discovery.gypi', |
| 101 'devtools_http_handler.gypi', | 102 'devtools_http_handler.gypi', |
| 102 'drive.gypi', | 103 'drive.gypi', |
| 103 'message_port.gypi', | 104 'message_port.gypi', |
| 104 'navigation_interception.gypi', | 105 'navigation_interception.gypi', |
| 105 'power.gypi', | 106 'power.gypi', |
| 106 'safe_json.gypi', | 107 'safe_json.gypi', |
| 107 'visitedlink.gypi', | 108 'visitedlink.gypi', |
| 108 'web_cache.gypi', | 109 'web_cache.gypi', |
| 109 'web_contents_delegate_android.gypi', | 110 'web_contents_delegate_android.gypi', |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 'chrome_apps.gypi', | 171 'chrome_apps.gypi', |
| 171 ], | 172 ], |
| 172 }], | 173 }], |
| 173 ['enable_rlz_support==1', { | 174 ['enable_rlz_support==1', { |
| 174 'includes': [ | 175 'includes': [ |
| 175 'rlz.gypi', | 176 'rlz.gypi', |
| 176 ], | 177 ], |
| 177 }] | 178 }] |
| 178 ], | 179 ], |
| 179 } | 180 } |
| OLD | NEW |