| 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 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1403 "views/ash/chrome_browser_main_extra_parts_ash.cc", | 1403 "views/ash/chrome_browser_main_extra_parts_ash.cc", |
| 1404 "views/ash/chrome_browser_main_extra_parts_ash.h", | 1404 "views/ash/chrome_browser_main_extra_parts_ash.h", |
| 1405 "views/ash/tab_scrubber.cc", | 1405 "views/ash/tab_scrubber.cc", |
| 1406 "views/ash/tab_scrubber.h", | 1406 "views/ash/tab_scrubber.h", |
| 1407 "views/touch_uma/touch_uma_ash.cc", | 1407 "views/touch_uma/touch_uma_ash.cc", |
| 1408 "window_sizer/window_sizer_ash.cc", | 1408 "window_sizer/window_sizer_ash.cc", |
| 1409 ] | 1409 ] |
| 1410 deps += [ | 1410 deps += [ |
| 1411 "//ash", | 1411 "//ash", |
| 1412 "//ash:ash_with_content", | 1412 "//ash:ash_with_content", |
| 1413 "//ash/mus:lib", |
| 1413 "//ash/public/cpp:ash_public_cpp", | 1414 "//ash/public/cpp:ash_public_cpp", |
| 1414 "//ash/resources/vector_icons", | 1415 "//ash/resources/vector_icons", |
| 1415 "//ash/strings", | 1416 "//ash/strings", |
| 1416 "//components/session_manager/core", | 1417 "//components/session_manager/core", |
| 1417 "//components/user_manager", | 1418 "//components/user_manager", |
| 1418 "//services/ui/public/cpp", | 1419 "//services/ui/public/cpp", |
| 1419 "//services/ui/public/interfaces", | 1420 "//services/ui/public/interfaces", |
| 1420 "//ui/app_list/presenter", | 1421 "//ui/app_list/presenter", |
| 1421 "//ui/app_list/presenter:mojom", | 1422 "//ui/app_list/presenter:mojom", |
| 1422 "//ui/keyboard:mojom", | 1423 "//ui/keyboard:mojom", |
| (...skipping 2119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3542 "test/test_confirm_bubble_model.cc", | 3543 "test/test_confirm_bubble_model.cc", |
| 3543 "test/test_confirm_bubble_model.h", | 3544 "test/test_confirm_bubble_model.h", |
| 3544 ] | 3545 ] |
| 3545 deps += [ "//chrome/test:test_support_ui" ] | 3546 deps += [ "//chrome/test:test_support_ui" ] |
| 3546 } | 3547 } |
| 3547 | 3548 |
| 3548 if (enable_extensions) { | 3549 if (enable_extensions) { |
| 3549 deps += [ "//extensions/browser" ] | 3550 deps += [ "//extensions/browser" ] |
| 3550 } | 3551 } |
| 3551 } | 3552 } |
| OLD | NEW |