| 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/crypto.gni") | 5 import("//build/config/crypto.gni") |
| 6 import("//build/config/features.gni") | 6 import("//build/config/features.gni") |
| 7 import("//build/config/ui.gni") | 7 import("//build/config/ui.gni") |
| 8 import("//build/split_static_library.gni") | 8 import("//build/split_static_library.gni") |
| 9 import("//chrome/common/features.gni") | 9 import("//chrome/common/features.gni") |
| 10 | 10 |
| (...skipping 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "ash/keyboard_ui_service.cc", | 271 "ash/keyboard_ui_service.cc", |
| 272 "ash/keyboard_ui_service.h", | 272 "ash/keyboard_ui_service.h", |
| 273 "ash/launcher/chrome_launcher_controller_mus.cc", | 273 "ash/launcher/chrome_launcher_controller_mus.cc", |
| 274 "ash/launcher/chrome_launcher_controller_mus.h", | 274 "ash/launcher/chrome_launcher_controller_mus.h", |
| 275 "ash/launcher/chrome_mash_shelf_controller.cc", | 275 "ash/launcher/chrome_mash_shelf_controller.cc", |
| 276 "ash/launcher/chrome_mash_shelf_controller.h", | 276 "ash/launcher/chrome_mash_shelf_controller.h", |
| 277 ] | 277 ] |
| 278 deps += [ | 278 deps += [ |
| 279 "//ash", | 279 "//ash", |
| 280 "//ash:ash_with_content", | 280 "//ash:ash_with_content", |
| 281 "//ash/strings", | 281 "//ash/common/strings", |
| 282 "//ash/sysui/public/interfaces", | 282 "//ash/sysui/public/interfaces", |
| 283 "//components/user_manager", | 283 "//components/user_manager", |
| 284 "//mash/shelf/public/interfaces", | 284 "//mash/shelf/public/interfaces", |
| 285 "//ui/app_list/presenter", | 285 "//ui/app_list/presenter", |
| 286 "//ui/app_list/presenter:mojom", | 286 "//ui/app_list/presenter:mojom", |
| 287 "//ui/keyboard:mojom", | 287 "//ui/keyboard:mojom", |
| 288 ] | 288 ] |
| 289 } else { # Not ash. | 289 } else { # Not ash. |
| 290 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, | 290 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, |
| 291 ".", | 291 ".", |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 709 "//chrome/browser", | 709 "//chrome/browser", |
| 710 "//content/public/browser", | 710 "//content/public/browser", |
| 711 "//content/public/common", | 711 "//content/public/common", |
| 712 "//content/test:test_support", | 712 "//content/test:test_support", |
| 713 "//net:test_support", | 713 "//net:test_support", |
| 714 "//skia", | 714 "//skia", |
| 715 "//testing/gtest", | 715 "//testing/gtest", |
| 716 "//ui/base", | 716 "//ui/base", |
| 717 ] | 717 ] |
| 718 } | 718 } |
| OLD | NEW |