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

Side by Side Diff: ash/BUILD.gn

Issue 2852733002: Duplicate -Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: move unittest to ui/views Created 3 years, 7 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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 "cancel_mode.cc", 74 "cancel_mode.cc",
75 "cancel_mode.h", 75 "cancel_mode.h",
76 "cast_config_controller.cc", 76 "cast_config_controller.cc",
77 "cast_config_controller.h", 77 "cast_config_controller.h",
78 "debug.cc", 78 "debug.cc",
79 "debug.h", 79 "debug.h",
80 "default_accessibility_delegate.cc", 80 "default_accessibility_delegate.cc",
81 "default_accessibility_delegate.h", 81 "default_accessibility_delegate.h",
82 "default_wallpaper_delegate.cc", 82 "default_wallpaper_delegate.cc",
83 "default_wallpaper_delegate.h", 83 "default_wallpaper_delegate.h",
84 "devtools/ash_devtools_css_agent.cc",
85 "devtools/ash_devtools_css_agent.h",
86 "devtools/ash_devtools_dom_agent.cc",
87 "devtools/ash_devtools_dom_agent.h",
88 "devtools/ui_element.cc",
89 "devtools/ui_element.h",
90 "devtools/ui_element_delegate.h",
91 "devtools/view_element.cc",
92 "devtools/view_element.h",
93 "devtools/widget_element.cc",
94 "devtools/widget_element.h",
95 "devtools/window_element.cc",
96 "devtools/window_element.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",
105 "display/display_configuration_controller.h", 92 "display/display_configuration_controller.h",
106 "display/display_error_observer_chromeos.cc", 93 "display/display_error_observer_chromeos.cc",
(...skipping 1034 matching lines...) Expand 10 before | Expand all | Expand 10 after
1141 source_set("common_unittests") { 1128 source_set("common_unittests") {
1142 testonly = true 1129 testonly = true
1143 sources = [ 1130 sources = [
1144 "accelerators/accelerator_commands_unittest.cc", 1131 "accelerators/accelerator_commands_unittest.cc",
1145 "accelerators/accelerator_controller_unittest.cc", 1132 "accelerators/accelerator_controller_unittest.cc",
1146 "accelerators/accelerator_filter_unittest.cc", 1133 "accelerators/accelerator_filter_unittest.cc",
1147 "accelerators/accelerator_table_unittest.cc", 1134 "accelerators/accelerator_table_unittest.cc",
1148 "accelerators/spoken_feedback_toggler_unittest.cc", 1135 "accelerators/spoken_feedback_toggler_unittest.cc",
1149 "ash_touch_exploration_manager_chromeos_unittest.cc", 1136 "ash_touch_exploration_manager_chromeos_unittest.cc",
1150 "autoclick/autoclick_unittest.cc", 1137 "autoclick/autoclick_unittest.cc",
1151 "devtools/ash_devtools_unittest.cc",
1152 "display/display_configuration_controller_unittest.cc", 1138 "display/display_configuration_controller_unittest.cc",
1153 "drag_drop/drag_image_view_unittest.cc", 1139 "drag_drop/drag_image_view_unittest.cc",
1154 "first_run/first_run_helper_unittest.cc", 1140 "first_run/first_run_helper_unittest.cc",
1155 "focus_cycler_unittest.cc", 1141 "focus_cycler_unittest.cc",
1156 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc", 1142 "frame/caption_buttons/frame_caption_button_container_view_unittest.cc",
1157 "frame/caption_buttons/frame_size_button_unittest.cc", 1143 "frame/caption_buttons/frame_size_button_unittest.cc",
1158 "frame/custom_frame_view_ash_unittest.cc", 1144 "frame/custom_frame_view_ash_unittest.cc",
1159 "frame/default_header_painter_unittest.cc", 1145 "frame/default_header_painter_unittest.cc",
1160 "laser/laser_pointer_controller_unittest.cc", 1146 "laser/laser_pointer_controller_unittest.cc",
1161 "laser/laser_pointer_points_unittest.cc", 1147 "laser/laser_pointer_points_unittest.cc",
(...skipping 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
1416 "//ash/resources/vector_icons", 1402 "//ash/resources/vector_icons",
1417 "//ash/strings", 1403 "//ash/strings",
1418 "//ash/test:test_support_without_content", 1404 "//ash/test:test_support_without_content",
1419 "//ash/touch_hud", 1405 "//ash/touch_hud",
1420 "//base", 1406 "//base",
1421 "//base/test:test_support", 1407 "//base/test:test_support",
1422 "//chromeos", 1408 "//chromeos",
1423 "//chromeos:test_support_without_gmock", 1409 "//chromeos:test_support_without_gmock",
1424 "//components/quirks", 1410 "//components/quirks",
1425 "//components/signin/core/account_id", 1411 "//components/signin/core/account_id",
1412 "//components/ui_devtools:devtool_unittests",
1426 "//components/user_manager", 1413 "//components/user_manager",
1427 "//device/bluetooth", 1414 "//device/bluetooth",
1428 "//mojo/edk/system", 1415 "//mojo/edk/system",
1429 "//net:net", 1416 "//net:net",
1430 "//services/ui/public/interfaces", 1417 "//services/ui/public/interfaces",
1431 "//skia", 1418 "//skia",
1432 "//testing/gmock", 1419 "//testing/gmock",
1433 "//testing/gtest", 1420 "//testing/gtest",
1434 "//third_party/icu", 1421 "//third_party/icu",
1435 "//ui/accessibility", 1422 "//ui/accessibility",
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
1498 "//content/public/app:both", 1485 "//content/public/app:both",
1499 "//device/bluetooth", 1486 "//device/bluetooth",
1500 ] 1487 ]
1501 1488
1502 data_deps = [ 1489 data_deps = [
1503 "//ash/strings:ash_test_strings", 1490 "//ash/strings:ash_test_strings",
1504 "//ash/resources:ash_test_resources_with_content_100_percent", 1491 "//ash/resources:ash_test_resources_with_content_100_percent",
1505 "//ash/resources:ash_test_resources_200_percent", 1492 "//ash/resources:ash_test_resources_200_percent",
1506 ] 1493 ]
1507 } 1494 }
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