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

Unified Diff: ash/BUILD.gn

Issue 2899783002: Move DevTools out of ash and turn it to a component. (Closed)
Patch Set: . 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/devtools/OWNERS » ('j') | components/ui_devtools/views/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/BUILD.gn
diff --git a/ash/BUILD.gn b/ash/BUILD.gn
index 7fef971cd7f33d4daf86124a18aeae9761befb69..a1a5edaa01a49837aad3dee0ff500f5b7b6c90d2 100644
--- a/ash/BUILD.gn
+++ b/ash/BUILD.gn
@@ -79,19 +79,6 @@ component("ash") {
"default_accessibility_delegate.h",
"default_wallpaper_delegate.cc",
"default_wallpaper_delegate.h",
- "devtools/ash_devtools_css_agent.cc",
- "devtools/ash_devtools_css_agent.h",
- "devtools/ash_devtools_dom_agent.cc",
- "devtools/ash_devtools_dom_agent.h",
- "devtools/ui_element.cc",
- "devtools/ui_element.h",
- "devtools/ui_element_delegate.h",
- "devtools/view_element.cc",
- "devtools/view_element.h",
- "devtools/widget_element.cc",
- "devtools/widget_element.h",
- "devtools/window_element.cc",
- "devtools/window_element.h",
"display/ash_display_controller.cc",
"display/ash_display_controller.h",
"display/cursor_window_controller.cc",
@@ -849,6 +836,7 @@ component("ash") {
"//components/signin/core/account_id",
"//components/strings:components_strings",
"//components/ui_devtools",
+ "//components/ui_devtools/views",
"//components/user_manager",
"//components/vector_icons",
"//components/wallpaper",
@@ -1157,7 +1145,6 @@ source_set("common_unittests") {
"accelerators/spoken_feedback_toggler_unittest.cc",
"ash_touch_exploration_manager_chromeos_unittest.cc",
"autoclick/autoclick_unittest.cc",
- "devtools/ash_devtools_unittest.cc",
"display/display_configuration_controller_unittest.cc",
"drag_drop/drag_image_view_unittest.cc",
"first_run/first_run_helper_unittest.cc",
« no previous file with comments | « no previous file | ash/devtools/OWNERS » ('j') | components/ui_devtools/views/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698