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 import("//components/nacl/nacl_defines.gni") | 8 import("//components/nacl/nacl_defines.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 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 "//components/strings", | 110 "//components/strings", |
111 "//components/suggestions", | 111 "//components/suggestions", |
112 "//components/sync_driver", | 112 "//components/sync_driver", |
113 "//components/translate/core/browser", | 113 "//components/translate/core/browser", |
114 "//components/translate/core/common", | 114 "//components/translate/core/common", |
115 "//components/url_fixer", | 115 "//components/url_fixer", |
116 "//components/user_prefs", | 116 "//components/user_prefs", |
117 "//components/variations", | 117 "//components/variations", |
118 "//components/variations/net", | 118 "//components/variations/net", |
119 "//components/webdata/common", | 119 "//components/webdata/common", |
| 120 "//components/webdata_services", |
120 "//components/web_resource", | 121 "//components/web_resource", |
121 "//content/public/browser", | 122 "//content/public/browser", |
122 "//content/public/common", | 123 "//content/public/common", |
123 "//courgette:courgette_lib", | 124 "//courgette:courgette_lib", |
124 "//crypto", | 125 "//crypto", |
125 "//google_apis", | 126 "//google_apis", |
126 "//gpu/config", | 127 "//gpu/config", |
127 "//jingle:notifier", | 128 "//jingle:notifier", |
128 "//skia", | 129 "//skia", |
129 "//sql", | 130 "//sql", |
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1047 ] | 1048 ] |
1048 } | 1049 } |
1049 | 1050 |
1050 if (enable_wifi_bootstrapping) { | 1051 if (enable_wifi_bootstrapping) { |
1051 sources += [ | 1052 sources += [ |
1052 "local_discovery/wifi/mock_wifi_manager.cc", | 1053 "local_discovery/wifi/mock_wifi_manager.cc", |
1053 "local_discovery/wifi/mock_wifi_manager.h", | 1054 "local_discovery/wifi/mock_wifi_manager.h", |
1054 ] | 1055 ] |
1055 } | 1056 } |
1056 } | 1057 } |
OLD | NEW |