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

Side by Side Diff: ash/BUILD.gn

Issue 2778143002: More pre-MD cleanup (Closed)
Patch Set: update c/b Created 3 years, 8 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/common/system/date/date_default_view.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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 "common/system/chromeos/system_clock_observer.cc", 313 "common/system/chromeos/system_clock_observer.cc",
314 "common/system/chromeos/system_clock_observer.h", 314 "common/system/chromeos/system_clock_observer.h",
315 "common/system/chromeos/tray_caps_lock.cc", 315 "common/system/chromeos/tray_caps_lock.cc",
316 "common/system/chromeos/tray_caps_lock.h", 316 "common/system/chromeos/tray_caps_lock.h",
317 "common/system/chromeos/tray_tracing.cc", 317 "common/system/chromeos/tray_tracing.cc",
318 "common/system/chromeos/tray_tracing.h", 318 "common/system/chromeos/tray_tracing.h",
319 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h", 319 "common/system/chromeos/virtual_keyboard/virtual_keyboard_observer.h",
320 "common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc", 320 "common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc",
321 "common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h", 321 "common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.h",
322 "common/system/date/clock_observer.h", 322 "common/system/date/clock_observer.h",
323 "common/system/date/date_default_view.cc",
324 "common/system/date/date_default_view.h",
325 "common/system/date/date_view.cc", 323 "common/system/date/date_view.cc",
326 "common/system/date/date_view.h", 324 "common/system/date/date_view.h",
327 "common/system/date/system_info_default_view.cc", 325 "common/system/date/system_info_default_view.cc",
328 "common/system/date/system_info_default_view.h", 326 "common/system/date/system_info_default_view.h",
329 "common/system/date/tray_date.cc",
330 "common/system/date/tray_date.h",
331 "common/system/date/tray_system_info.cc", 327 "common/system/date/tray_system_info.cc",
332 "common/system/date/tray_system_info.h", 328 "common/system/date/tray_system_info.h",
333 "common/system/ime/ime_observer.h", 329 "common/system/ime/ime_observer.h",
334 "common/system/ime/tray_ime_chromeos.cc", 330 "common/system/ime/tray_ime_chromeos.cc",
335 "common/system/ime/tray_ime_chromeos.h", 331 "common/system/ime/tray_ime_chromeos.h",
336 "common/system/keyboard_brightness_control_delegate.h", 332 "common/system/keyboard_brightness_control_delegate.h",
337 "common/system/locale/locale_notification_controller.cc", 333 "common/system/locale/locale_notification_controller.cc",
338 "common/system/locale/locale_notification_controller.h", 334 "common/system/locale/locale_notification_controller.h",
339 "common/system/networking_config_delegate.cc", 335 "common/system/networking_config_delegate.cc",
340 "common/system/networking_config_delegate.h", 336 "common/system/networking_config_delegate.h",
(...skipping 1161 matching lines...) Expand 10 before | Expand all | Expand 10 after
1502 "//content/public/app:both", 1498 "//content/public/app:both",
1503 "//device/bluetooth", 1499 "//device/bluetooth",
1504 ] 1500 ]
1505 1501
1506 data_deps = [ 1502 data_deps = [
1507 "//ash/strings:ash_test_strings", 1503 "//ash/strings:ash_test_strings",
1508 "//ash/resources:ash_test_resources_with_content_100_percent", 1504 "//ash/resources:ash_test_resources_with_content_100_percent",
1509 "//ash/resources:ash_test_resources_200_percent", 1505 "//ash/resources:ash_test_resources_200_percent",
1510 ] 1506 ]
1511 } 1507 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/date/date_default_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698