| 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 1164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 "//mash/public/interfaces", | 1184 "//mash/public/interfaces", |
| 1185 "//ui/vector_icons", |
| 1185 ] | 1186 ] |
| 1186 } | 1187 } |
| 1187 | 1188 |
| 1188 if (enable_basic_printing || enable_print_preview) { | 1189 if (enable_basic_printing || enable_print_preview) { |
| 1189 deps += [ "//printing" ] | 1190 deps += [ "//printing" ] |
| 1190 } | 1191 } |
| 1191 | 1192 |
| 1192 if (enable_nacl) { | 1193 if (enable_nacl) { |
| 1193 sources += [ | 1194 sources += [ |
| 1194 "webui/nacl_ui.cc", | 1195 "webui/nacl_ui.cc", |
| (...skipping 2308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3503 "test/test_confirm_bubble_model.cc", | 3504 "test/test_confirm_bubble_model.cc", |
| 3504 "test/test_confirm_bubble_model.h", | 3505 "test/test_confirm_bubble_model.h", |
| 3505 ] | 3506 ] |
| 3506 deps += [ "//chrome/test:test_support_ui" ] | 3507 deps += [ "//chrome/test:test_support_ui" ] |
| 3507 } | 3508 } |
| 3508 | 3509 |
| 3509 if (enable_extensions) { | 3510 if (enable_extensions) { |
| 3510 deps += [ "//extensions/browser" ] | 3511 deps += [ "//extensions/browser" ] |
| 3511 } | 3512 } |
| 3512 } | 3513 } |
| OLD | NEW |