| 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 1160 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1171 "webui/system_info_ui.h", | 1171 "webui/system_info_ui.h", |
| 1172 "webui/theme_handler.cc", | 1172 "webui/theme_handler.cc", |
| 1173 "webui/theme_handler.h", | 1173 "webui/theme_handler.h", |
| 1174 "webui/uber/uber_ui.cc", | 1174 "webui/uber/uber_ui.cc", |
| 1175 "webui/uber/uber_ui.h", | 1175 "webui/uber/uber_ui.h", |
| 1176 "window_sizer/window_sizer.cc", | 1176 "window_sizer/window_sizer.cc", |
| 1177 "window_sizer/window_sizer.h", | 1177 "window_sizer/window_sizer.h", |
| 1178 ] | 1178 ] |
| 1179 deps += [ | 1179 deps += [ |
| 1180 "//apps", | 1180 "//apps", |
| 1181 "//chrome/app/vector_icons", | |
| 1182 "//chrome/browser/profile_resetter:profile_reset_report_proto", | 1181 "//chrome/browser/profile_resetter:profile_reset_report_proto", |
| 1183 "//chrome/common:features", | 1182 "//chrome/common:features", |
| 1184 "//components/feedback/proto", | 1183 "//components/feedback/proto", |
| 1185 "//components/proximity_auth/webui", | 1184 "//components/proximity_auth/webui", |
| 1186 "//components/web_modal", | 1185 "//components/web_modal", |
| 1187 "//device/bluetooth", | 1186 "//device/bluetooth", |
| 1188 "//mash/public/interfaces", | 1187 "//mash/public/interfaces", |
| 1189 ] | 1188 ] |
| 1190 } | 1189 } |
| 1191 | 1190 |
| (...skipping 2288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3480 "test/test_confirm_bubble_model.cc", | 3479 "test/test_confirm_bubble_model.cc", |
| 3481 "test/test_confirm_bubble_model.h", | 3480 "test/test_confirm_bubble_model.h", |
| 3482 ] | 3481 ] |
| 3483 deps += [ "//chrome/test:test_support_ui" ] | 3482 deps += [ "//chrome/test:test_support_ui" ] |
| 3484 } | 3483 } |
| 3485 | 3484 |
| 3486 if (enable_extensions) { | 3485 if (enable_extensions) { |
| 3487 deps += [ "//extensions/browser" ] | 3486 deps += [ "//extensions/browser" ] |
| 3488 } | 3487 } |
| 3489 } | 3488 } |
| OLD | NEW |