| 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/features.gni") | 5 import("//build/config/features.gni") |
| 6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
| 7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
| 8 import("//ui/base/ui_features.gni") | 8 import("//ui/base/ui_features.gni") |
| 9 | 9 |
| 10 # Historical note: Ash shipped on Windows for a couple years to support | 10 # Historical note: Ash shipped on Windows for a couple years to support |
| (...skipping 1039 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1050 "//skia", | 1050 "//skia", |
| 1051 "//ui/app_list/presenter", | 1051 "//ui/app_list/presenter", |
| 1052 "//ui/app_list/presenter:test_support", | 1052 "//ui/app_list/presenter:test_support", |
| 1053 "//ui/aura", | 1053 "//ui/aura", |
| 1054 "//ui/base", | 1054 "//ui/base", |
| 1055 "//ui/gfx", | 1055 "//ui/gfx", |
| 1056 "//ui/gfx/geometry", | 1056 "//ui/gfx/geometry", |
| 1057 "//ui/views", | 1057 "//ui/views", |
| 1058 "//ui/views:test_support", | 1058 "//ui/views:test_support", |
| 1059 "//ui/views/examples:views_examples_lib", | 1059 "//ui/views/examples:views_examples_lib", |
| 1060 "//ui/wm", |
| 1060 ] | 1061 ] |
| 1061 } | 1062 } |
| 1062 | 1063 |
| 1063 static_library("ash_shell_lib_with_content") { | 1064 static_library("ash_shell_lib_with_content") { |
| 1064 testonly = true | 1065 testonly = true |
| 1065 sources = [ | 1066 sources = [ |
| 1066 "shell/content/client/shell_browser_main_parts.cc", | 1067 "shell/content/client/shell_browser_main_parts.cc", |
| 1067 "shell/content/client/shell_browser_main_parts.h", | 1068 "shell/content/client/shell_browser_main_parts.h", |
| 1068 "shell/content/client/shell_content_browser_client.cc", | 1069 "shell/content/client/shell_content_browser_client.cc", |
| 1069 "shell/content/client/shell_content_browser_client.h", | 1070 "shell/content/client/shell_content_browser_client.h", |
| (...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1423 "//content/public/app:both", | 1424 "//content/public/app:both", |
| 1424 "//device/bluetooth", | 1425 "//device/bluetooth", |
| 1425 ] | 1426 ] |
| 1426 | 1427 |
| 1427 data_deps = [ | 1428 data_deps = [ |
| 1428 "//ash/common/strings:ash_test_strings", | 1429 "//ash/common/strings:ash_test_strings", |
| 1429 "//ash/resources:ash_test_resources_with_content_100_percent", | 1430 "//ash/resources:ash_test_resources_with_content_100_percent", |
| 1430 "//ash/resources:ash_test_resources_200_percent", | 1431 "//ash/resources:ash_test_resources_200_percent", |
| 1431 ] | 1432 ] |
| 1432 } | 1433 } |
| OLD | NEW |