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

Side by Side Diff: ash/BUILD.gn

Issue 2678353005: Remove pre-MD code related to tray/menu user profiles. (Closed)
Patch Set: back out a11y changes and rebase Created 3 years, 10 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/ash_strings.grd » ('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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after
433 "common/system/update/tray_update.cc", 433 "common/system/update/tray_update.cc",
434 "common/system/update/tray_update.h", 434 "common/system/update/tray_update.h",
435 "common/system/user/button_from_view.cc", 435 "common/system/user/button_from_view.cc",
436 "common/system/user/button_from_view.h", 436 "common/system/user/button_from_view.h",
437 "common/system/user/login_status.cc", 437 "common/system/user/login_status.cc",
438 "common/system/user/login_status.h", 438 "common/system/user/login_status.h",
439 "common/system/user/rounded_image_view.cc", 439 "common/system/user/rounded_image_view.cc",
440 "common/system/user/rounded_image_view.h", 440 "common/system/user/rounded_image_view.h",
441 "common/system/user/tray_user.cc", 441 "common/system/user/tray_user.cc",
442 "common/system/user/tray_user.h", 442 "common/system/user/tray_user.h",
443 "common/system/user/tray_user_separator.cc",
444 "common/system/user/tray_user_separator.h",
445 "common/system/user/user_card_view.cc", 443 "common/system/user/user_card_view.cc",
446 "common/system/user/user_card_view.h", 444 "common/system/user/user_card_view.h",
447 "common/system/user/user_observer.h", 445 "common/system/user/user_observer.h",
448 "common/system/user/user_view.cc", 446 "common/system/user/user_view.cc",
449 "common/system/user/user_view.h", 447 "common/system/user/user_view.h",
450 "common/system/web_notification/ash_popup_alignment_delegate.cc", 448 "common/system/web_notification/ash_popup_alignment_delegate.cc",
451 "common/system/web_notification/ash_popup_alignment_delegate.h", 449 "common/system/web_notification/ash_popup_alignment_delegate.h",
452 "common/system/web_notification/web_notification_tray.cc", 450 "common/system/web_notification/web_notification_tray.cc",
453 "common/system/web_notification/web_notification_tray.h", 451 "common/system/web_notification/web_notification_tray.h",
454 "common/wallpaper/wallpaper_controller.cc", 452 "common/wallpaper/wallpaper_controller.cc",
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
1366 "//ui/compositor", 1364 "//ui/compositor",
1367 "//ui/compositor:test_support", 1365 "//ui/compositor:test_support",
1368 "//ui/display", 1366 "//ui/display",
1369 "//ui/display:test_support", 1367 "//ui/display:test_support",
1370 "//ui/display/types", 1368 "//ui/display/types",
1371 "//ui/events", 1369 "//ui/events",
1372 "//ui/events:gesture_detection", 1370 "//ui/events:gesture_detection",
1373 "//ui/events:test_support", 1371 "//ui/events:test_support",
1374 "//ui/events/devices", 1372 "//ui/events/devices",
1375 "//ui/gfx", 1373 "//ui/gfx",
1374 "//ui/gfx:test_support",
1376 "//ui/gfx/geometry", 1375 "//ui/gfx/geometry",
1377 "//ui/keyboard", 1376 "//ui/keyboard",
1378 "//ui/message_center", 1377 "//ui/message_center",
1379 "//ui/message_center:test_support", 1378 "//ui/message_center:test_support",
1380 "//ui/resources", 1379 "//ui/resources",
1381 "//ui/strings", 1380 "//ui/strings",
1382 "//ui/views", 1381 "//ui/views",
1383 "//ui/views:test_support", 1382 "//ui/views:test_support",
1384 "//ui/wm", 1383 "//ui/wm",
1385 "//ui/wm:test_support", 1384 "//ui/wm:test_support",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
1419 "//content/public/app:both", 1418 "//content/public/app:both",
1420 "//device/bluetooth", 1419 "//device/bluetooth",
1421 ] 1420 ]
1422 1421
1423 data_deps = [ 1422 data_deps = [
1424 "//ash/common/strings:ash_test_strings", 1423 "//ash/common/strings:ash_test_strings",
1425 "//ash/resources:ash_test_resources_with_content_100_percent", 1424 "//ash/resources:ash_test_resources_with_content_100_percent",
1426 "//ash/resources:ash_test_resources_200_percent", 1425 "//ash/resources:ash_test_resources_200_percent",
1427 ] 1426 ]
1428 } 1427 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698