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

Side by Side Diff: ash/BUILD.gn

Issue 2664113004: Reland: mash: Fix MusPropertyMirrorAsh for owned properties; add test. (Closed)
Patch Set: Sync and rebase. Created 3 years, 10 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/autoclick/mus/BUILD.gn » ('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 841 matching lines...) Expand 10 before | Expand all | Expand 10 after
852 defines = [ "ASH_IMPLEMENTATION" ] 852 defines = [ "ASH_IMPLEMENTATION" ]
853 853
854 public_deps = [ 854 public_deps = [
855 "//ash/common/strings", 855 "//ash/common/strings",
856 "//ash/resources", 856 "//ash/resources",
857 "//ash/resources/vector_icons", 857 "//ash/resources/vector_icons",
858 "//ash/shared:app_types", 858 "//ash/shared:app_types",
859 ] 859 ]
860 deps = [ 860 deps = [
861 "//ash/autoclick/common:autoclick", 861 "//ash/autoclick/common:autoclick",
862 "//ash/public/cpp", 862 "//ash/public/cpp:ash_public_cpp",
863 "//ash/public/interfaces", 863 "//ash/public/interfaces",
864 "//ash/touch_hud", 864 "//ash/touch_hud",
865 "//base", 865 "//base",
866 "//base:i18n", 866 "//base:i18n",
867 "//base/third_party/dynamic_annotations", 867 "//base/third_party/dynamic_annotations",
868 "//cc", 868 "//cc",
869 "//chromeos", 869 "//chromeos",
870 "//chromeos:power_manager_proto", 870 "//chromeos:power_manager_proto",
871 "//components/device_event_log", 871 "//components/device_event_log",
872 "//components/onc", 872 "//components/onc",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
978 "content/shell_content_state.cc", 978 "content/shell_content_state.cc",
979 "content/shell_content_state.h", 979 "content/shell_content_state.h",
980 ] 980 ]
981 981
982 defines = [ "ASH_WITH_CONTENT_IMPLEMENTATION" ] 982 defines = [ "ASH_WITH_CONTENT_IMPLEMENTATION" ]
983 983
984 public_deps = [ 984 public_deps = [
985 ":ash", 985 ":ash",
986 ] 986 ]
987 deps = [ 987 deps = [
988 "//ash/public/cpp", 988 "//ash/public/cpp:ash_public_cpp",
989 "//base", 989 "//base",
990 "//base/third_party/dynamic_annotations", 990 "//base/third_party/dynamic_annotations",
991 "//content/public/browser", 991 "//content/public/browser",
992 "//gpu/config", 992 "//gpu/config",
993 "//ipc", 993 "//ipc",
994 "//skia", 994 "//skia",
995 "//ui/aura", 995 "//ui/aura",
996 "//ui/base", 996 "//ui/base",
997 "//ui/compositor", 997 "//ui/compositor",
998 "//ui/events", 998 "//ui/events",
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
1035 1035
1036 # Usage of content should be in ash_shell_lib_with_content. 1036 # Usage of content should be in ash_shell_lib_with_content.
1037 assert_no_deps = [ 1037 assert_no_deps = [
1038 "//content/public/browser", 1038 "//content/public/browser",
1039 "//content/public/common", 1039 "//content/public/common",
1040 ] 1040 ]
1041 1041
1042 deps = [ 1042 deps = [
1043 ":ash", 1043 ":ash",
1044 "//ash/common/test:test_support", 1044 "//ash/common/test:test_support",
1045 "//ash/public/cpp", 1045 "//ash/public/cpp:ash_public_cpp",
1046 "//ash/test:test_support_without_content", 1046 "//ash/test:test_support_without_content",
1047 "//base", 1047 "//base",
1048 "//base:i18n", 1048 "//base:i18n",
1049 "//components/user_manager", 1049 "//components/user_manager",
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",
(...skipping 15 matching lines...) Expand all
1071 "shell/content/client/shell_main_delegate.h", 1071 "shell/content/client/shell_main_delegate.h",
1072 "shell/content/shell_content_state_impl.cc", 1072 "shell/content/shell_content_state_impl.cc",
1073 "shell/content/shell_content_state_impl.h", 1073 "shell/content/shell_content_state_impl.h",
1074 "shell/window_type_launcher.cc", 1074 "shell/window_type_launcher.cc",
1075 "shell/window_type_launcher.h", 1075 "shell/window_type_launcher.h",
1076 ] 1076 ]
1077 1077
1078 deps = [ 1078 deps = [
1079 ":ash_shell_lib", 1079 ":ash_shell_lib",
1080 ":ash_with_content", 1080 ":ash_with_content",
1081 "//ash/public/cpp", 1081 "//ash/public/cpp:ash_public_cpp",
1082 "//ash/test:test_support_without_content", 1082 "//ash/test:test_support_without_content",
1083 "//base:i18n", 1083 "//base:i18n",
1084 "//chrome:packed_resources", 1084 "//chrome:packed_resources",
1085 "//chromeos", 1085 "//chromeos",
1086 "//content", 1086 "//content",
1087 "//content/shell:content_shell_lib", 1087 "//content/shell:content_shell_lib",
1088 "//device/bluetooth", 1088 "//device/bluetooth",
1089 "//net", 1089 "//net",
1090 "//skia", 1090 "//skia",
1091 "//ui/app_list/presenter:test_support", 1091 "//ui/app_list/presenter:test_support",
(...skipping 21 matching lines...) Expand all
1113 ] 1113 ]
1114 configs += [ 1114 configs += [
1115 "//build/config:precompiled_headers", 1115 "//build/config:precompiled_headers",
1116 "//build/config/compiler:no_size_t_to_int_warning", 1116 "//build/config/compiler:no_size_t_to_int_warning",
1117 ] 1117 ]
1118 1118
1119 deps = [ 1119 deps = [
1120 ":ash", 1120 ":ash",
1121 ":ash_with_content", 1121 ":ash_with_content",
1122 "//ash/common/test:test_support", 1122 "//ash/common/test:test_support",
1123 "//ash/public/cpp", 1123 "//ash/public/cpp:ash_public_cpp",
1124 "//ash/test:ash_with_aura_test_support", 1124 "//ash/test:ash_with_aura_test_support",
1125 "//ash/test:test_support_with_content", 1125 "//ash/test:test_support_with_content",
1126 "//base", 1126 "//base",
1127 "//base/test:test_support", 1127 "//base/test:test_support",
1128 "//chromeos", 1128 "//chromeos",
1129 "//chromeos:power_manager_proto", 1129 "//chromeos:power_manager_proto",
1130 "//chromeos:test_support_without_gmock", 1130 "//chromeos:test_support_without_gmock",
1131 "//components/quirks", 1131 "//components/quirks",
1132 "//components/signin/core/account_id", 1132 "//components/signin/core/account_id",
1133 "//components/user_manager", 1133 "//components/user_manager",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
1327 "//build/config:precompiled_headers", 1327 "//build/config:precompiled_headers",
1328 "//build/config/compiler:no_size_t_to_int_warning", 1328 "//build/config/compiler:no_size_t_to_int_warning",
1329 ] 1329 ]
1330 1330
1331 deps = [ 1331 deps = [
1332 ":ash", 1332 ":ash",
1333 "//ash/autoclick/common:autoclick", 1333 "//ash/autoclick/common:autoclick",
1334 "//ash/common:unittests", 1334 "//ash/common:unittests",
1335 "//ash/common/strings", 1335 "//ash/common/strings",
1336 "//ash/common/test:test_support", 1336 "//ash/common/test:test_support",
1337 "//ash/public/cpp", 1337 "//ash/public/cpp:ash_public_cpp",
1338 "//ash/public/interfaces", 1338 "//ash/public/interfaces",
1339 "//ash/resources", 1339 "//ash/resources",
1340 "//ash/resources/vector_icons", 1340 "//ash/resources/vector_icons",
1341 "//ash/test:ash_with_aura_test_support", 1341 "//ash/test:ash_with_aura_test_support",
1342 "//ash/test:test_support_without_content", 1342 "//ash/test:test_support_without_content",
1343 "//ash/touch_hud", 1343 "//ash/touch_hud",
1344 "//base", 1344 "//base",
1345 "//base/test:test_support", 1345 "//base/test:test_support",
1346 "//chromeos", 1346 "//chromeos",
1347 "//chromeos:power_manager_proto", 1347 "//chromeos:power_manager_proto",
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
1423 "//content/public/app:both", 1423 "//content/public/app:both",
1424 "//device/bluetooth", 1424 "//device/bluetooth",
1425 ] 1425 ]
1426 1426
1427 data_deps = [ 1427 data_deps = [
1428 "//ash/common/strings:ash_test_strings", 1428 "//ash/common/strings:ash_test_strings",
1429 "//ash/resources:ash_test_resources_with_content_100_percent", 1429 "//ash/resources:ash_test_resources_with_content_100_percent",
1430 "//ash/resources:ash_test_resources_200_percent", 1430 "//ash/resources:ash_test_resources_200_percent",
1431 ] 1431 ]
1432 } 1432 }
OLDNEW
« no previous file with comments | « no previous file | ash/autoclick/mus/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698