| 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 1399 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1410 "views/ash/chrome_browser_main_extra_parts_ash.h", | 1410 "views/ash/chrome_browser_main_extra_parts_ash.h", |
| 1411 "views/ash/tab_scrubber.cc", | 1411 "views/ash/tab_scrubber.cc", |
| 1412 "views/ash/tab_scrubber.h", | 1412 "views/ash/tab_scrubber.h", |
| 1413 "views/touch_uma/touch_uma_ash.cc", | 1413 "views/touch_uma/touch_uma_ash.cc", |
| 1414 "window_sizer/window_sizer_ash.cc", | 1414 "window_sizer/window_sizer_ash.cc", |
| 1415 ] | 1415 ] |
| 1416 deps += [ | 1416 deps += [ |
| 1417 "//ash", | 1417 "//ash", |
| 1418 "//ash:ash_with_content", | 1418 "//ash:ash_with_content", |
| 1419 "//ash/common/strings", | 1419 "//ash/common/strings", |
| 1420 "//ash/public/cpp", | 1420 "//ash/public/cpp:ash_public_cpp", |
| 1421 "//ash/public/interfaces", | 1421 "//ash/public/interfaces", |
| 1422 "//ash/resources/vector_icons", | 1422 "//ash/resources/vector_icons", |
| 1423 "//components/session_manager/core", | 1423 "//components/session_manager/core", |
| 1424 "//components/user_manager", | 1424 "//components/user_manager", |
| 1425 "//services/ui/public/cpp", | 1425 "//services/ui/public/cpp", |
| 1426 "//services/ui/public/interfaces", | 1426 "//services/ui/public/interfaces", |
| 1427 "//ui/app_list/presenter", | 1427 "//ui/app_list/presenter", |
| 1428 "//ui/app_list/presenter:mojom", | 1428 "//ui/app_list/presenter:mojom", |
| 1429 "//ui/keyboard:mojom", | 1429 "//ui/keyboard:mojom", |
| 1430 ] | 1430 ] |
| (...skipping 2079 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3510 "test/test_confirm_bubble_model.cc", | 3510 "test/test_confirm_bubble_model.cc", |
| 3511 "test/test_confirm_bubble_model.h", | 3511 "test/test_confirm_bubble_model.h", |
| 3512 ] | 3512 ] |
| 3513 deps += [ "//chrome/test:test_support_ui" ] | 3513 deps += [ "//chrome/test:test_support_ui" ] |
| 3514 } | 3514 } |
| 3515 | 3515 |
| 3516 if (enable_extensions) { | 3516 if (enable_extensions) { |
| 3517 deps += [ "//extensions/browser" ] | 3517 deps += [ "//extensions/browser" ] |
| 3518 } | 3518 } |
| 3519 } | 3519 } |
| OLD | NEW |