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

Side by Side Diff: ash/BUILD.gn

Issue 2576913002: Use mojo app list interfaces for mash and classic ash. (Closed)
Patch Set: Sync and rebase Created 3 years, 11 months 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
« no previous file with comments | « no previous file | ash/accelerators/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after
1020 } 1020 }
1021 1021
1022 static_library("ash_shell_lib") { 1022 static_library("ash_shell_lib") {
1023 testonly = true 1023 testonly = true
1024 sources = [ 1024 sources = [
1025 "../ui/views/test/test_views_delegate_aura.cc", 1025 "../ui/views/test/test_views_delegate_aura.cc",
1026 "shell/app_list.cc", 1026 "shell/app_list.cc",
1027 "shell/bubble.cc", 1027 "shell/bubble.cc",
1028 "shell/context_menu.cc", 1028 "shell/context_menu.cc",
1029 "shell/context_menu.h", 1029 "shell/context_menu.h",
1030 "shell/example_app_list_presenter.cc",
1031 "shell/example_app_list_presenter.h",
1030 "shell/example_factory.h", 1032 "shell/example_factory.h",
1031 "shell/lock_view.cc", 1033 "shell/lock_view.cc",
1032 "shell/panel_window.cc", 1034 "shell/panel_window.cc",
1033 "shell/panel_window.h", 1035 "shell/panel_window.h",
1034 "shell/shell_delegate_impl.cc", 1036 "shell/shell_delegate_impl.cc",
1035 "shell/shell_delegate_impl.h", 1037 "shell/shell_delegate_impl.h",
1036 "shell/toplevel_window.cc", 1038 "shell/toplevel_window.cc",
1037 "shell/toplevel_window.h", 1039 "shell/toplevel_window.h",
1038 "shell/widgets.cc", 1040 "shell/widgets.cc",
1039 "shell/window_watcher.cc", 1041 "shell/window_watcher.cc",
(...skipping 11 matching lines...) Expand all
1051 deps = [ 1053 deps = [
1052 ":ash", 1054 ":ash",
1053 "//ash/common/test:test_support", 1055 "//ash/common/test:test_support",
1054 "//ash/public/cpp", 1056 "//ash/public/cpp",
1055 "//ash/test:test_support_without_content", 1057 "//ash/test:test_support_without_content",
1056 "//base", 1058 "//base",
1057 "//base:i18n", 1059 "//base:i18n",
1058 "//components/user_manager", 1060 "//components/user_manager",
1059 "//skia", 1061 "//skia",
1060 "//ui/app_list/presenter", 1062 "//ui/app_list/presenter",
1063 "//ui/app_list/presenter:test_support",
1061 "//ui/aura", 1064 "//ui/aura",
1062 "//ui/base", 1065 "//ui/base",
1063 "//ui/gfx", 1066 "//ui/gfx",
1064 "//ui/gfx/geometry", 1067 "//ui/gfx/geometry",
1065 "//ui/views", 1068 "//ui/views",
1066 "//ui/views:test_support", 1069 "//ui/views:test_support",
1067 "//ui/views/examples:views_examples_lib", 1070 "//ui/views/examples:views_examples_lib",
1068 ] 1071 ]
1069 } 1072 }
1070 1073
(...skipping 18 matching lines...) Expand all
1089 "//ash/public/cpp", 1092 "//ash/public/cpp",
1090 "//ash/test:test_support_without_content", 1093 "//ash/test:test_support_without_content",
1091 "//base:i18n", 1094 "//base:i18n",
1092 "//chrome:packed_resources", 1095 "//chrome:packed_resources",
1093 "//chromeos", 1096 "//chromeos",
1094 "//content", 1097 "//content",
1095 "//content/shell:content_shell_lib", 1098 "//content/shell:content_shell_lib",
1096 "//device/bluetooth", 1099 "//device/bluetooth",
1097 "//net", 1100 "//net",
1098 "//skia", 1101 "//skia",
1102 "//ui/app_list/presenter:test_support",
1099 "//ui/aura", 1103 "//ui/aura",
1100 "//ui/base", 1104 "//ui/base",
1101 "//ui/base/ime", 1105 "//ui/base/ime",
1102 "//ui/compositor", 1106 "//ui/compositor",
1103 "//ui/display", 1107 "//ui/display",
1104 "//ui/events/devices", 1108 "//ui/events/devices",
1105 "//ui/message_center", 1109 "//ui/message_center",
1106 "//ui/views:test_support", 1110 "//ui/views:test_support",
1107 "//ui/views/examples:views_examples_with_content_lib", 1111 "//ui/views/examples:views_examples_with_content_lib",
1108 "//ui/wm", 1112 "//ui/wm",
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 "//components/user_manager", 1361 "//components/user_manager",
1358 "//device/bluetooth", 1362 "//device/bluetooth",
1359 "//mojo/edk/system", 1363 "//mojo/edk/system",
1360 "//net:net", 1364 "//net:net",
1361 "//services/ui/public/interfaces", 1365 "//services/ui/public/interfaces",
1362 "//skia", 1366 "//skia",
1363 "//testing/gmock", 1367 "//testing/gmock",
1364 "//testing/gtest", 1368 "//testing/gtest",
1365 "//third_party/icu", 1369 "//third_party/icu",
1366 "//ui/accessibility", 1370 "//ui/accessibility",
1371 "//ui/app_list:test_support",
1367 "//ui/app_list/presenter", 1372 "//ui/app_list/presenter",
1373 "//ui/app_list/presenter:test_support",
1368 "//ui/aura", 1374 "//ui/aura",
1369 "//ui/aura:test_support", 1375 "//ui/aura:test_support",
1370 "//ui/base", 1376 "//ui/base",
1371 "//ui/base:test_support", 1377 "//ui/base:test_support",
1372 "//ui/base/ime", 1378 "//ui/base/ime",
1373 "//ui/chromeos", 1379 "//ui/chromeos",
1374 "//ui/compositor", 1380 "//ui/compositor",
1375 "//ui/compositor:test_support", 1381 "//ui/compositor:test_support",
1376 "//ui/display", 1382 "//ui/display",
1377 "//ui/display:test_support", 1383 "//ui/display:test_support",
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
1427 "//content/public/app:both", 1433 "//content/public/app:both",
1428 "//device/bluetooth", 1434 "//device/bluetooth",
1429 ] 1435 ]
1430 1436
1431 data_deps = [ 1437 data_deps = [
1432 "//ash/common/strings:ash_test_strings", 1438 "//ash/common/strings:ash_test_strings",
1433 "//ash/resources:ash_test_resources_with_content_100_percent", 1439 "//ash/resources:ash_test_resources_with_content_100_percent",
1434 "//ash/resources:ash_test_resources_200_percent", 1440 "//ash/resources:ash_test_resources_200_percent",
1435 ] 1441 ]
1436 } 1442 }
OLDNEW
« no previous file with comments | « no previous file | ash/accelerators/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698