| 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 1163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1174 ] | 1174 ] |
| 1175 deps += [ | 1175 deps += [ |
| 1176 "//apps", | 1176 "//apps", |
| 1177 "//chrome/app/vector_icons", | 1177 "//chrome/app/vector_icons", |
| 1178 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1178 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 1179 "//chrome/common:features", | 1179 "//chrome/common:features", |
| 1180 "//components/feedback/proto", | 1180 "//components/feedback/proto", |
| 1181 "//components/proximity_auth/webui", | 1181 "//components/proximity_auth/webui", |
| 1182 "//components/web_modal", | 1182 "//components/web_modal", |
| 1183 "//device/bluetooth", | 1183 "//device/bluetooth", |
| 1184 "//extensions/common:mojo", |
| 1184 "//mash/public/interfaces", | 1185 "//mash/public/interfaces", |
| 1185 "//ui/vector_icons", | 1186 "//ui/vector_icons", |
| 1186 ] | 1187 ] |
| 1187 } | 1188 } |
| 1188 | 1189 |
| 1189 if (enable_basic_printing || enable_print_preview) { | 1190 if (enable_basic_printing || enable_print_preview) { |
| 1190 deps += [ "//printing" ] | 1191 deps += [ "//printing" ] |
| 1191 } | 1192 } |
| 1192 | 1193 |
| 1193 if (enable_nacl) { | 1194 if (enable_nacl) { |
| (...skipping 2340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3534 "test/test_confirm_bubble_model.cc", | 3535 "test/test_confirm_bubble_model.cc", |
| 3535 "test/test_confirm_bubble_model.h", | 3536 "test/test_confirm_bubble_model.h", |
| 3536 ] | 3537 ] |
| 3537 deps += [ "//chrome/test:test_support_ui" ] | 3538 deps += [ "//chrome/test:test_support_ui" ] |
| 3538 } | 3539 } |
| 3539 | 3540 |
| 3540 if (enable_extensions) { | 3541 if (enable_extensions) { |
| 3541 deps += [ "//extensions/browser" ] | 3542 deps += [ "//extensions/browser" ] |
| 3542 } | 3543 } |
| 3543 } | 3544 } |
| OLD | NEW |