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

Side by Side Diff: ash/BUILD.gn

Issue 2372843002: Add ash devtools client (Closed)
Patch Set: Use MakeUnique 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') | 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 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 762 matching lines...) Expand 10 before | Expand all | Expand 10 after
853 "//ash/public/interfaces", 855 "//ash/public/interfaces",
854 "//ash/touch_hud", 856 "//ash/touch_hud",
855 "//base", 857 "//base",
856 "//base:i18n", 858 "//base:i18n",
857 "//base/third_party/dynamic_annotations", 859 "//base/third_party/dynamic_annotations",
858 "//cc", 860 "//cc",
859 "//components/device_event_log", 861 "//components/device_event_log",
860 "//components/onc", 862 "//components/onc",
861 "//components/session_manager:base", 863 "//components/session_manager:base",
862 "//components/signin/core/account_id", 864 "//components/signin/core/account_id",
865 "//components/ui_devtools",
863 "//components/user_manager", 866 "//components/user_manager",
864 "//components/wallpaper", 867 "//components/wallpaper",
865 "//media", 868 "//media",
866 "//net", 869 "//net",
867 "//services/service_manager/public/cpp", 870 "//services/service_manager/public/cpp",
868 "//skia", 871 "//skia",
869 "//third_party/icu", 872 "//third_party/icu",
870 "//ui/accessibility", 873 "//ui/accessibility",
871 "//ui/app_list/presenter", 874 "//ui/app_list/presenter",
872 "//ui/aura", 875 "//ui/aura",
(...skipping 620 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 if (is_win) { 1496 if (is_win) {
1494 configs -= [ "//build/config/win:console" ] 1497 configs -= [ "//build/config/win:console" ]
1495 configs += [ "//build/config/win:windowed" ] 1498 configs += [ "//build/config/win:windowed" ]
1496 deps += [ "//sandbox" ] 1499 deps += [ "//sandbox" ]
1497 } 1500 }
1498 1501
1499 if (is_chromeos) { 1502 if (is_chromeos) {
1500 deps += [ "//device/bluetooth" ] 1503 deps += [ "//device/bluetooth" ]
1501 } 1504 }
1502 } 1505 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698