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

Side by Side Diff: ash/BUILD.gn

Issue 2835133002: ash: Remove NetworkDetailedView. (Closed)
Patch Set: Remove comment. 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/system/network/network_detailed_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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
366 "system/ime_menu/ime_list_view.h", 366 "system/ime_menu/ime_list_view.h",
367 "system/ime_menu/ime_menu_tray.cc", 367 "system/ime_menu/ime_menu_tray.cc",
368 "system/ime_menu/ime_menu_tray.h", 368 "system/ime_menu/ime_menu_tray.h",
369 "system/keyboard_brightness_control_delegate.h", 369 "system/keyboard_brightness_control_delegate.h",
370 "system/keyboard_brightness_controller.cc", 370 "system/keyboard_brightness_controller.cc",
371 "system/keyboard_brightness_controller.h", 371 "system/keyboard_brightness_controller.h",
372 "system/locale/locale_notification_controller.cc", 372 "system/locale/locale_notification_controller.cc",
373 "system/locale/locale_notification_controller.h", 373 "system/locale/locale_notification_controller.h",
374 "system/media_security/multi_profile_media_tray_item.cc", 374 "system/media_security/multi_profile_media_tray_item.cc",
375 "system/media_security/multi_profile_media_tray_item.h", 375 "system/media_security/multi_profile_media_tray_item.h",
376 "system/network/network_detailed_view.h",
377 "system/network/network_icon.cc", 376 "system/network/network_icon.cc",
378 "system/network/network_icon.h", 377 "system/network/network_icon.h",
379 "system/network/network_icon_animation.cc", 378 "system/network/network_icon_animation.cc",
380 "system/network/network_icon_animation.h", 379 "system/network/network_icon_animation.h",
381 "system/network/network_icon_animation_observer.h", 380 "system/network/network_icon_animation_observer.h",
382 "system/network/network_info.cc", 381 "system/network/network_info.cc",
383 "system/network/network_info.h", 382 "system/network/network_info.h",
384 "system/network/network_list.cc", 383 "system/network/network_list.cc",
385 "system/network/network_list.h", 384 "system/network/network_list.h",
386 "system/network/network_list_delegate.h", 385 "system/network/network_list_delegate.h",
(...skipping 1106 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "//content/public/app:both", 1492 "//content/public/app:both",
1494 "//device/bluetooth", 1493 "//device/bluetooth",
1495 ] 1494 ]
1496 1495
1497 data_deps = [ 1496 data_deps = [
1498 "//ash/strings:ash_test_strings", 1497 "//ash/strings:ash_test_strings",
1499 "//ash/resources:ash_test_resources_with_content_100_percent", 1498 "//ash/resources:ash_test_resources_with_content_100_percent",
1500 "//ash/resources:ash_test_resources_200_percent", 1499 "//ash/resources:ash_test_resources_200_percent",
1501 ] 1500 ]
1502 } 1501 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/network/network_detailed_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698