| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'metrics.gypi', | 42 'metrics.gypi', |
| 43 'navigation_metrics.gypi', | 43 'navigation_metrics.gypi', |
| 44 'network_hints.gypi', | 44 'network_hints.gypi', |
| 45 'network_time.gypi', | 45 'network_time.gypi', |
| 46 'omnibox.gypi', | 46 'omnibox.gypi', |
| 47 'onc.gypi', | 47 'onc.gypi', |
| 48 'os_crypt.gypi', | 48 'os_crypt.gypi', |
| 49 'ownership.gypi', | 49 'ownership.gypi', |
| 50 'packed_ct_ev_whitelist.gypi', | 50 'packed_ct_ev_whitelist.gypi', |
| 51 'password_manager.gypi', | 51 'password_manager.gypi', |
| 52 'plugins.gypi', |
| 52 'policy.gypi', | 53 'policy.gypi', |
| 53 'precache.gypi', | 54 'precache.gypi', |
| 54 'pref_registry.gypi', | 55 'pref_registry.gypi', |
| 55 'query_parser.gypi', | 56 'query_parser.gypi', |
| 56 'rappor.gypi', | 57 'rappor.gypi', |
| 57 'renderer_context_menu.gypi', | 58 'renderer_context_menu.gypi', |
| 58 'search.gypi', | 59 'search.gypi', |
| 59 'search_engines.gypi', | 60 'search_engines.gypi', |
| 60 'search_provider_logos.gypi', | 61 'search_provider_logos.gypi', |
| 61 'sessions.gypi', | 62 'sessions.gypi', |
| (...skipping 18 matching lines...) Expand all Loading... |
| 80 'includes': [ | 81 'includes': [ |
| 81 'service_tab_launcher.gypi', | 82 'service_tab_launcher.gypi', |
| 82 ], | 83 ], |
| 83 }], | 84 }], |
| 84 ['OS != "ios"', { | 85 ['OS != "ios"', { |
| 85 'includes': [ | 86 'includes': [ |
| 86 'app_modal.gypi', | 87 'app_modal.gypi', |
| 87 'browsing_data.gypi', | 88 'browsing_data.gypi', |
| 88 'cdm.gypi', | 89 'cdm.gypi', |
| 89 'navigation_interception.gypi', | 90 'navigation_interception.gypi', |
| 90 'plugins.gypi', | |
| 91 'power.gypi', | 91 'power.gypi', |
| 92 'visitedlink.gypi', | 92 'visitedlink.gypi', |
| 93 'web_cache.gypi', | 93 'web_cache.gypi', |
| 94 'web_contents_delegate_android.gypi', | 94 'web_contents_delegate_android.gypi', |
| 95 'web_modal.gypi', | 95 'web_modal.gypi', |
| 96 'webui_generator.gypi', | 96 'webui_generator.gypi', |
| 97 ], | 97 ], |
| 98 }], | 98 }], |
| 99 ['OS == "ios"', { | 99 ['OS == "ios"', { |
| 100 'includes': [ | 100 'includes': [ |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'printing.gypi', | 144 'printing.gypi', |
| 145 ], | 145 ], |
| 146 }], | 146 }], |
| 147 ['enable_plugins==1', { | 147 ['enable_plugins==1', { |
| 148 'includes': [ | 148 'includes': [ |
| 149 'pdf.gypi', | 149 'pdf.gypi', |
| 150 ], | 150 ], |
| 151 }], | 151 }], |
| 152 ], | 152 ], |
| 153 } | 153 } |
| OLD | NEW |