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

Side by Side Diff: ash/BUILD.gn

Issue 2725903003: chromeos: Move //ash/common/strings to //ash/strings (Closed)
Patch Set: . 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') | chrome/tools/build/repack_locales.py » ('J')
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/public/interfaces", 852 "//ash/public/interfaces",
853 "//ash/touch_hud", 853 "//ash/touch_hud",
854 "//base", 854 "//base",
855 "//base:i18n", 855 "//base:i18n",
856 "//base/third_party/dynamic_annotations", 856 "//base/third_party/dynamic_annotations",
857 "//cc", 857 "//cc",
(...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 225 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 ] 1384 ]
1385 configs += [ 1385 configs += [
1386 "//build/config:precompiled_headers", 1386 "//build/config:precompiled_headers",
1387 "//build/config/compiler:no_size_t_to_int_warning", 1387 "//build/config/compiler:no_size_t_to_int_warning",
1388 ] 1388 ]
1389 1389
1390 deps = [ 1390 deps = [
1391 ":ash", 1391 ":ash",
1392 ":common_unittests", 1392 ":common_unittests",
1393 "//ash/autoclick/common:autoclick", 1393 "//ash/autoclick/common:autoclick",
1394 "//ash/common/strings",
1395 "//ash/common/test:test_support", 1394 "//ash/common/test:test_support",
1396 "//ash/public/cpp:ash_public_cpp", 1395 "//ash/public/cpp:ash_public_cpp",
1397 "//ash/public/interfaces", 1396 "//ash/public/interfaces",
1398 "//ash/resources", 1397 "//ash/resources",
1399 "//ash/resources/vector_icons", 1398 "//ash/resources/vector_icons",
1399 "//ash/strings",
1400 "//ash/test:ash_with_aura_test_support", 1400 "//ash/test:ash_with_aura_test_support",
1401 "//ash/test:test_support_without_content", 1401 "//ash/test:test_support_without_content",
1402 "//ash/touch_hud", 1402 "//ash/touch_hud",
1403 "//base", 1403 "//base",
1404 "//base/test:test_support", 1404 "//base/test:test_support",
1405 "//chromeos", 1405 "//chromeos",
1406 "//chromeos:test_support_without_gmock", 1406 "//chromeos:test_support_without_gmock",
1407 "//components/quirks", 1407 "//components/quirks",
1408 "//components/signin/core/account_id", 1408 "//components/signin/core/account_id",
1409 "//components/user_manager", 1409 "//components/user_manager",
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1442 "//ui/resources", 1442 "//ui/resources",
1443 "//ui/strings", 1443 "//ui/strings",
1444 "//ui/views", 1444 "//ui/views",
1445 "//ui/views:test_support", 1445 "//ui/views:test_support",
1446 "//ui/wm", 1446 "//ui/wm",
1447 "//ui/wm:test_support", 1447 "//ui/wm:test_support",
1448 "//url", 1448 "//url",
1449 ] 1449 ]
1450 1450
1451 data_deps = [ 1451 data_deps = [
1452 "//ash/common/strings:ash_test_strings", 1452 "//ash/strings:ash_test_strings",
1453 "//ash/resources:ash_test_resources_100_percent", 1453 "//ash/resources:ash_test_resources_100_percent",
1454 "//ash/resources:ash_test_resources_200_percent", 1454 "//ash/resources:ash_test_resources_200_percent",
1455 ] 1455 ]
1456 1456
1457 if (!use_x11) { 1457 if (!use_x11) {
1458 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ] 1458 sources -= [ "host/ash_window_tree_host_x11_unittest.cc" ]
1459 } 1459 }
1460 1460
1461 # Usage of content should be in ash_with_content. 1461 # Usage of content should be in ash_with_content.
1462 assert_no_deps = [ 1462 assert_no_deps = [
(...skipping 13 matching lines...) Expand all
1476 "//base", 1476 "//base",
1477 "//build/config/sanitizers:deps", 1477 "//build/config/sanitizers:deps",
1478 "//build/win:default_exe_manifest", 1478 "//build/win:default_exe_manifest",
1479 "//components/user_manager", 1479 "//components/user_manager",
1480 "//content", 1480 "//content",
1481 "//content/public/app:both", 1481 "//content/public/app:both",
1482 "//device/bluetooth", 1482 "//device/bluetooth",
1483 ] 1483 ]
1484 1484
1485 data_deps = [ 1485 data_deps = [
1486 "//ash/common/strings:ash_test_strings", 1486 "//ash/strings:ash_test_strings",
1487 "//ash/resources:ash_test_resources_with_content_100_percent", 1487 "//ash/resources:ash_test_resources_with_content_100_percent",
1488 "//ash/resources:ash_test_resources_200_percent", 1488 "//ash/resources:ash_test_resources_200_percent",
1489 ] 1489 ]
1490 } 1490 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | chrome/tools/build/repack_locales.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698