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

Side by Side Diff: ash/BUILD.gn

Issue 2843163003: Remove NetworkListDelegate (Closed)
Patch Set: Addressed review comments 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/system/network/network_list.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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
373 "system/media_security/multi_profile_media_tray_item.h", 373 "system/media_security/multi_profile_media_tray_item.h",
374 "system/network/network_icon.cc", 374 "system/network/network_icon.cc",
375 "system/network/network_icon.h", 375 "system/network/network_icon.h",
376 "system/network/network_icon_animation.cc", 376 "system/network/network_icon_animation.cc",
377 "system/network/network_icon_animation.h", 377 "system/network/network_icon_animation.h",
378 "system/network/network_icon_animation_observer.h", 378 "system/network/network_icon_animation_observer.h",
379 "system/network/network_info.cc", 379 "system/network/network_info.cc",
380 "system/network/network_info.h", 380 "system/network/network_info.h",
381 "system/network/network_list.cc", 381 "system/network/network_list.cc",
382 "system/network/network_list.h", 382 "system/network/network_list.h",
383 "system/network/network_list_delegate.h",
384 "system/network/network_list_view_base.cc", 383 "system/network/network_list_view_base.cc",
385 "system/network/network_list_view_base.h", 384 "system/network/network_list_view_base.h",
386 "system/network/network_observer.h", 385 "system/network/network_observer.h",
387 "system/network/network_portal_detector_observer.h", 386 "system/network/network_portal_detector_observer.h",
388 "system/network/network_state_list_detailed_view.cc", 387 "system/network/network_state_list_detailed_view.cc",
389 "system/network/network_state_list_detailed_view.h", 388 "system/network/network_state_list_detailed_view.h",
390 "system/network/sms_observer.cc", 389 "system/network/sms_observer.cc",
391 "system/network/sms_observer.h", 390 "system/network/sms_observer.h",
392 "system/network/tray_network.cc", 391 "system/network/tray_network.cc",
393 "system/network/tray_network.h", 392 "system/network/tray_network.h",
(...skipping 1095 matching lines...) Expand 10 before | Expand all | Expand 10 after
1489 "//content/public/app:both", 1488 "//content/public/app:both",
1490 "//device/bluetooth", 1489 "//device/bluetooth",
1491 ] 1490 ]
1492 1491
1493 data_deps = [ 1492 data_deps = [
1494 "//ash/strings:ash_test_strings", 1493 "//ash/strings:ash_test_strings",
1495 "//ash/resources:ash_test_resources_with_content_100_percent", 1494 "//ash/resources:ash_test_resources_with_content_100_percent",
1496 "//ash/resources:ash_test_resources_200_percent", 1495 "//ash/resources:ash_test_resources_200_percent",
1497 ] 1496 ]
1498 } 1497 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/network/network_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698