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

Side by Side Diff: ash/BUILD.gn

Issue 2723103003: chromeos: Fold ash/common/test/BUILD.gn into ash/test/BUILD.gn (Closed)
Patch Set: rebase Created 3 years, 9 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/common/test/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 1011 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 ] 1022 ]
1023 1023
1024 # Usage of content should be in ash_shell_lib_with_content. 1024 # Usage of content should be in ash_shell_lib_with_content.
1025 assert_no_deps = [ 1025 assert_no_deps = [
1026 "//content/public/browser", 1026 "//content/public/browser",
1027 "//content/public/common", 1027 "//content/public/common",
1028 ] 1028 ]
1029 1029
1030 deps = [ 1030 deps = [
1031 ":ash", 1031 ":ash",
1032 "//ash/common/test:test_support",
1033 "//ash/public/cpp:ash_public_cpp", 1032 "//ash/public/cpp:ash_public_cpp",
1034 "//ash/test:test_support_without_content", 1033 "//ash/test:test_support_without_content",
1035 "//base", 1034 "//base",
1036 "//base:i18n", 1035 "//base:i18n",
1037 "//components/user_manager", 1036 "//components/user_manager",
1038 "//skia", 1037 "//skia",
1039 "//ui/app_list/presenter", 1038 "//ui/app_list/presenter",
1040 "//ui/app_list/presenter:test_support", 1039 "//ui/app_list/presenter:test_support",
1041 "//ui/aura", 1040 "//ui/aura",
1042 "//ui/base", 1041 "//ui/base",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 "test/ash_unittests.cc", 1102 "test/ash_unittests.cc",
1104 ] 1103 ]
1105 configs += [ 1104 configs += [
1106 "//build/config:precompiled_headers", 1105 "//build/config:precompiled_headers",
1107 "//build/config/compiler:no_size_t_to_int_warning", 1106 "//build/config/compiler:no_size_t_to_int_warning",
1108 ] 1107 ]
1109 1108
1110 deps = [ 1109 deps = [
1111 ":ash", 1110 ":ash",
1112 ":ash_with_content", 1111 ":ash_with_content",
1113 "//ash/common/test:test_support",
1114 "//ash/public/cpp:ash_public_cpp", 1112 "//ash/public/cpp:ash_public_cpp",
1115 "//ash/test:ash_with_aura_test_support", 1113 "//ash/test:ash_with_aura_test_support",
1116 "//ash/test:test_support_with_content", 1114 "//ash/test:test_support_with_content",
1117 "//base", 1115 "//base",
1118 "//base/test:test_support", 1116 "//base/test:test_support",
1119 "//chromeos", 1117 "//chromeos",
1120 "//chromeos:power_manager_proto", 1118 "//chromeos:power_manager_proto",
1121 "//chromeos:test_support_without_gmock", 1119 "//chromeos:test_support_without_gmock",
1122 "//components/quirks", 1120 "//components/quirks",
1123 "//components/signin/core/account_id", 1121 "//components/signin/core/account_id",
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 "shelf/shelf_widget_unittest.cc", 1228 "shelf/shelf_widget_unittest.cc",
1231 "shell_unittest.cc", 1229 "shell_unittest.cc",
1232 "sticky_keys/sticky_keys_overlay_unittest.cc", 1230 "sticky_keys/sticky_keys_overlay_unittest.cc",
1233 "sticky_keys/sticky_keys_unittest.cc", 1231 "sticky_keys/sticky_keys_unittest.cc",
1234 "system/chromeos/power/power_event_observer_unittest.cc", 1232 "system/chromeos/power/power_event_observer_unittest.cc",
1235 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1233 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1236 "system/chromeos/power/video_activity_notifier_unittest.cc", 1234 "system/chromeos/power/video_activity_notifier_unittest.cc",
1237 ] 1235 ]
1238 deps = [ 1236 deps = [
1239 "//ash", 1237 "//ash",
1240 "//ash/common/test:test_support",
1241 "//ash/public/cpp:ash_public_cpp", 1238 "//ash/public/cpp:ash_public_cpp",
1242 "//ash/resources/vector_icons", 1239 "//ash/resources/vector_icons",
1243 "//ash/test:test_support_without_content", 1240 "//ash/test:test_support_without_content",
1244 "//base", 1241 "//base",
1245 "//base/test:test_support", 1242 "//base/test:test_support",
1246 "//chromeos", 1243 "//chromeos",
1247 "//chromeos:power_manager_proto", 1244 "//chromeos:power_manager_proto",
1248 "//chromeos:test_support_without_gmock", 1245 "//chromeos:test_support_without_gmock",
1249 "//services/ui/public/interfaces", 1246 "//services/ui/public/interfaces",
1250 "//testing/gmock", 1247 "//testing/gmock",
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
1383 configs += [ 1380 configs += [
1384 "//build/config:precompiled_headers", 1381 "//build/config:precompiled_headers",
1385 "//build/config/compiler:no_size_t_to_int_warning", 1382 "//build/config/compiler:no_size_t_to_int_warning",
1386 ] 1383 ]
1387 1384
1388 deps = [ 1385 deps = [
1389 ":ash", 1386 ":ash",
1390 ":common_unittests", 1387 ":common_unittests",
1391 "//ash/autoclick/common:autoclick", 1388 "//ash/autoclick/common:autoclick",
1392 "//ash/common/strings", 1389 "//ash/common/strings",
1393 "//ash/common/test:test_support",
1394 "//ash/public/cpp:ash_public_cpp", 1390 "//ash/public/cpp:ash_public_cpp",
1395 "//ash/resources", 1391 "//ash/resources",
1396 "//ash/resources/vector_icons", 1392 "//ash/resources/vector_icons",
1397 "//ash/test:ash_with_aura_test_support", 1393 "//ash/test:ash_with_aura_test_support",
1398 "//ash/test:test_support_without_content", 1394 "//ash/test:test_support_without_content",
1399 "//ash/touch_hud", 1395 "//ash/touch_hud",
1400 "//base", 1396 "//base",
1401 "//base/test:test_support", 1397 "//base/test:test_support",
1402 "//chromeos", 1398 "//chromeos",
1403 "//chromeos:test_support_without_gmock", 1399 "//chromeos:test_support_without_gmock",
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
1478 "//content/public/app:both", 1474 "//content/public/app:both",
1479 "//device/bluetooth", 1475 "//device/bluetooth",
1480 ] 1476 ]
1481 1477
1482 data_deps = [ 1478 data_deps = [
1483 "//ash/common/strings:ash_test_strings", 1479 "//ash/common/strings:ash_test_strings",
1484 "//ash/resources:ash_test_resources_with_content_100_percent", 1480 "//ash/resources:ash_test_resources_with_content_100_percent",
1485 "//ash/resources:ash_test_resources_200_percent", 1481 "//ash/resources:ash_test_resources_200_percent",
1486 ] 1482 ]
1487 } 1483 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698