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

Side by Side Diff: ash/BUILD.gn

Issue 2849953004: SV Test
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/shelf/shelf_button.cc » ('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 339 matching lines...) Expand 10 before | Expand all | Expand 10 after
350 "system/date/date_view.h", 350 "system/date/date_view.h",
351 "system/date/system_info_default_view.cc", 351 "system/date/system_info_default_view.cc",
352 "system/date/system_info_default_view.h", 352 "system/date/system_info_default_view.h",
353 "system/date/tray_system_info.cc", 353 "system/date/tray_system_info.cc",
354 "system/date/tray_system_info.h", 354 "system/date/tray_system_info.h",
355 "system/devicetype_utils.cc", 355 "system/devicetype_utils.cc",
356 "system/devicetype_utils.h", 356 "system/devicetype_utils.h",
357 "system/enterprise/enterprise_domain_observer.h", 357 "system/enterprise/enterprise_domain_observer.h",
358 "system/enterprise/tray_enterprise.cc", 358 "system/enterprise/tray_enterprise.cc",
359 "system/enterprise/tray_enterprise.h", 359 "system/enterprise/tray_enterprise.h",
360 "system/fractional_view/scale_detailed_view.cc",
361 "system/fractional_view/scale_detailed_view.h",
362 "system/fractional_view/scale_view.cc",
363 "system/fractional_view/scale_view.h",
364 "system/fractional_view/tray_scale.cc",
365 "system/fractional_view/tray_scale.h",
360 "system/ime/ime_observer.h", 366 "system/ime/ime_observer.h",
361 "system/ime/tray_ime_chromeos.cc", 367 "system/ime/tray_ime_chromeos.cc",
362 "system/ime/tray_ime_chromeos.h", 368 "system/ime/tray_ime_chromeos.h",
363 "system/ime_menu/ime_list_view.cc", 369 "system/ime_menu/ime_list_view.cc",
364 "system/ime_menu/ime_list_view.h", 370 "system/ime_menu/ime_list_view.h",
365 "system/ime_menu/ime_menu_tray.cc", 371 "system/ime_menu/ime_menu_tray.cc",
366 "system/ime_menu/ime_menu_tray.h", 372 "system/ime_menu/ime_menu_tray.h",
367 "system/keyboard_brightness_control_delegate.h", 373 "system/keyboard_brightness_control_delegate.h",
368 "system/keyboard_brightness_controller.cc", 374 "system/keyboard_brightness_controller.cc",
369 "system/keyboard_brightness_controller.h", 375 "system/keyboard_brightness_controller.h",
(...skipping 1122 matching lines...) Expand 10 before | Expand all | Expand 10 after
1492 "//content/public/app:both", 1498 "//content/public/app:both",
1493 "//device/bluetooth", 1499 "//device/bluetooth",
1494 ] 1500 ]
1495 1501
1496 data_deps = [ 1502 data_deps = [
1497 "//ash/strings:ash_test_strings", 1503 "//ash/strings:ash_test_strings",
1498 "//ash/resources:ash_test_resources_with_content_100_percent", 1504 "//ash/resources:ash_test_resources_with_content_100_percent",
1499 "//ash/resources:ash_test_resources_200_percent", 1505 "//ash/resources:ash_test_resources_200_percent",
1500 ] 1506 ]
1501 } 1507 }
OLDNEW
« no previous file with comments | « no previous file | ash/shelf/shelf_button.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698