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

Side by Side Diff: ash/BUILD.gn

Issue 2720203004: mash: makes ash/public/cpp bundle ash/public/interfaces (Closed)
Patch Set: merge 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/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 831 matching lines...) Expand 10 before | Expand all | Expand 10 after
842 842
843 public_deps = [ 843 public_deps = [
844 "//ash/common/strings", 844 "//ash/common/strings",
845 "//ash/resources", 845 "//ash/resources",
846 "//ash/resources/vector_icons", 846 "//ash/resources/vector_icons",
847 "//ash/shared:app_types", 847 "//ash/shared:app_types",
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",
853 "//ash/touch_hud", 852 "//ash/touch_hud",
854 "//base", 853 "//base",
855 "//base:i18n", 854 "//base:i18n",
856 "//base/third_party/dynamic_annotations", 855 "//base/third_party/dynamic_annotations",
857 "//cc", 856 "//cc",
858 "//chromeos", 857 "//chromeos",
859 "//chromeos:power_manager_proto", 858 "//chromeos:power_manager_proto",
860 "//components/device_event_log", 859 "//components/device_event_log",
861 "//components/onc", 860 "//components/onc",
862 "//components/quirks", 861 "//components/quirks",
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1233 "sticky_keys/sticky_keys_overlay_unittest.cc", 1232 "sticky_keys/sticky_keys_overlay_unittest.cc",
1234 "sticky_keys/sticky_keys_unittest.cc", 1233 "sticky_keys/sticky_keys_unittest.cc",
1235 "system/chromeos/power/power_event_observer_unittest.cc", 1234 "system/chromeos/power/power_event_observer_unittest.cc",
1236 "system/chromeos/power/tablet_power_button_controller_unittest.cc", 1235 "system/chromeos/power/tablet_power_button_controller_unittest.cc",
1237 "system/chromeos/power/video_activity_notifier_unittest.cc", 1236 "system/chromeos/power/video_activity_notifier_unittest.cc",
1238 ] 1237 ]
1239 deps = [ 1238 deps = [
1240 "//ash", 1239 "//ash",
1241 "//ash/common/test:test_support", 1240 "//ash/common/test:test_support",
1242 "//ash/public/cpp:ash_public_cpp", 1241 "//ash/public/cpp:ash_public_cpp",
1243 "//ash/public/interfaces",
1244 "//ash/resources/vector_icons", 1242 "//ash/resources/vector_icons",
1245 "//ash/test:test_support_without_content", 1243 "//ash/test:test_support_without_content",
1246 "//base", 1244 "//base",
1247 "//base/test:test_support", 1245 "//base/test:test_support",
1248 "//chromeos", 1246 "//chromeos",
1249 "//chromeos:power_manager_proto", 1247 "//chromeos:power_manager_proto",
1250 "//chromeos:test_support_without_gmock", 1248 "//chromeos:test_support_without_gmock",
1251 "//services/ui/public/interfaces", 1249 "//services/ui/public/interfaces",
1252 "//testing/gmock", 1250 "//testing/gmock",
1253 "//ui/accessibility", 1251 "//ui/accessibility",
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1387 "//build/config/compiler:no_size_t_to_int_warning", 1385 "//build/config/compiler:no_size_t_to_int_warning",
1388 ] 1386 ]
1389 1387
1390 deps = [ 1388 deps = [
1391 ":ash", 1389 ":ash",
1392 ":common_unittests", 1390 ":common_unittests",
1393 "//ash/autoclick/common:autoclick", 1391 "//ash/autoclick/common:autoclick",
1394 "//ash/common/strings", 1392 "//ash/common/strings",
1395 "//ash/common/test:test_support", 1393 "//ash/common/test:test_support",
1396 "//ash/public/cpp:ash_public_cpp", 1394 "//ash/public/cpp:ash_public_cpp",
1397 "//ash/public/interfaces",
1398 "//ash/resources", 1395 "//ash/resources",
1399 "//ash/resources/vector_icons", 1396 "//ash/resources/vector_icons",
1400 "//ash/test:ash_with_aura_test_support", 1397 "//ash/test:ash_with_aura_test_support",
1401 "//ash/test:test_support_without_content", 1398 "//ash/test:test_support_without_content",
1402 "//ash/touch_hud", 1399 "//ash/touch_hud",
1403 "//base", 1400 "//base",
1404 "//base/test:test_support", 1401 "//base/test:test_support",
1405 "//chromeos", 1402 "//chromeos",
1406 "//chromeos:test_support_without_gmock", 1403 "//chromeos:test_support_without_gmock",
1407 "//components/quirks", 1404 "//components/quirks",
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
1481 "//content/public/app:both", 1478 "//content/public/app:both",
1482 "//device/bluetooth", 1479 "//device/bluetooth",
1483 ] 1480 ]
1484 1481
1485 data_deps = [ 1482 data_deps = [
1486 "//ash/common/strings:ash_test_strings", 1483 "//ash/common/strings:ash_test_strings",
1487 "//ash/resources:ash_test_resources_with_content_100_percent", 1484 "//ash/resources:ash_test_resources_with_content_100_percent",
1488 "//ash/resources:ash_test_resources_200_percent", 1485 "//ash/resources:ash_test_resources_200_percent",
1489 ] 1486 ]
1490 } 1487 }
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