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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1384 "views/ash/chrome_browser_main_extra_parts_ash.h", | 1384 "views/ash/chrome_browser_main_extra_parts_ash.h", |
1385 "views/ash/tab_scrubber.cc", | 1385 "views/ash/tab_scrubber.cc", |
1386 "views/ash/tab_scrubber.h", | 1386 "views/ash/tab_scrubber.h", |
1387 "views/touch_uma/touch_uma_ash.cc", | 1387 "views/touch_uma/touch_uma_ash.cc", |
1388 "window_sizer/window_sizer_ash.cc", | 1388 "window_sizer/window_sizer_ash.cc", |
1389 ] | 1389 ] |
1390 deps += [ | 1390 deps += [ |
1391 "//ash", | 1391 "//ash", |
1392 "//ash:ash_with_content", | 1392 "//ash:ash_with_content", |
1393 "//ash/common/strings", | 1393 "//ash/common/strings", |
| 1394 "//ash/public/cpp", |
1394 "//ash/public/interfaces", | 1395 "//ash/public/interfaces", |
1395 "//components/user_manager", | 1396 "//components/user_manager", |
1396 "//ui/app_list/presenter", | 1397 "//ui/app_list/presenter", |
1397 "//ui/app_list/presenter:mojom", | 1398 "//ui/app_list/presenter:mojom", |
1398 "//ui/keyboard:mojom", | 1399 "//ui/keyboard:mojom", |
1399 ] | 1400 ] |
1400 } else { # Not ash. | 1401 } else { # Not ash. |
1401 sources += [ "views/touch_uma/touch_uma.cc" ] | 1402 sources += [ "views/touch_uma/touch_uma.cc" ] |
1402 } | 1403 } |
1403 if (toolkit_views) { | 1404 if (toolkit_views) { |
(...skipping 2025 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3429 "passwords/passwords_model_delegate_mock.cc", | 3430 "passwords/passwords_model_delegate_mock.cc", |
3430 "passwords/passwords_model_delegate_mock.h", | 3431 "passwords/passwords_model_delegate_mock.h", |
3431 ] | 3432 ] |
3432 deps += [ "//chrome/test:test_support_ui" ] | 3433 deps += [ "//chrome/test:test_support_ui" ] |
3433 } | 3434 } |
3434 | 3435 |
3435 if (enable_extensions) { | 3436 if (enable_extensions) { |
3436 deps += [ "//extensions/browser" ] | 3437 deps += [ "//extensions/browser" ] |
3437 } | 3438 } |
3438 } | 3439 } |
OLD | NEW |