| 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/tab_scrubber.h", | 1410 "views/ash/tab_scrubber.h", |
| 1411 "views/touch_uma/touch_uma_ash.cc", | 1411 "views/touch_uma/touch_uma_ash.cc", |
| 1412 "window_sizer/window_sizer_ash.cc", | 1412 "window_sizer/window_sizer_ash.cc", |
| 1413 ] | 1413 ] |
| 1414 deps += [ | 1414 deps += [ |
| 1415 "//ash", | 1415 "//ash", |
| 1416 "//ash:ash_with_content", | 1416 "//ash:ash_with_content", |
| 1417 "//ash/common/strings", | 1417 "//ash/common/strings", |
| 1418 "//ash/public/cpp", | 1418 "//ash/public/cpp", |
| 1419 "//ash/public/interfaces", | 1419 "//ash/public/interfaces", |
| 1420 "//ash/resources/vector_icons", |
| 1420 "//components/session_manager/core", | 1421 "//components/session_manager/core", |
| 1421 "//components/user_manager", | 1422 "//components/user_manager", |
| 1422 "//services/ui/public/cpp", | 1423 "//services/ui/public/cpp", |
| 1423 "//services/ui/public/interfaces", | 1424 "//services/ui/public/interfaces", |
| 1424 "//ui/app_list/presenter", | 1425 "//ui/app_list/presenter", |
| 1425 "//ui/app_list/presenter:mojom", | 1426 "//ui/app_list/presenter:mojom", |
| 1426 "//ui/keyboard:mojom", | 1427 "//ui/keyboard:mojom", |
| 1427 ] | 1428 ] |
| 1428 } else { # Not ash. | 1429 } else { # Not ash. |
| 1429 sources += [ "views/touch_uma/touch_uma.cc" ] | 1430 sources += [ "views/touch_uma/touch_uma.cc" ] |
| (...skipping 2054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3484 "test/test_confirm_bubble_model.cc", | 3485 "test/test_confirm_bubble_model.cc", |
| 3485 "test/test_confirm_bubble_model.h", | 3486 "test/test_confirm_bubble_model.h", |
| 3486 ] | 3487 ] |
| 3487 deps += [ "//chrome/test:test_support_ui" ] | 3488 deps += [ "//chrome/test:test_support_ui" ] |
| 3488 } | 3489 } |
| 3489 | 3490 |
| 3490 if (enable_extensions) { | 3491 if (enable_extensions) { |
| 3491 deps += [ "//extensions/browser" ] | 3492 deps += [ "//extensions/browser" ] |
| 3492 } | 3493 } |
| 3493 } | 3494 } |
| OLD | NEW |