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

Side by Side Diff: ash/BUILD.gn

Issue 2910773002: cros: CustomFrameViewAsh avatar icon from a window prop (Closed)
Patch Set: add test Created 3 years, 6 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/aura/shell_port_classic.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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "rotator/window_rotation.h", 254 "rotator/window_rotation.h",
255 "scoped_root_window_for_new_windows.cc", 255 "scoped_root_window_for_new_windows.cc",
256 "scoped_root_window_for_new_windows.h", 256 "scoped_root_window_for_new_windows.h",
257 "screen_util.cc", 257 "screen_util.cc",
258 "screen_util.h", 258 "screen_util.h",
259 "screenshot_delegate.h", 259 "screenshot_delegate.h",
260 "session/session_controller.cc", 260 "session/session_controller.cc",
261 "session/session_controller.h", 261 "session/session_controller.h",
262 "session/session_observer.cc", 262 "session/session_observer.cc",
263 "session/session_observer.h", 263 "session/session_observer.h",
264 "session/session_state_delegate.h",
265 "shared/immersive_context.cc", 264 "shared/immersive_context.cc",
266 "shared/immersive_context.h", 265 "shared/immersive_context.h",
267 "shared/immersive_focus_watcher.h", 266 "shared/immersive_focus_watcher.h",
268 "shared/immersive_fullscreen_controller.cc", 267 "shared/immersive_fullscreen_controller.cc",
269 "shared/immersive_fullscreen_controller.h", 268 "shared/immersive_fullscreen_controller.h",
270 "shared/immersive_fullscreen_controller_delegate.h", 269 "shared/immersive_fullscreen_controller_delegate.h",
271 "shared/immersive_gesture_handler.h", 270 "shared/immersive_gesture_handler.h",
272 "shared/immersive_handler_factory.cc", 271 "shared/immersive_handler_factory.cc",
273 "shared/immersive_handler_factory.h", 272 "shared/immersive_handler_factory.h",
274 "shared/immersive_revealed_lock.cc", 273 "shared/immersive_revealed_lock.cc",
(...skipping 1249 matching lines...) Expand 10 before | Expand all | Expand 10 after
1524 "//content/public/app:both", 1523 "//content/public/app:both",
1525 "//device/bluetooth", 1524 "//device/bluetooth",
1526 ] 1525 ]
1527 1526
1528 data_deps = [ 1527 data_deps = [
1529 "//ash/strings:ash_test_strings", 1528 "//ash/strings:ash_test_strings",
1530 "//ash/resources:ash_test_resources_with_content_100_percent", 1529 "//ash/resources:ash_test_resources_with_content_100_percent",
1531 "//ash/resources:ash_test_resources_200_percent", 1530 "//ash/resources:ash_test_resources_200_percent",
1532 ] 1531 ]
1533 } 1532 }
OLDNEW
« no previous file with comments | « no previous file | ash/aura/shell_port_classic.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698