| 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 1152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1163 "webui/system_info_ui.h", | 1163 "webui/system_info_ui.h", |
| 1164 "webui/theme_handler.cc", | 1164 "webui/theme_handler.cc", |
| 1165 "webui/theme_handler.h", | 1165 "webui/theme_handler.h", |
| 1166 "webui/uber/uber_ui.cc", | 1166 "webui/uber/uber_ui.cc", |
| 1167 "webui/uber/uber_ui.h", | 1167 "webui/uber/uber_ui.h", |
| 1168 "window_sizer/window_sizer.cc", | 1168 "window_sizer/window_sizer.cc", |
| 1169 "window_sizer/window_sizer.h", | 1169 "window_sizer/window_sizer.h", |
| 1170 ] | 1170 ] |
| 1171 deps += [ | 1171 deps += [ |
| 1172 "//apps", | 1172 "//apps", |
| 1173 "//chrome/app/vector_icons", |
| 1173 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1174 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 1174 "//chrome/common:features", | 1175 "//chrome/common:features", |
| 1175 "//components/feedback/proto", | 1176 "//components/feedback/proto", |
| 1176 "//components/proximity_auth/webui", | 1177 "//components/proximity_auth/webui", |
| 1177 "//components/web_modal", | 1178 "//components/web_modal", |
| 1178 "//device/bluetooth", | 1179 "//device/bluetooth", |
| 1179 "//mash/public/interfaces", | 1180 "//mash/public/interfaces", |
| 1180 ] | 1181 ] |
| 1181 } | 1182 } |
| 1182 | 1183 |
| (...skipping 2286 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3469 "test/test_confirm_bubble_model.cc", | 3470 "test/test_confirm_bubble_model.cc", |
| 3470 "test/test_confirm_bubble_model.h", | 3471 "test/test_confirm_bubble_model.h", |
| 3471 ] | 3472 ] |
| 3472 deps += [ "//chrome/test:test_support_ui" ] | 3473 deps += [ "//chrome/test:test_support_ui" ] |
| 3473 } | 3474 } |
| 3474 | 3475 |
| 3475 if (enable_extensions) { | 3476 if (enable_extensions) { |
| 3476 deps += [ "//extensions/browser" ] | 3477 deps += [ "//extensions/browser" ] |
| 3477 } | 3478 } |
| 3478 } | 3479 } |
| OLD | NEW |