| 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 | 9 |
| 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which | 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 ] | 69 ] |
| 70 deps = [ | 70 deps = [ |
| 71 "//base/allocator", | 71 "//base/allocator", |
| 72 "//chrome:extra_resources", | 72 "//chrome:extra_resources", |
| 73 "//chrome:resources", | 73 "//chrome:resources", |
| 74 "//chrome:strings", | 74 "//chrome:strings", |
| 75 "//chrome/app:generated_resources_map", | 75 "//chrome/app:generated_resources_map", |
| 76 "//chrome/app/resources:platform_locale_settings", | 76 "//chrome/app/resources:platform_locale_settings", |
| 77 "//chrome/app/theme:theme_resources", | 77 "//chrome/app/theme:theme_resources", |
| 78 "//chrome/browser/autocomplete:in_memory_url_index_cache_proto", | 78 "//chrome/browser/autocomplete:in_memory_url_index_cache_proto", |
| 79 "//chrome/browser/net:cert_logger_proto", | 79 "//chrome/browser/net:encrypted_cert_logger_proto", |
| 80 "//chrome/browser/net:probe_message_proto", | 80 "//chrome/browser/net:probe_message_proto", |
| 81 "//chrome/browser/ssl:cert_logger_proto", |
| 81 "//chrome/browser/ui", | 82 "//chrome/browser/ui", |
| 82 "//chrome/common", | 83 "//chrome/common", |
| 83 "//chrome/common/net", | 84 "//chrome/common/net", |
| 84 "//components/autofill/core/browser", | 85 "//components/autofill/core/browser", |
| 85 "//components/bookmarks/browser", | 86 "//components/bookmarks/browser", |
| 86 "//components/bookmarks/managed", | 87 "//components/bookmarks/managed", |
| 87 "//components/captive_portal", | 88 "//components/captive_portal", |
| 88 "//components/cloud_devices/common", | 89 "//components/cloud_devices/common", |
| 89 "//components/component_updater", | 90 "//components/component_updater", |
| 90 "//components/content_settings/content/common", | 91 "//components/content_settings/content/common", |
| (...skipping 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1133 ] | 1134 ] |
| 1134 } | 1135 } |
| 1135 | 1136 |
| 1136 if (enable_wifi_bootstrapping) { | 1137 if (enable_wifi_bootstrapping) { |
| 1137 sources += [ | 1138 sources += [ |
| 1138 "local_discovery/wifi/mock_wifi_manager.cc", | 1139 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1139 "local_discovery/wifi/mock_wifi_manager.h", | 1140 "local_discovery/wifi/mock_wifi_manager.h", |
| 1140 ] | 1141 ] |
| 1141 } | 1142 } |
| 1142 } | 1143 } |
| OLD | NEW |