| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//components/google/core/browser", | 100 "//components/google/core/browser", |
| 101 "//components/handoff", | 101 "//components/handoff", |
| 102 "//components/history/core/browser", | 102 "//components/history/core/browser", |
| 103 "//components/history/core/common", | 103 "//components/history/core/common", |
| 104 "//components/infobars/core", | 104 "//components/infobars/core", |
| 105 "//components/invalidation", | 105 "//components/invalidation", |
| 106 "//components/metrics:gpu", | 106 "//components/metrics:gpu", |
| 107 "//components/metrics:net", | 107 "//components/metrics:net", |
| 108 "//components/metrics:profiler", | 108 "//components/metrics:profiler", |
| 109 "//components/metrics/proto:proto", | 109 "//components/metrics/proto:proto", |
| 110 "//components/mime_util", |
| 110 "//components/navigation_metrics", | 111 "//components/navigation_metrics", |
| 111 "//components/network_time", | 112 "//components/network_time", |
| 112 "//components/omnibox", | 113 "//components/omnibox", |
| 113 "//components/os_crypt", | 114 "//components/os_crypt", |
| 114 "//components/packed_ct_ev_whitelist", | 115 "//components/packed_ct_ev_whitelist", |
| 115 "//components/password_manager/core/browser", | 116 "//components/password_manager/core/browser", |
| 116 "//components/password_manager/core/common", | 117 "//components/password_manager/core/common", |
| 117 "//components/policy:policy_component", | 118 "//components/policy:policy_component", |
| 118 "//components/precache/core", | 119 "//components/precache/core", |
| 119 "//components/query_parser", | 120 "//components/query_parser", |
| (...skipping 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1128 ] | 1129 ] |
| 1129 } | 1130 } |
| 1130 | 1131 |
| 1131 if (enable_wifi_bootstrapping) { | 1132 if (enable_wifi_bootstrapping) { |
| 1132 sources += [ | 1133 sources += [ |
| 1133 "local_discovery/wifi/mock_wifi_manager.cc", | 1134 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1134 "local_discovery/wifi/mock_wifi_manager.h", | 1135 "local_discovery/wifi/mock_wifi_manager.h", |
| 1135 ] | 1136 ] |
| 1136 } | 1137 } |
| 1137 } | 1138 } |
| OLD | NEW |