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

Side by Side Diff: ash/BUILD.gn

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: add README.md Created 3 years, 6 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/devtools/OWNERS » ('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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "cancel_mode.cc", 72 "cancel_mode.cc",
73 "cancel_mode.h", 73 "cancel_mode.h",
74 "cast_config_controller.cc", 74 "cast_config_controller.cc",
75 "cast_config_controller.h", 75 "cast_config_controller.h",
76 "debug.cc", 76 "debug.cc",
77 "debug.h", 77 "debug.h",
78 "default_accessibility_delegate.cc", 78 "default_accessibility_delegate.cc",
79 "default_accessibility_delegate.h", 79 "default_accessibility_delegate.h",
80 "default_wallpaper_delegate.cc", 80 "default_wallpaper_delegate.cc",
81 "default_wallpaper_delegate.h", 81 "default_wallpaper_delegate.h",
82 "devtools/ash_devtools_css_agent.cc",
83 "devtools/ash_devtools_css_agent.h",
84 "devtools/ash_devtools_dom_agent.cc",
85 "devtools/ash_devtools_dom_agent.h",
86 "devtools/ui_element.cc",
87 "devtools/ui_element.h",
88 "devtools/ui_element_delegate.h",
89 "devtools/view_element.cc",
90 "devtools/view_element.h",
91 "devtools/widget_element.cc",
92 "devtools/widget_element.h",
93 "devtools/window_element.cc",
94 "devtools/window_element.h",
95 "display/ash_display_controller.cc", 82 "display/ash_display_controller.cc",
96 "display/ash_display_controller.h", 83 "display/ash_display_controller.h",
97 "display/cursor_window_controller.cc", 84 "display/cursor_window_controller.cc",
98 "display/cursor_window_controller.h", 85 "display/cursor_window_controller.h",
99 "display/display_animator.h", 86 "display/display_animator.h",
100 "display/display_animator_chromeos.cc", 87 "display/display_animator_chromeos.cc",
101 "display/display_animator_chromeos.h", 88 "display/display_animator_chromeos.h",
102 "display/display_color_manager_chromeos.cc", 89 "display/display_color_manager_chromeos.cc",
103 "display/display_color_manager_chromeos.h", 90 "display/display_color_manager_chromeos.h",
104 "display/display_configuration_controller.cc", 91 "display/display_configuration_controller.cc",
(...skipping 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
844 "//cc/debug", 831 "//cc/debug",
845 "//cc/surfaces", 832 "//cc/surfaces",
846 "//chromeos", 833 "//chromeos",
847 "//chromeos:power_manager_proto", 834 "//chromeos:power_manager_proto",
848 "//components/device_event_log", 835 "//components/device_event_log",
849 "//components/onc", 836 "//components/onc",
850 "//components/quirks", 837 "//components/quirks",
851 "//components/session_manager:base", 838 "//components/session_manager:base",
852 "//components/signin/core/account_id", 839 "//components/signin/core/account_id",
853 "//components/ui_devtools", 840 "//components/ui_devtools",
841 "//components/ui_devtools/views",
854 "//components/user_manager", 842 "//components/user_manager",
855 "//components/vector_icons", 843 "//components/vector_icons",
856 "//components/wallpaper", 844 "//components/wallpaper",
857 "//device/bluetooth", 845 "//device/bluetooth",
858 "//gpu/command_buffer/client", 846 "//gpu/command_buffer/client",
859 "//gpu/command_buffer/client:gles2_interface", 847 "//gpu/command_buffer/client:gles2_interface",
860 "//media", 848 "//media",
861 "//net", 849 "//net",
862 "//services/preferences/public/cpp", 850 "//services/preferences/public/cpp",
863 "//services/service_manager/public/cpp", 851 "//services/service_manager/public/cpp",
(...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after
1152 source_set("common_unittests") { 1140 source_set("common_unittests") {
1153 testonly = true 1141 testonly = true
1154 sources = [ 1142 sources = [
1155 "accelerators/accelerator_commands_unittest.cc", 1143 "accelerators/accelerator_commands_unittest.cc",
1156 "accelerators/accelerator_controller_unittest.cc", 1144 "accelerators/accelerator_controller_unittest.cc",
1157 "accelerators/accelerator_filter_unittest.cc", 1145 "accelerators/accelerator_filter_unittest.cc",
1158 "accelerators/accelerator_table_unittest.cc", 1146 "accelerators/accelerator_table_unittest.cc",
1159 "accelerators/spoken_feedback_toggler_unittest.cc", 1147 "accelerators/spoken_feedback_toggler_unittest.cc",
1160 "ash_touch_exploration_manager_chromeos_unittest.cc", 1148 "ash_touch_exploration_manager_chromeos_unittest.cc",
1161 "autoclick/autoclick_unittest.cc", 1149 "autoclick/autoclick_unittest.cc",
1162 "devtools/ash_devtools_unittest.cc",
1163 "display/display_configuration_controller_unittest.cc", 1150 "display/display_configuration_controller_unittest.cc",
1164 "drag_drop/drag_image_view_unittest.cc", 1151 "drag_drop/drag_image_view_unittest.cc",
1165 "first_run/first_run_helper_unittest.cc", 1152 "first_run/first_run_helper_unittest.cc",
1166 "focus_cycler_unittest.cc", 1153 "focus_cycler_unittest.cc",
1167 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", 1154 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
1168 "frame/caption_buttons/frame_size_button_unittest.cc", 1155 "frame/caption_buttons/frame_size_button_unittest.cc",
1169 "frame/custom_frame_view_ash_unittest.cc", 1156 "frame/custom_frame_view_ash_unittest.cc",
1170 "frame/default_header_painter_unittest.cc", 1157 "frame/default_header_painter_unittest.cc",
1171 "laser/laser_pointer_controller_unittest.cc", 1158 "laser/laser_pointer_controller_unittest.cc",
1172 "laser/laser_pointer_points_unittest.cc", 1159 "laser/laser_pointer_points_unittest.cc",
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 "//content/public/app:both", 1514 "//content/public/app:both",
1528 "//device/bluetooth", 1515 "//device/bluetooth",
1529 ] 1516 ]
1530 1517
1531 data_deps = [ 1518 data_deps = [
1532 "//ash/strings:ash_test_strings", 1519 "//ash/strings:ash_test_strings",
1533 "//ash/resources:ash_test_resources_with_content_100_percent", 1520 "//ash/resources:ash_test_resources_with_content_100_percent",
1534 "//ash/resources:ash_test_resources_200_percent", 1521 "//ash/resources:ash_test_resources_200_percent",
1535 ] 1522 ]
1536 } 1523 }
OLDNEW
« no previous file with comments | « no previous file | ash/devtools/OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698