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

Side by Side Diff: ash/BUILD.gn

Issue 2372843002: Add ash devtools client (Closed)
Patch Set: Add ash devtools client Created 4 years, 2 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
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_client_backend.cc",
82 "common/devtools/devtools_client_backend.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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 "//net", 839 "//net",
838 "//skia", 840 "//skia",
839 "//third_party/icu", 841 "//third_party/icu",
840 "//ui/accessibility", 842 "//ui/accessibility",
841 "//ui/app_list/presenter", 843 "//ui/app_list/presenter",
842 "//ui/aura", 844 "//ui/aura",
843 "//ui/base", 845 "//ui/base",
844 "//ui/base:ui_data_pack", 846 "//ui/base:ui_data_pack",
845 "//ui/base/ime", 847 "//ui/base/ime",
846 "//ui/compositor", 848 "//ui/compositor",
849 "//ui/devtools",
847 "//ui/display", 850 "//ui/display",
848 "//ui/display/types", 851 "//ui/display/types",
849 "//ui/events", 852 "//ui/events",
850 "//ui/events:events_base", 853 "//ui/events:events_base",
851 "//ui/events:gesture_detection", 854 "//ui/events:gesture_detection",
852 "//ui/events/devices", 855 "//ui/events/devices",
853 "//ui/gfx", 856 "//ui/gfx",
854 "//ui/gfx/geometry", 857 "//ui/gfx/geometry",
855 "//ui/keyboard", 858 "//ui/keyboard",
856 "//ui/message_center", 859 "//ui/message_center",
(...skipping 793 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 if (is_win) { 1653 if (is_win) {
1651 configs -= [ "//build/config/win:console" ] 1654 configs -= [ "//build/config/win:console" ]
1652 configs += [ "//build/config/win:windowed" ] 1655 configs += [ "//build/config/win:windowed" ]
1653 deps += [ "//sandbox" ] 1656 deps += [ "//sandbox" ]
1654 } 1657 }
1655 1658
1656 if (is_chromeos) { 1659 if (is_chromeos) {
1657 deps += [ "//device/bluetooth" ] 1660 deps += [ "//device/bluetooth" ]
1658 } 1661 }
1659 } 1662 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/devtools/devtools_client_backend.h » ('j') | ash/common/devtools/devtools_client_backend.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698