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 # //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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
166 "//components/storage_monitor", | 166 "//components/storage_monitor", |
167 "//components/translate/content/browser", | 167 "//components/translate/content/browser", |
168 "//components/url_matcher", | 168 "//components/url_matcher", |
169 "//components/visitedlink/browser", | 169 "//components/visitedlink/browser", |
170 "//components/visitedlink/common", | 170 "//components/visitedlink/common", |
171 "//components/web_cache/browser", | 171 "//components/web_cache/browser", |
172 "//components/web_modal", | 172 "//components/web_modal", |
173 "//content/app/resources", | 173 "//content/app/resources", |
174 "//media", | 174 "//media", |
175 "//media/cast:net", | 175 "//media/cast:net", |
| 176 "//mojo/edk/system", |
176 "//mojo/environment:chromium", | 177 "//mojo/environment:chromium", |
177 "//mojo/public/cpp/bindings", | 178 "//mojo/public/cpp/bindings", |
178 "//mojo/public/js/bindings", | 179 "//mojo/public/js/bindings", |
179 "//mojo/system", | |
180 "//net:extras", | 180 "//net:extras", |
181 "//net:net_with_v8", | 181 "//net:net_with_v8", |
182 "//storage/browser", | 182 "//storage/browser", |
183 "//storage/common", | 183 "//storage/common", |
184 "//third_party/WebKit/public:resources", | 184 "//third_party/WebKit/public:resources", |
185 "//third_party/expat", | 185 "//third_party/expat", |
186 "//third_party/leveldatabase", | 186 "//third_party/leveldatabase", |
187 "//third_party/libaddressinput", | 187 "//third_party/libaddressinput", |
188 "//third_party/libyuv", | 188 "//third_party/libyuv", |
189 "//third_party/npapi", | 189 "//third_party/npapi", |
(...skipping 735 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
925 ] | 925 ] |
926 } | 926 } |
927 | 927 |
928 if (enable_wifi_bootstrapping) { | 928 if (enable_wifi_bootstrapping) { |
929 sources += [ | 929 sources += [ |
930 "local_discovery/wifi/mock_wifi_manager.cc", | 930 "local_discovery/wifi/mock_wifi_manager.cc", |
931 "local_discovery/wifi/mock_wifi_manager.h", | 931 "local_discovery/wifi/mock_wifi_manager.h", |
932 ] | 932 ] |
933 } | 933 } |
934 } | 934 } |
OLD | NEW |