| 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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 130 "//components/translate/core/common", | 130 "//components/translate/core/common", |
| 131 "//components/ui/zoom:ui_zoom", | 131 "//components/ui/zoom:ui_zoom", |
| 132 "//components/update_client", | 132 "//components/update_client", |
| 133 "//components/url_fixer", | 133 "//components/url_fixer", |
| 134 "//components/user_prefs", | 134 "//components/user_prefs", |
| 135 "//components/variations", | 135 "//components/variations", |
| 136 "//components/variations/net", | 136 "//components/variations/net", |
| 137 "//components/webdata/common", | 137 "//components/webdata/common", |
| 138 "//components/webdata_services", | 138 "//components/webdata_services", |
| 139 "//components/web_resource", | 139 "//components/web_resource", |
| 140 "//content/common", |
| 140 "//content/public/browser", | 141 "//content/public/browser", |
| 141 "//content/public/common", | 142 "//content/public/common", |
| 142 "//courgette:courgette_lib", | 143 "//courgette:courgette_lib", |
| 143 "//crypto", | 144 "//crypto", |
| 144 "//google_apis", | 145 "//google_apis", |
| 145 "//gpu/config", | 146 "//gpu/config", |
| 146 "//jingle:notifier", | 147 "//jingle:notifier", |
| 147 "//skia", | 148 "//skia", |
| 148 "//sql", | 149 "//sql", |
| 149 "//sync", | 150 "//sync", |
| (...skipping 949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1099 ] | 1100 ] |
| 1100 } | 1101 } |
| 1101 | 1102 |
| 1102 if (enable_wifi_bootstrapping) { | 1103 if (enable_wifi_bootstrapping) { |
| 1103 sources += [ | 1104 sources += [ |
| 1104 "local_discovery/wifi/mock_wifi_manager.cc", | 1105 "local_discovery/wifi/mock_wifi_manager.cc", |
| 1105 "local_discovery/wifi/mock_wifi_manager.h", | 1106 "local_discovery/wifi/mock_wifi_manager.h", |
| 1106 ] | 1107 ] |
| 1107 } | 1108 } |
| 1108 } | 1109 } |
| OLD | NEW |