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

Side by Side Diff: ash/BUILD.gn

Issue 2372843002: Add ash devtools client (Closed)
Patch Set: sadrul's feedback and renamed to dom_agent Created 4 years, 1 month 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/common/DEPS » ('j') | ash/common/wm_shell.cc » ('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 assert(use_aura) 10 assert(use_aura)
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 "common/ash_constants.cc", 71 "common/ash_constants.cc",
72 "common/ash_constants.h", 72 "common/ash_constants.h",
73 "common/ash_layout_constants.cc", 73 "common/ash_layout_constants.cc",
74 "common/ash_layout_constants.h", 74 "common/ash_layout_constants.h",
75 "common/ash_switches.cc", 75 "common/ash_switches.cc",
76 "common/ash_switches.h", 76 "common/ash_switches.h",
77 "common/cast_config_delegate.cc", 77 "common/cast_config_delegate.cc",
78 "common/cast_config_delegate.h", 78 "common/cast_config_delegate.h",
79 "common/default_accessibility_delegate.cc", 79 "common/default_accessibility_delegate.cc",
80 "common/default_accessibility_delegate.h", 80 "common/default_accessibility_delegate.h",
81 "common/devtools/devtools_dom_agent.cc",
82 "common/devtools/devtools_dom_agent.h",
81 "common/drag_drop/drag_image_view.cc", 83 "common/drag_drop/drag_image_view.cc",
82 "common/drag_drop/drag_image_view.h", 84 "common/drag_drop/drag_image_view.h",
83 "common/focus_cycler.cc", 85 "common/focus_cycler.cc",
84 "common/focus_cycler.h", 86 "common/focus_cycler.h",
85 "common/frame/caption_buttons/caption_button_types.h", 87 "common/frame/caption_buttons/caption_button_types.h",
86 "common/frame/caption_buttons/frame_caption_button.cc", 88 "common/frame/caption_buttons/frame_caption_button.cc",
87 "common/frame/caption_buttons/frame_caption_button.h", 89 "common/frame/caption_buttons/frame_caption_button.h",
88 "common/frame/caption_buttons/frame_caption_button_container_view.cc", 90 "common/frame/caption_buttons/frame_caption_button_container_view.cc",
89 "common/frame/caption_buttons/frame_caption_button_container_view.h", 91 "common/frame/caption_buttons/frame_caption_button_container_view.h",
90 "common/frame/caption_buttons/frame_size_button.cc", 92 "common/frame/caption_buttons/frame_size_button.cc",
(...skipping 756 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 "//ash/public/interfaces", 849 "//ash/public/interfaces",
848 "//ash/touch_hud", 850 "//ash/touch_hud",
849 "//base", 851 "//base",
850 "//base:i18n", 852 "//base:i18n",
851 "//base/third_party/dynamic_annotations", 853 "//base/third_party/dynamic_annotations",
852 "//cc", 854 "//cc",
853 "//components/device_event_log", 855 "//components/device_event_log",
854 "//components/onc", 856 "//components/onc",
855 "//components/session_manager:base", 857 "//components/session_manager:base",
856 "//components/signin/core/account_id", 858 "//components/signin/core/account_id",
859 "//components/ui_devtools",
sky 2016/10/28 21:27:10 What are all the dependencies of this? I want to m
Sarmad Hashmi 2016/10/28 21:58:19 Dependencies are base, net, net:http_server, and a
857 "//components/user_manager", 860 "//components/user_manager",
858 "//components/wallpaper", 861 "//components/wallpaper",
859 "//media", 862 "//media",
860 "//net", 863 "//net",
861 "//services/service_manager/public/cpp", 864 "//services/service_manager/public/cpp",
862 "//skia", 865 "//skia",
863 "//third_party/icu", 866 "//third_party/icu",
864 "//ui/accessibility", 867 "//ui/accessibility",
865 "//ui/app_list/presenter", 868 "//ui/app_list/presenter",
866 "//ui/aura", 869 "//ui/aura",
(...skipping 618 matching lines...) Expand 10 before | Expand all | Expand 10 after
1485 if (is_win) { 1488 if (is_win) {
1486 configs -= [ "//build/config/win:console" ] 1489 configs -= [ "//build/config/win:console" ]
1487 configs += [ "//build/config/win:windowed" ] 1490 configs += [ "//build/config/win:windowed" ]
1488 deps += [ "//sandbox" ] 1491 deps += [ "//sandbox" ]
1489 } 1492 }
1490 1493
1491 if (is_chromeos) { 1494 if (is_chromeos) {
1492 deps += [ "//device/bluetooth" ] 1495 deps += [ "//device/bluetooth" ]
1493 } 1496 }
1494 } 1497 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | ash/common/wm_shell.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698