| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 "//components/search_engines", | 123 "//components/search_engines", |
| 124 "//components/search_provider_logos", | 124 "//components/search_provider_logos", |
| 125 "//components/signin/core/browser", | 125 "//components/signin/core/browser", |
| 126 "//components/startup_metric_utils", | 126 "//components/startup_metric_utils", |
| 127 "//components/strings", | 127 "//components/strings", |
| 128 "//components/suggestions", | 128 "//components/suggestions", |
| 129 "//components/sync_driver", | 129 "//components/sync_driver", |
| 130 "//components/translate/core/browser", | 130 "//components/translate/core/browser", |
| 131 "//components/translate/core/common", | 131 "//components/translate/core/common", |
| 132 "//components/ui/zoom:ui_zoom", | 132 "//components/ui/zoom:ui_zoom", |
| 133 "//components/undo", |
| 133 "//components/update_client", | 134 "//components/update_client", |
| 134 "//components/url_fixer", | 135 "//components/url_fixer", |
| 135 "//components/user_prefs", | 136 "//components/user_prefs", |
| 136 "//components/variations", | 137 "//components/variations", |
| 137 "//components/variations/net", | 138 "//components/variations/net", |
| 138 "//components/webdata/common", | 139 "//components/webdata/common", |
| 139 "//components/webdata_services", | 140 "//components/webdata_services", |
| 140 "//components/web_resource", | 141 "//components/web_resource", |
| 141 "//content/public/browser", | 142 "//content/public/browser", |
| 142 "//content/public/common", | 143 "//content/public/common", |
| (...skipping 981 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1124 ] | 1125 ] |
| 1125 } | 1126 } |
| 1126 | 1127 |
| 1127 if (enable_wifi_bootstrapping) { | 1128 if (enable_wifi_bootstrapping) { |
| 1128 sources += [ | 1129 sources += [ |
| 1129 "local_discovery/wifi/mock_wifi_manager.cc", | 1130 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1130 "local_discovery/wifi/mock_wifi_manager.h", | 1131 "local_discovery/wifi/mock_wifi_manager.h", |
| 1131 ] | 1132 ] |
| 1132 } | 1133 } |
| 1133 } | 1134 } |
| OLD | NEW |