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 1081 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1092 "zoom/chrome_zoom_level_prefs.cc", | 1092 "zoom/chrome_zoom_level_prefs.cc", |
1093 "zoom/chrome_zoom_level_prefs.h", | 1093 "zoom/chrome_zoom_level_prefs.h", |
1094 ] | 1094 ] |
1095 deps += [ | 1095 deps += [ |
1096 "//apps", | 1096 "//apps", |
1097 "//apps/ui/views", | 1097 "//apps/ui/views", |
1098 "//chrome/app/vector_icons", | 1098 "//chrome/app/vector_icons", |
1099 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1099 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
1100 "//chrome/common:features", | 1100 "//chrome/common:features", |
1101 "//components/feedback/proto", | 1101 "//components/feedback/proto", |
| 1102 "//components/network_session_configurator/common", |
1102 "//components/proximity_auth/webui", | 1103 "//components/proximity_auth/webui", |
1103 "//components/ui_metrics", | 1104 "//components/ui_metrics", |
1104 "//components/web_modal", | 1105 "//components/web_modal", |
1105 "//components/zoom", | 1106 "//components/zoom", |
1106 "//device/bluetooth", | 1107 "//device/bluetooth", |
1107 "//extensions/common:mojo", | 1108 "//extensions/common:mojo", |
1108 "//mash/public/interfaces", | 1109 "//mash/public/interfaces", |
1109 "//services/device/public/interfaces", | 1110 "//services/device/public/interfaces", |
1110 "//ui/vector_icons", | 1111 "//ui/vector_icons", |
1111 ] | 1112 ] |
(...skipping 2507 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3619 deps += [ | 3620 deps += [ |
3620 "//chrome/test:test_support_ui", | 3621 "//chrome/test:test_support_ui", |
3621 "//components/zoom", | 3622 "//components/zoom", |
3622 ] | 3623 ] |
3623 } | 3624 } |
3624 | 3625 |
3625 if (enable_extensions) { | 3626 if (enable_extensions) { |
3626 deps += [ "//extensions/browser" ] | 3627 deps += [ "//extensions/browser" ] |
3627 } | 3628 } |
3628 } | 3629 } |
OLD | NEW |