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

Side by Side Diff: ash/BUILD.gn

Issue 2737353002: Reland 1e65c53ffdbcab7f2d25f064a3a7540166101e54 with fix for bad merge. (Closed)
Patch Set: with fix 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
« no previous file with comments | « no previous file | ash/common/system/chromeos/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 217 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 "common/system/chromeos/media_security/multi_profile_media_tray_item.cc", 228 "common/system/chromeos/media_security/multi_profile_media_tray_item.cc",
229 "common/system/chromeos/media_security/multi_profile_media_tray_item.h", 229 "common/system/chromeos/media_security/multi_profile_media_tray_item.h",
230 "common/system/chromeos/network/network_detailed_view.h", 230 "common/system/chromeos/network/network_detailed_view.h",
231 "common/system/chromeos/network/network_icon.cc", 231 "common/system/chromeos/network/network_icon.cc",
232 "common/system/chromeos/network/network_icon.h", 232 "common/system/chromeos/network/network_icon.h",
233 "common/system/chromeos/network/network_icon_animation.cc", 233 "common/system/chromeos/network/network_icon_animation.cc",
234 "common/system/chromeos/network/network_icon_animation.h", 234 "common/system/chromeos/network/network_icon_animation.h",
235 "common/system/chromeos/network/network_icon_animation_observer.h", 235 "common/system/chromeos/network/network_icon_animation_observer.h",
236 "common/system/chromeos/network/network_info.cc", 236 "common/system/chromeos/network/network_info.cc",
237 "common/system/chromeos/network/network_info.h", 237 "common/system/chromeos/network/network_info.h",
238 "common/system/chromeos/network/network_list.cc",
239 "common/system/chromeos/network/network_list.h",
240 "common/system/chromeos/network/network_list_delegate.h", 238 "common/system/chromeos/network/network_list_delegate.h",
241 "common/system/chromeos/network/network_list_md.cc", 239 "common/system/chromeos/network/network_list_md.cc",
242 "common/system/chromeos/network/network_list_md.h", 240 "common/system/chromeos/network/network_list_md.h",
243 "common/system/chromeos/network/network_list_view_base.cc", 241 "common/system/chromeos/network/network_list_view_base.cc",
244 "common/system/chromeos/network/network_list_view_base.h", 242 "common/system/chromeos/network/network_list_view_base.h",
245 "common/system/chromeos/network/network_observer.h", 243 "common/system/chromeos/network/network_observer.h",
246 "common/system/chromeos/network/network_portal_detector_observer.h", 244 "common/system/chromeos/network/network_portal_detector_observer.h",
247 "common/system/chromeos/network/network_state_list_detailed_view.cc", 245 "common/system/chromeos/network/network_state_list_detailed_view.cc",
248 "common/system/chromeos/network/network_state_list_detailed_view.h", 246 "common/system/chromeos/network/network_state_list_detailed_view.h",
249 "common/system/chromeos/network/sms_observer.cc", 247 "common/system/chromeos/network/sms_observer.cc",
(...skipping 1257 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 "//content/public/app:both", 1505 "//content/public/app:both",
1508 "//device/bluetooth", 1506 "//device/bluetooth",
1509 ] 1507 ]
1510 1508
1511 data_deps = [ 1509 data_deps = [
1512 "//ash/strings:ash_test_strings", 1510 "//ash/strings:ash_test_strings",
1513 "//ash/resources:ash_test_resources_with_content_100_percent", 1511 "//ash/resources:ash_test_resources_with_content_100_percent",
1514 "//ash/resources:ash_test_resources_200_percent", 1512 "//ash/resources:ash_test_resources_200_percent",
1515 ] 1513 ]
1516 } 1514 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/network/network_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698