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/chromecast_build.gni") | 5 import("//build/config/chromecast_build.gni") |
6 import("//build/config/crypto.gni") | 6 import("//build/config/crypto.gni") |
7 import("//build/config/features.gni") | 7 import("//build/config/features.gni") |
8 import("//build/config/ui.gni") | 8 import("//build/config/ui.gni") |
9 import("//build/split_static_library.gni") | 9 import("//build/split_static_library.gni") |
10 import("//chrome/common/features.gni") | 10 import("//chrome/common/features.gni") |
(...skipping 1179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1190 "zoom/chrome_zoom_level_prefs.cc", | 1190 "zoom/chrome_zoom_level_prefs.cc", |
1191 "zoom/chrome_zoom_level_prefs.h", | 1191 "zoom/chrome_zoom_level_prefs.h", |
1192 ] | 1192 ] |
1193 deps += [ | 1193 deps += [ |
1194 "//apps", | 1194 "//apps", |
1195 "//apps/ui/views", | 1195 "//apps/ui/views", |
1196 "//chrome/app/vector_icons", | 1196 "//chrome/app/vector_icons", |
1197 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1197 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
1198 "//chrome/common:features", | 1198 "//chrome/common:features", |
1199 "//components/feedback/proto", | 1199 "//components/feedback/proto", |
| 1200 "//components/network_session_configurator/common", |
1200 "//components/proximity_auth/webui", | 1201 "//components/proximity_auth/webui", |
1201 "//components/web_modal", | 1202 "//components/web_modal", |
1202 "//components/zoom", | 1203 "//components/zoom", |
1203 "//device/bluetooth", | 1204 "//device/bluetooth", |
1204 "//extensions/common:mojo", | 1205 "//extensions/common:mojo", |
1205 "//mash/public/interfaces", | 1206 "//mash/public/interfaces", |
1206 "//services/device/public/interfaces", | 1207 "//services/device/public/interfaces", |
1207 "//ui/vector_icons", | 1208 "//ui/vector_icons", |
1208 ] | 1209 ] |
1209 } | 1210 } |
(...skipping 2393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3603 deps += [ | 3604 deps += [ |
3604 "//chrome/test:test_support_ui", | 3605 "//chrome/test:test_support_ui", |
3605 "//components/zoom", | 3606 "//components/zoom", |
3606 ] | 3607 ] |
3607 } | 3608 } |
3608 | 3609 |
3609 if (enable_extensions) { | 3610 if (enable_extensions) { |
3610 deps += [ "//extensions/browser" ] | 3611 deps += [ "//extensions/browser" ] |
3611 } | 3612 } |
3612 } | 3613 } |
OLD | NEW |