Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(174)

Side by Side Diff: ash/BUILD.gn

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Fix test name. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
1019 } 1019 }
1020 1020
1021 static_library("ash_shell_lib") { 1021 static_library("ash_shell_lib") {
1022 testonly = true 1022 testonly = true
1023 sources = [ 1023 sources = [
1024 "../ui/views/test/test_views_delegate_aura.cc", 1024 "../ui/views/test/test_views_delegate_aura.cc",
1025 "shell/app_list.cc", 1025 "shell/app_list.cc",
1026 "shell/bubble.cc", 1026 "shell/bubble.cc",
1027 "shell/context_menu.cc", 1027 "shell/context_menu.cc",
1028 "shell/context_menu.h", 1028 "shell/context_menu.h",
1029 "shell/example_app_list_presenter.cc",
1030 "shell/example_app_list_presenter.h",
1029 "shell/example_factory.h", 1031 "shell/example_factory.h",
1030 "shell/lock_view.cc", 1032 "shell/lock_view.cc",
1031 "shell/panel_window.cc", 1033 "shell/panel_window.cc",
1032 "shell/panel_window.h", 1034 "shell/panel_window.h",
1033 "shell/shell_delegate_impl.cc", 1035 "shell/shell_delegate_impl.cc",
1034 "shell/shell_delegate_impl.h", 1036 "shell/shell_delegate_impl.h",
1035 "shell/toplevel_window.cc", 1037 "shell/toplevel_window.cc",
1036 "shell/toplevel_window.h", 1038 "shell/toplevel_window.h",
1037 "shell/widgets.cc", 1039 "shell/widgets.cc",
1038 "shell/window_watcher.cc", 1040 "shell/window_watcher.cc",
(...skipping 11 matching lines...) Expand all
1050 deps = [ 1052 deps = [
1051 ":ash", 1053 ":ash",
1052 "//ash/common/test:test_support", 1054 "//ash/common/test:test_support",
1053 "//ash/public/cpp", 1055 "//ash/public/cpp",
1054 "//ash/test:test_support_without_content", 1056 "//ash/test:test_support_without_content",
1055 "//base", 1057 "//base",
1056 "//base:i18n", 1058 "//base:i18n",
1057 "//components/user_manager", 1059 "//components/user_manager",
1058 "//skia", 1060 "//skia",
1059 "//ui/app_list/presenter", 1061 "//ui/app_list/presenter",
1062 "//ui/app_list/presenter:test_support",
1060 "//ui/aura", 1063 "//ui/aura",
1061 "//ui/base", 1064 "//ui/base",
1062 "//ui/gfx", 1065 "//ui/gfx",
1063 "//ui/gfx/geometry", 1066 "//ui/gfx/geometry",
1064 "//ui/views", 1067 "//ui/views",
1065 "//ui/views:test_support", 1068 "//ui/views:test_support",
1066 "//ui/views/examples:views_examples_lib", 1069 "//ui/views/examples:views_examples_lib",
1067 ] 1070 ]
1068 } 1071 }
1069 1072
(...skipping 18 matching lines...) Expand all
1088 "//ash/public/cpp", 1091 "//ash/public/cpp",
1089 "//ash/test:test_support_without_content", 1092 "//ash/test:test_support_without_content",
1090 "//base:i18n", 1093 "//base:i18n",
1091 "//chrome:packed_resources", 1094 "//chrome:packed_resources",
1092 "//chromeos", 1095 "//chromeos",
1093 "//content", 1096 "//content",
1094 "//content/shell:content_shell_lib", 1097 "//content/shell:content_shell_lib",
1095 "//device/bluetooth", 1098 "//device/bluetooth",
1096 "//net", 1099 "//net",
1097 "//skia", 1100 "//skia",
1101 "//ui/app_list/presenter:test_support",
1098 "//ui/aura", 1102 "//ui/aura",
1099 "//ui/base", 1103 "//ui/base",
1100 "//ui/base/ime", 1104 "//ui/base/ime",
1101 "//ui/compositor", 1105 "//ui/compositor",
1102 "//ui/display", 1106 "//ui/display",
1103 "//ui/events/devices", 1107 "//ui/events/devices",
1104 "//ui/message_center", 1108 "//ui/message_center",
1105 "//ui/views:test_support", 1109 "//ui/views:test_support",
1106 "//ui/views/examples:views_examples_with_content_lib", 1110 "//ui/views/examples:views_examples_with_content_lib",
1107 "//ui/wm", 1111 "//ui/wm",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1356 "//components/user_manager", 1360 "//components/user_manager",
1357 "//device/bluetooth", 1361 "//device/bluetooth",
1358 "//mojo/edk/system", 1362 "//mojo/edk/system",
1359 "//net:net", 1363 "//net:net",
1360 "//services/ui/public/interfaces", 1364 "//services/ui/public/interfaces",
1361 "//skia", 1365 "//skia",
1362 "//testing/gmock", 1366 "//testing/gmock",
1363 "//testing/gtest", 1367 "//testing/gtest",
1364 "//third_party/icu", 1368 "//third_party/icu",
1365 "//ui/accessibility", 1369 "//ui/accessibility",
1370 "//ui/app_list:test_support",
1366 "//ui/app_list/presenter", 1371 "//ui/app_list/presenter",
1372 "//ui/app_list/presenter:test_support",
1367 "//ui/aura", 1373 "//ui/aura",
1368 "//ui/aura:test_support", 1374 "//ui/aura:test_support",
1369 "//ui/base", 1375 "//ui/base",
1370 "//ui/base:test_support", 1376 "//ui/base:test_support",
1371 "//ui/base/ime", 1377 "//ui/base/ime",
1372 "//ui/chromeos", 1378 "//ui/chromeos",
1373 "//ui/compositor", 1379 "//ui/compositor",
1374 "//ui/compositor:test_support", 1380 "//ui/compositor:test_support",
1375 "//ui/display", 1381 "//ui/display",
1376 "//ui/display:test_support", 1382 "//ui/display:test_support",
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
1429 "//content/public/app:both", 1435 "//content/public/app:both",
1430 "//device/bluetooth", 1436 "//device/bluetooth",
1431 ] 1437 ]
1432 1438
1433 data_deps = [ 1439 data_deps = [
1434 "//ash/common/strings:ash_test_strings", 1440 "//ash/common/strings:ash_test_strings",
1435 "//ash/resources:ash_test_resources_with_content_100_percent", 1441 "//ash/resources:ash_test_resources_with_content_100_percent",
1436 "//ash/resources:ash_test_resources_200_percent", 1442 "//ash/resources:ash_test_resources_200_percent",
1437 ] 1443 ]
1438 } 1444 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/DEPS » ('j') | ash/accelerators/accelerator_controller_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698