| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "ash/keyboard_ui_service.h", | 267 "ash/keyboard_ui_service.h", |
| 268 "ash/launcher/chrome_launcher_controller_mus.cc", | 268 "ash/launcher/chrome_launcher_controller_mus.cc", |
| 269 "ash/launcher/chrome_launcher_controller_mus.h", | 269 "ash/launcher/chrome_launcher_controller_mus.h", |
| 270 "ash/launcher/chrome_mash_shelf_controller.cc", | 270 "ash/launcher/chrome_mash_shelf_controller.cc", |
| 271 "ash/launcher/chrome_mash_shelf_controller.h", | 271 "ash/launcher/chrome_mash_shelf_controller.h", |
| 272 ] | 272 ] |
| 273 deps += [ | 273 deps += [ |
| 274 "//ash", | 274 "//ash", |
| 275 "//ash:ash_with_content", | 275 "//ash:ash_with_content", |
| 276 "//ash/common/strings", | 276 "//ash/common/strings", |
| 277 "//ash/sysui/public/interfaces", | 277 "//ash/public/interfaces", |
| 278 "//components/user_manager", | 278 "//components/user_manager", |
| 279 "//mash/shelf/public/interfaces", | 279 "//mash/shelf/public/interfaces", |
| 280 "//ui/app_list/presenter", | 280 "//ui/app_list/presenter", |
| 281 "//ui/app_list/presenter:mojom", | 281 "//ui/app_list/presenter:mojom", |
| 282 "//ui/keyboard:mojom", | 282 "//ui/keyboard:mojom", |
| 283 ] | 283 ] |
| 284 } else { # Not ash. | 284 } else { # Not ash. |
| 285 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, | 285 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, |
| 286 ".", | 286 ".", |
| 287 "//chrome") | 287 "//chrome") |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 705 "//chrome/browser", | 705 "//chrome/browser", |
| 706 "//content/public/browser", | 706 "//content/public/browser", |
| 707 "//content/public/common", | 707 "//content/public/common", |
| 708 "//content/test:test_support", | 708 "//content/test:test_support", |
| 709 "//net:test_support", | 709 "//net:test_support", |
| 710 "//skia", | 710 "//skia", |
| 711 "//testing/gtest", | 711 "//testing/gtest", |
| 712 "//ui/base", | 712 "//ui/base", |
| 713 ] | 713 ] |
| 714 } | 714 } |
| OLD | NEW |