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

Side by Side Diff: ash/BUILD.gn

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (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/ash_strings.grd » ('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 823 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 "wm/window_util.cc", 834 "wm/window_util.cc",
835 "wm/window_util.h", 835 "wm/window_util.h",
836 "wm/workspace/workspace_event_handler_aura.cc", 836 "wm/workspace/workspace_event_handler_aura.cc",
837 "wm/workspace/workspace_event_handler_aura.h", 837 "wm/workspace/workspace_event_handler_aura.h",
838 ] 838 ]
839 839
840 configs += [ "//build/config:precompiled_headers" ] 840 configs += [ "//build/config:precompiled_headers" ]
841 defines = [ "ASH_IMPLEMENTATION" ] 841 defines = [ "ASH_IMPLEMENTATION" ]
842 842
843 public_deps = [ 843 public_deps = [
844 "//ash/common/strings",
845 "//ash/resources", 844 "//ash/resources",
846 "//ash/resources/vector_icons", 845 "//ash/resources/vector_icons",
847 "//ash/shared:app_types", 846 "//ash/shared:app_types",
847 "//ash/strings",
848 ] 848 ]
849 deps = [ 849 deps = [
850 "//ash/autoclick/common:autoclick", 850 "//ash/autoclick/common:autoclick",
851 "//ash/public/cpp:ash_public_cpp", 851 "//ash/public/cpp:ash_public_cpp",
852 "//ash/touch_hud", 852 "//ash/touch_hud",
853 "//base", 853 "//base",
854 "//base:i18n", 854 "//base:i18n",
855 "//base/third_party/dynamic_annotations", 855 "//base/third_party/dynamic_annotations",
856 "//cc", 856 "//cc",
857 "//cc/surfaces", 857 "//cc/surfaces",
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
1138 "//ui/gl:test_support", 1138 "//ui/gl:test_support",
1139 "//ui/message_center", 1139 "//ui/message_center",
1140 "//ui/message_center:test_support", 1140 "//ui/message_center:test_support",
1141 "//ui/views", 1141 "//ui/views",
1142 "//ui/views:test_support", 1142 "//ui/views:test_support",
1143 "//ui/views/controls/webview:test_support", 1143 "//ui/views/controls/webview:test_support",
1144 "//ui/web_dialogs:test_support", 1144 "//ui/web_dialogs:test_support",
1145 ] 1145 ]
1146 1146
1147 data_deps = [ 1147 data_deps = [
1148 "//ash/common/strings:ash_test_strings", 1148 "//ash/strings:ash_test_strings",
1149 "//ash/resources:ash_test_resources_with_content_100_percent", 1149 "//ash/resources:ash_test_resources_with_content_100_percent",
1150 "//ash/resources:ash_test_resources_200_percent", 1150 "//ash/resources:ash_test_resources_200_percent",
1151 ] 1151 ]
1152 } 1152 }
1153 1153
1154 # This target includes the tests that are run by both ash and mash. Eventually 1154 # This target includes the tests that are run by both ash and mash. Eventually
1155 # the majority of tests in |ash_unittests| should move here. 1155 # the majority of tests in |ash_unittests| should move here.
1156 source_set("common_unittests") { 1156 source_set("common_unittests") {
1157 testonly = true 1157 testonly = true
1158 sources = [ 1158 sources = [
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
1382 ] 1382 ]
1383 configs += [ 1383 configs += [
1384 "//build/config:precompiled_headers", 1384 "//build/config:precompiled_headers",
1385 "//build/config/compiler:no_size_t_to_int_warning", 1385 "//build/config/compiler:no_size_t_to_int_warning",
1386 ] 1386 ]
1387 1387
1388 deps = [ 1388 deps = [
1389 ":ash", 1389 ":ash",
1390 ":common_unittests", 1390 ":common_unittests",
1391 "//ash/autoclick/common:autoclick", 1391 "//ash/autoclick/common:autoclick",
1392 "//ash/common/strings",
1393 "//ash/public/cpp:ash_public_cpp", 1392 "//ash/public/cpp:ash_public_cpp",
1394 "//ash/resources", 1393 "//ash/resources",
1395 "//ash/resources/vector_icons", 1394 "//ash/resources/vector_icons",
1395 "//ash/strings",
1396 "//ash/test:ash_with_aura_test_support", 1396 "//ash/test:ash_with_aura_test_support",
1397 "//ash/test:test_support_without_content", 1397 "//ash/test:test_support_without_content",
1398 "//ash/touch_hud", 1398 "//ash/touch_hud",
1399 "//base", 1399 "//base",
1400 "//base/test:test_support", 1400 "//base/test:test_support",
1401 "//chromeos", 1401 "//chromeos",
1402 "//chromeos:test_support_without_gmock", 1402 "//chromeos:test_support_without_gmock",
1403 "//components/quirks", 1403 "//components/quirks",
1404 "//components/signin/core/account_id", 1404 "//components/signin/core/account_id",
1405 "//components/user_manager", 1405 "//components/user_manager",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1438 "//ui/resources", 1438 "//ui/resources",
1439 "//ui/strings", 1439 "//ui/strings",
1440 "//ui/views", 1440 "//ui/views",
1441 "//ui/views:test_support", 1441 "//ui/views:test_support",
1442 "//ui/wm", 1442 "//ui/wm",
1443 "//ui/wm:test_support", 1443 "//ui/wm:test_support",
1444 "//url", 1444 "//url",
1445 ] 1445 ]
1446 1446
1447 data_deps = [ 1447 data_deps = [
1448 "//ash/common/strings:ash_test_strings", 1448 "//ash/strings:ash_test_strings",
1449 "//ash/resources:ash_test_resources_100_percent", 1449 "//ash/resources:ash_test_resources_100_percent",
1450 "//ash/resources:ash_test_resources_200_percent", 1450 "//ash/resources:ash_test_resources_200_percent",
1451 ] 1451 ]
1452 1452
1453 if (!use_x11) { 1453 if (!use_x11) {
1454 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] 1454 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
1455 } 1455 }
1456 1456
1457 # Usage of content should be in ash_with_content. 1457 # Usage of content should be in ash_with_content.
1458 assert_no_deps = [ 1458 assert_no_deps = [
(...skipping 13 matching lines...) Expand all
1472 "//base", 1472 "//base",
1473 "//build/config/sanitizers:deps", 1473 "//build/config/sanitizers:deps",
1474 "//build/win:default_exe_manifest", 1474 "//build/win:default_exe_manifest",
1475 "//components/user_manager", 1475 "//components/user_manager",
1476 "//content", 1476 "//content",
1477 "//content/public/app:both", 1477 "//content/public/app:both",
1478 "//device/bluetooth", 1478 "//device/bluetooth",
1479 ] 1479 ]
1480 1480
1481 data_deps = [ 1481 data_deps = [
1482 "//ash/common/strings:ash_test_strings", 1482 "//ash/strings:ash_test_strings",
1483 "//ash/resources:ash_test_resources_with_content_100_percent", 1483 "//ash/resources:ash_test_resources_with_content_100_percent",
1484 "//ash/resources:ash_test_resources_200_percent", 1484 "//ash/resources:ash_test_resources_200_percent",
1485 ] 1485 ]
1486 } 1486 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698