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

Side by Side Diff: ash/BUILD.gn

Issue 2776543002: Create a unified UIElement interface for Widget, View and Window. (Closed)
Patch Set: nits Created 3 years, 7 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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 "debug.cc", 78 "debug.cc",
79 "debug.h", 79 "debug.h",
80 "default_accessibility_delegate.cc", 80 "default_accessibility_delegate.cc",
81 "default_accessibility_delegate.h", 81 "default_accessibility_delegate.h",
82 "default_wallpaper_delegate.cc", 82 "default_wallpaper_delegate.cc",
83 "default_wallpaper_delegate.h", 83 "default_wallpaper_delegate.h",
84 "devtools/ash_devtools_css_agent.cc", 84 "devtools/ash_devtools_css_agent.cc",
85 "devtools/ash_devtools_css_agent.h", 85 "devtools/ash_devtools_css_agent.h",
86 "devtools/ash_devtools_dom_agent.cc", 86 "devtools/ash_devtools_dom_agent.cc",
87 "devtools/ash_devtools_dom_agent.h", 87 "devtools/ash_devtools_dom_agent.h",
88 "devtools/ui_element.cc",
89 "devtools/ui_element.h",
90 "devtools/ui_element_delegate.h",
91 "devtools/view_element.cc",
92 "devtools/view_element.h",
93 "devtools/widget_element.cc",
94 "devtools/widget_element.h",
95 "devtools/window_element.cc",
96 "devtools/window_element.h",
88 "display/cursor_window_controller.cc", 97 "display/cursor_window_controller.cc",
89 "display/cursor_window_controller.h", 98 "display/cursor_window_controller.h",
90 "display/display_animator.h", 99 "display/display_animator.h",
91 "display/display_animator_chromeos.cc", 100 "display/display_animator_chromeos.cc",
92 "display/display_animator_chromeos.h", 101 "display/display_animator_chromeos.h",
93 "display/display_color_manager_chromeos.cc", 102 "display/display_color_manager_chromeos.cc",
94 "display/display_color_manager_chromeos.h", 103 "display/display_color_manager_chromeos.h",
95 "display/display_configuration_controller.cc", 104 "display/display_configuration_controller.cc",
96 "display/display_configuration_controller.h", 105 "display/display_configuration_controller.h",
97 "display/display_error_observer_chromeos.cc", 106 "display/display_error_observer_chromeos.cc",
(...skipping 1391 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "//content/public/app:both", 1498 "//content/public/app:both",
1490 "//device/bluetooth", 1499 "//device/bluetooth",
1491 ] 1500 ]
1492 1501
1493 data_deps = [ 1502 data_deps = [
1494 "//ash/strings:ash_test_strings", 1503 "//ash/strings:ash_test_strings",
1495 "//ash/resources:ash_test_resources_with_content_100_percent", 1504 "//ash/resources:ash_test_resources_with_content_100_percent",
1496 "//ash/resources:ash_test_resources_200_percent", 1505 "//ash/resources:ash_test_resources_200_percent",
1497 ] 1506 ]
1498 } 1507 }
OLDNEW
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.h » ('j') | ash/devtools/ash_devtools_dom_agent.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698