| 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/chrome_build.gni") | 5 import("//build/config/chrome_build.gni") |
| 6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
| 7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
| 8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
| 9 import("//third_party/protobuf/proto_library.gni") | 9 import("//third_party/protobuf/proto_library.gni") |
| 10 | 10 |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 86 "//chrome/browser/net:probe_message_proto", | 86 "//chrome/browser/net:probe_message_proto", |
| 87 "//chrome/browser/offline_pages:offline_pages_proto", | 87 "//chrome/browser/offline_pages:offline_pages_proto", |
| 88 "//chrome/browser/ssl:cert_logger_proto", | 88 "//chrome/browser/ssl:cert_logger_proto", |
| 89 "//chrome/browser/ui", | 89 "//chrome/browser/ui", |
| 90 "//chrome/common", | 90 "//chrome/common", |
| 91 "//chrome/common/net", | 91 "//chrome/common/net", |
| 92 "//components/autofill/core/browser", | 92 "//components/autofill/core/browser", |
| 93 "//components/bookmarks/browser", | 93 "//components/bookmarks/browser", |
| 94 "//components/bookmarks/managed", | 94 "//components/bookmarks/managed", |
| 95 "//components/captive_portal", | 95 "//components/captive_portal", |
| 96 "//components/certificate_transparency", |
| 96 "//components/cloud_devices/common", | 97 "//components/cloud_devices/common", |
| 97 "//components/component_updater", | 98 "//components/component_updater", |
| 98 "//components/content_settings/content/common", | 99 "//components/content_settings/content/common", |
| 99 "//components/content_settings/core/browser", | 100 "//components/content_settings/core/browser", |
| 100 "//components/content_settings/core/common", | 101 "//components/content_settings/core/common", |
| 101 "//components/crx_file", | 102 "//components/crx_file", |
| 102 "//components/data_reduction_proxy/core/browser", | 103 "//components/data_reduction_proxy/core/browser", |
| 103 "//components/device_event_log", | 104 "//components/device_event_log", |
| 104 "//components/domain_reliability", | 105 "//components/domain_reliability", |
| 105 "//components/enhanced_bookmarks", | 106 "//components/enhanced_bookmarks", |
| (...skipping 1074 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1180 ] | 1181 ] |
| 1181 } | 1182 } |
| 1182 | 1183 |
| 1183 if (enable_wifi_bootstrapping) { | 1184 if (enable_wifi_bootstrapping) { |
| 1184 sources += [ | 1185 sources += [ |
| 1185 "local_discovery/wifi/mock_wifi_manager.cc", | 1186 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1186 "local_discovery/wifi/mock_wifi_manager.h", | 1187 "local_discovery/wifi/mock_wifi_manager.h", |
| 1187 ] | 1188 ] |
| 1188 } | 1189 } |
| 1189 } | 1190 } |
| OLD | NEW |