| 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 import("//media/media_options.gni") | 10 import("//media/media_options.gni") |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 "ash/launcher/chrome_launcher_controller_mus.h", | 275 "ash/launcher/chrome_launcher_controller_mus.h", |
| 276 "ash/launcher/chrome_mash_shelf_controller.cc", | 276 "ash/launcher/chrome_mash_shelf_controller.cc", |
| 277 "ash/launcher/chrome_mash_shelf_controller.h", | 277 "ash/launcher/chrome_mash_shelf_controller.h", |
| 278 ] | 278 ] |
| 279 deps += [ | 279 deps += [ |
| 280 "//ash", | 280 "//ash", |
| 281 "//ash:ash_with_content", | 281 "//ash:ash_with_content", |
| 282 "//ash/common/strings", | 282 "//ash/common/strings", |
| 283 "//ash/public/interfaces", | 283 "//ash/public/interfaces", |
| 284 "//components/user_manager", | 284 "//components/user_manager", |
| 285 "//mash/shelf/public/interfaces", | |
| 286 "//ui/app_list/presenter", | 285 "//ui/app_list/presenter", |
| 287 "//ui/app_list/presenter:mojom", | 286 "//ui/app_list/presenter:mojom", |
| 288 "//ui/keyboard:mojom", | 287 "//ui/keyboard:mojom", |
| 289 ] | 288 ] |
| 290 } else { # Not ash. | 289 } else { # Not ash. |
| 291 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, | 290 sources += rebase_path(gypi_values.chrome_browser_ui_non_ash_sources, |
| 292 ".", | 291 ".", |
| 293 "//chrome") | 292 "//chrome") |
| 294 } | 293 } |
| 295 if (toolkit_views) { | 294 if (toolkit_views) { |
| (...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 713 "//chrome/browser", | 712 "//chrome/browser", |
| 714 "//content/public/browser", | 713 "//content/public/browser", |
| 715 "//content/public/common", | 714 "//content/public/common", |
| 716 "//content/test:test_support", | 715 "//content/test:test_support", |
| 717 "//net:test_support", | 716 "//net:test_support", |
| 718 "//skia", | 717 "//skia", |
| 719 "//testing/gtest", | 718 "//testing/gtest", |
| 720 "//ui/base", | 719 "//ui/base", |
| 721 ] | 720 ] |
| 722 } | 721 } |
| OLD | NEW |