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

Side by Side Diff: ash/BUILD.gn

Issue 2776543002: Create a unified UIElement interface for Widget, View and Window. (Closed)
Patch Set: . Created 3 years, 9 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 # 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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 "common/ash_layout_constants.h", 72 "common/ash_layout_constants.h",
73 "common/ash_switches.cc", 73 "common/ash_switches.cc",
74 "common/ash_switches.h", 74 "common/ash_switches.h",
75 "common/cast_config_controller.cc", 75 "common/cast_config_controller.cc",
76 "common/cast_config_controller.h", 76 "common/cast_config_controller.h",
77 "common/default_accessibility_delegate.cc", 77 "common/default_accessibility_delegate.cc",
78 "common/default_accessibility_delegate.h", 78 "common/default_accessibility_delegate.h",
79 "common/devtools/ash_devtools_css_agent.cc", 79 "common/devtools/ash_devtools_css_agent.cc",
80 "common/devtools/ash_devtools_css_agent.h", 80 "common/devtools/ash_devtools_css_agent.h",
81 "common/devtools/ash_devtools_dom_agent.cc", 81 "common/devtools/ash_devtools_dom_agent.cc",
82 "common/devtools/ash_devtools_dom_agent.h", 82 "common/devtools/ui_element.cc",
83 "common/devtools/ui_element.h",
84 "common/devtools/ui_element_delegate.h",
85 "common/devtools/view_element.cc",
86 "common/devtools/view_element.h",
87 "common/devtools/widget_element.cc",
88 "common/devtools/widget_element.h",
89 "common/devtools/window_element.cc",
90 "common/devtools/window_element.h",
83 "common/drag_drop/drag_image_view.cc", 91 "common/drag_drop/drag_image_view.cc",
84 "common/drag_drop/drag_image_view.h", 92 "common/drag_drop/drag_image_view.h",
85 "common/focus_cycler.cc", 93 "common/focus_cycler.cc",
86 "common/focus_cycler.h", 94 "common/focus_cycler.h",
87 "common/frame/caption_buttons/caption_button_types.h", 95 "common/frame/caption_buttons/caption_button_types.h",
88 "common/frame/caption_buttons/frame_caption_button.cc", 96 "common/frame/caption_buttons/frame_caption_button.cc",
89 "common/frame/caption_buttons/frame_caption_button.h", 97 "common/frame/caption_buttons/frame_caption_button.h",
90 "common/frame/caption_buttons/frame_caption_button_container_view.cc", 98 "common/frame/caption_buttons/frame_caption_button_container_view.cc",
91 "common/frame/caption_buttons/frame_caption_button_container_view.h", 99 "common/frame/caption_buttons/frame_caption_button_container_view.h",
92 "common/frame/caption_buttons/frame_size_button.cc", 100 "common/frame/caption_buttons/frame_size_button.cc",
(...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
1501 "//content/public/app:both", 1509 "//content/public/app:both",
1502 "//device/bluetooth", 1510 "//device/bluetooth",
1503 ] 1511 ]
1504 1512
1505 data_deps = [ 1513 data_deps = [
1506 "//ash/strings:ash_test_strings", 1514 "//ash/strings:ash_test_strings",
1507 "//ash/resources:ash_test_resources_with_content_100_percent", 1515 "//ash/resources:ash_test_resources_with_content_100_percent",
1508 "//ash/resources:ash_test_resources_200_percent", 1516 "//ash/resources:ash_test_resources_200_percent",
1509 ] 1517 ]
1510 } 1518 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/devtools/ash_devtools_css_agent.h » ('j') | ash/common/devtools/ash_devtools_dom_agent.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698