| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 import("//build/config/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 | 8 |
| 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| 10 # produces a conflict for the "grit" template so we have to only include one. | 10 # produces a conflict for the "grit" template so we have to only include one. |
| (...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 75 "//chrome/app/resources:platform_locale_settings", | 75 "//chrome/app/resources:platform_locale_settings", |
| 76 "//chrome/app/theme:theme_resources", | 76 "//chrome/app/theme:theme_resources", |
| 77 "//chrome/browser/autocomplete:in_memory_url_index_cache_proto", | 77 "//chrome/browser/autocomplete:in_memory_url_index_cache_proto", |
| 78 "//chrome/browser/net:cert_logger_proto", | 78 "//chrome/browser/net:cert_logger_proto", |
| 79 "//chrome/browser/net:probe_message_proto", | 79 "//chrome/browser/net:probe_message_proto", |
| 80 "//chrome/browser/ui", | 80 "//chrome/browser/ui", |
| 81 "//chrome/common", | 81 "//chrome/common", |
| 82 "//chrome/common/net", | 82 "//chrome/common/net", |
| 83 "//components/autofill/core/browser", | 83 "//components/autofill/core/browser", |
| 84 "//components/bookmarks/browser", | 84 "//components/bookmarks/browser", |
| 85 "//components/bookmarks/managed", |
| 85 "//components/captive_portal", | 86 "//components/captive_portal", |
| 86 "//components/cloud_devices/common", | 87 "//components/cloud_devices/common", |
| 87 "//components/component_updater", | 88 "//components/component_updater", |
| 88 "//components/content_settings/core/browser", | 89 "//components/content_settings/core/browser", |
| 89 "//components/content_settings/core/common", | 90 "//components/content_settings/core/common", |
| 90 "//components/crx_file", | 91 "//components/crx_file", |
| 91 "//components/data_reduction_proxy/core/browser", | 92 "//components/data_reduction_proxy/core/browser", |
| 92 "//components/device_event_log", | 93 "//components/device_event_log", |
| 93 "//components/domain_reliability", | 94 "//components/domain_reliability", |
| 94 "//components/enhanced_bookmarks", | 95 "//components/enhanced_bookmarks", |
| (...skipping 1006 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1101 ] | 1102 ] |
| 1102 } | 1103 } |
| 1103 | 1104 |
| 1104 if (enable_wifi_bootstrapping) { | 1105 if (enable_wifi_bootstrapping) { |
| 1105 sources += [ | 1106 sources += [ |
| 1106 "local_discovery/wifi/mock_wifi_manager.cc", | 1107 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1107 "local_discovery/wifi/mock_wifi_manager.h", | 1108 "local_discovery/wifi/mock_wifi_manager.h", |
| 1108 ] | 1109 ] |
| 1109 } | 1110 } |
| 1110 } | 1111 } |
| OLD | NEW |