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

Side by Side Diff: ash/BUILD.gn

Issue 2770953003: Remove some pre-md code and assets. (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.
tdanderson 2017/03/22 23:23:07 nit: In the cl title or description it would be go
Evan Stade 2017/03/23 15:55:36 I think the file names pretty much do that. I'm no
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
11 # Windows 8 Metro mode. Windows support was removed in 2016. 11 # Windows 8 Metro mode. Windows support was removed in 2016.
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
299 "common/system/chromeos/session/logout_button_observer.h", 299 "common/system/chromeos/session/logout_button_observer.h",
300 "common/system/chromeos/session/logout_button_tray.cc", 300 "common/system/chromeos/session/logout_button_tray.cc",
301 "common/system/chromeos/session/logout_button_tray.h", 301 "common/system/chromeos/session/logout_button_tray.h",
302 "common/system/chromeos/session/logout_confirmation_controller.cc", 302 "common/system/chromeos/session/logout_confirmation_controller.cc",
303 "common/system/chromeos/session/logout_confirmation_controller.h", 303 "common/system/chromeos/session/logout_confirmation_controller.h",
304 "common/system/chromeos/session/logout_confirmation_dialog.cc", 304 "common/system/chromeos/session/logout_confirmation_dialog.cc",
305 "common/system/chromeos/session/logout_confirmation_dialog.h", 305 "common/system/chromeos/session/logout_confirmation_dialog.h",
306 "common/system/chromeos/session/session_length_limit_observer.h", 306 "common/system/chromeos/session/session_length_limit_observer.h",
307 "common/system/chromeos/session/tray_session_length_limit.cc", 307 "common/system/chromeos/session/tray_session_length_limit.cc",
308 "common/system/chromeos/session/tray_session_length_limit.h", 308 "common/system/chromeos/session/tray_session_length_limit.h",
309 "common/system/chromeos/settings/tray_settings.cc",
310 "common/system/chromeos/settings/tray_settings.h",
311 "common/system/chromeos/supervised/custodian_info_tray_observer.h", 309 "common/system/chromeos/supervised/custodian_info_tray_observer.h",
312 "common/system/chromeos/supervised/tray_supervised_user.cc", 310 "common/system/chromeos/supervised/tray_supervised_user.cc",
313 "common/system/chromeos/supervised/tray_supervised_user.h", 311 "common/system/chromeos/supervised/tray_supervised_user.h",
314 "common/system/chromeos/system_clock_observer.cc", 312 "common/system/chromeos/system_clock_observer.cc",
315 "common/system/chromeos/system_clock_observer.h", 313 "common/system/chromeos/system_clock_observer.h",
316 "common/system/chromeos/tray_caps_lock.cc", 314 "common/system/chromeos/tray_caps_lock.cc",
317 "common/system/chromeos/tray_caps_lock.h", 315 "common/system/chromeos/tray_caps_lock.h",
318 "common/system/chromeos/tray_tracing.cc", 316 "common/system/chromeos/tray_tracing.cc",
319 "common/system/chromeos/tray_tracing.h", 317 "common/system/chromeos/tray_tracing.h",
320 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h", 318 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h",
(...skipping 1187 matching lines...) Expand 10 before | Expand all | Expand 10 after
1508 "//content/public/app:both", 1506 "//content/public/app:both",
1509 "//device/bluetooth", 1507 "//device/bluetooth",
1510 ] 1508 ]
1511 1509
1512 data_deps = [ 1510 data_deps = [
1513 "//ash/strings:ash_test_strings", 1511 "//ash/strings:ash_test_strings",
1514 "//ash/resources:ash_test_resources_with_content_100_percent", 1512 "//ash/resources:ash_test_resources_with_content_100_percent",
1515 "//ash/resources:ash_test_resources_200_percent", 1513 "//ash/resources:ash_test_resources_200_percent",
1516 ] 1514 ]
1517 } 1515 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698