| 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 1171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1182 deps += [ | 1182 deps += [ |
| 1183 "//apps", | 1183 "//apps", |
| 1184 "//chrome/app/vector_icons", | 1184 "//chrome/app/vector_icons", |
| 1185 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1185 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 1186 "//chrome/common:features", | 1186 "//chrome/common:features", |
| 1187 "//components/feedback/proto", | 1187 "//components/feedback/proto", |
| 1188 "//components/proximity_auth/webui", | 1188 "//components/proximity_auth/webui", |
| 1189 "//components/web_modal", | 1189 "//components/web_modal", |
| 1190 "//device/bluetooth", | 1190 "//device/bluetooth", |
| 1191 "//mash/public/interfaces", | 1191 "//mash/public/interfaces", |
| 1192 "//ui/vector_icons", |
| 1192 ] | 1193 ] |
| 1193 } | 1194 } |
| 1194 | 1195 |
| 1195 if (enable_basic_printing || enable_print_preview) { | 1196 if (enable_basic_printing || enable_print_preview) { |
| 1196 deps += [ "//printing" ] | 1197 deps += [ "//printing" ] |
| 1197 } | 1198 } |
| 1198 | 1199 |
| 1199 if (enable_nacl) { | 1200 if (enable_nacl) { |
| 1200 sources += [ | 1201 sources += [ |
| 1201 "webui/nacl_ui.cc", | 1202 "webui/nacl_ui.cc", |
| (...skipping 2305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3507 "test/test_confirm_bubble_model.cc", | 3508 "test/test_confirm_bubble_model.cc", |
| 3508 "test/test_confirm_bubble_model.h", | 3509 "test/test_confirm_bubble_model.h", |
| 3509 ] | 3510 ] |
| 3510 deps += [ "//chrome/test:test_support_ui" ] | 3511 deps += [ "//chrome/test:test_support_ui" ] |
| 3511 } | 3512 } |
| 3512 | 3513 |
| 3513 if (enable_extensions) { | 3514 if (enable_extensions) { |
| 3514 deps += [ "//extensions/browser" ] | 3515 deps += [ "//extensions/browser" ] |
| 3515 } | 3516 } |
| 3516 } | 3517 } |
| OLD | NEW |