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

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, 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
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.h » ('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 # 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 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 "debug.cc", 76 "debug.cc",
77 "debug.h", 77 "debug.h",
78 "default_accessibility_delegate.cc", 78 "default_accessibility_delegate.cc",
79 "default_accessibility_delegate.h", 79 "default_accessibility_delegate.h",
80 "default_wallpaper_delegate.cc", 80 "default_wallpaper_delegate.cc",
81 "default_wallpaper_delegate.h", 81 "default_wallpaper_delegate.h",
82 "devtools/ash_devtools_css_agent.cc", 82 "devtools/ash_devtools_css_agent.cc",
83 "devtools/ash_devtools_css_agent.h", 83 "devtools/ash_devtools_css_agent.h",
84 "devtools/ash_devtools_dom_agent.cc", 84 "devtools/ash_devtools_dom_agent.cc",
85 "devtools/ash_devtools_dom_agent.h", 85 "devtools/ash_devtools_dom_agent.h",
86 "devtools/ui_element.cc",
87 "devtools/ui_element.h",
88 "devtools/ui_element_delegate.h",
89 "devtools/view_element.cc",
90 "devtools/view_element.h",
91 "devtools/widget_element.cc",
92 "devtools/widget_element.h",
93 "devtools/window_element.cc",
94 "devtools/window_element.h",
86 "display/cursor_window_controller.cc", 95 "display/cursor_window_controller.cc",
87 "display/cursor_window_controller.h", 96 "display/cursor_window_controller.h",
88 "display/display_animator.h", 97 "display/display_animator.h",
89 "display/display_animator_chromeos.cc", 98 "display/display_animator_chromeos.cc",
90 "display/display_animator_chromeos.h", 99 "display/display_animator_chromeos.h",
91 "display/display_color_manager_chromeos.cc", 100 "display/display_color_manager_chromeos.cc",
92 "display/display_color_manager_chromeos.h", 101 "display/display_color_manager_chromeos.h",
93 "display/display_configuration_controller.cc", 102 "display/display_configuration_controller.cc",
94 "display/display_configuration_controller.h", 103 "display/display_configuration_controller.h",
95 "display/display_error_observer_chromeos.cc", 104 "display/display_error_observer_chromeos.cc",
(...skipping 1418 matching lines...) Expand 10 before | Expand all | Expand 10 after
1514 "//content/public/app:both", 1523 "//content/public/app:both",
1515 "//device/bluetooth", 1524 "//device/bluetooth",
1516 ] 1525 ]
1517 1526
1518 data_deps = [ 1527 data_deps = [
1519 "//ash/strings:ash_test_strings", 1528 "//ash/strings:ash_test_strings",
1520 "//ash/resources:ash_test_resources_with_content_100_percent", 1529 "//ash/resources:ash_test_resources_with_content_100_percent",
1521 "//ash/resources:ash_test_resources_200_percent", 1530 "//ash/resources:ash_test_resources_200_percent",
1522 ] 1531 ]
1523 } 1532 }
OLDNEW
« no previous file with comments | « no previous file | ash/devtools/ash_devtools_css_agent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698