| 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 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 122 "//components/mime_util", | 122 "//components/mime_util", |
| 123 "//components/navigation_metrics", | 123 "//components/navigation_metrics", |
| 124 "//components/network_time", | 124 "//components/network_time", |
| 125 "//components/offline_pages", | 125 "//components/offline_pages", |
| 126 "//components/omnibox", | 126 "//components/omnibox", |
| 127 "//components/os_crypt", | 127 "//components/os_crypt", |
| 128 "//components/packed_ct_ev_whitelist", | 128 "//components/packed_ct_ev_whitelist", |
| 129 "//components/password_manager/core/browser", | 129 "//components/password_manager/core/browser", |
| 130 "//components/password_manager/core/common", | 130 "//components/password_manager/core/common", |
| 131 "//components/policy:policy_component", | 131 "//components/policy:policy_component", |
| 132 "//components/proxy_config", |
| 132 "//components/query_parser", | 133 "//components/query_parser", |
| 133 "//components/rappor", | 134 "//components/rappor", |
| 134 "//components/renderer_context_menu", | 135 "//components/renderer_context_menu", |
| 135 "//components/search", | 136 "//components/search", |
| 136 "//components/search_engines", | 137 "//components/search_engines", |
| 137 "//components/search_provider_logos", | 138 "//components/search_provider_logos", |
| 138 "//components/signin/core/browser", | 139 "//components/signin/core/browser", |
| 139 "//components/startup_metric_utils", | 140 "//components/startup_metric_utils", |
| 140 "//components/strings", | 141 "//components/strings", |
| 141 "//components/suggestions", | 142 "//components/suggestions", |
| (...skipping 1044 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1186 ] | 1187 ] |
| 1187 } | 1188 } |
| 1188 | 1189 |
| 1189 if (enable_wifi_bootstrapping) { | 1190 if (enable_wifi_bootstrapping) { |
| 1190 sources += [ | 1191 sources += [ |
| 1191 "local_discovery/wifi/mock_wifi_manager.cc", | 1192 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1192 "local_discovery/wifi/mock_wifi_manager.h", | 1193 "local_discovery/wifi/mock_wifi_manager.h", |
| 1193 ] | 1194 ] |
| 1194 } | 1195 } |
| 1195 } | 1196 } |
| OLD | NEW |