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

Side by Side Diff: ash/BUILD.gn

Issue 2819303002: Changed wifi arcs to mobile bars for Tether network. (Closed)
Patch Set: Fixed small typo preventing unit tests from building. 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_icon.cc » ('j') | ash/system/network/network_icon.cc » ('J')
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 1168 matching lines...) Expand 10 before | Expand all | Expand 10 after
1179 "sticky_keys/sticky_keys_unittest.cc", 1179 "sticky_keys/sticky_keys_unittest.cc",
1180 "system/audio/tray_audio_unittest.cc", 1180 "system/audio/tray_audio_unittest.cc",
1181 "system/bluetooth/tray_bluetooth_helper_unittest.cc", 1181 "system/bluetooth/tray_bluetooth_helper_unittest.cc",
1182 "system/brightness/tray_brightness_unittest.cc", 1182 "system/brightness/tray_brightness_unittest.cc",
1183 "system/date/date_view_unittest.cc", 1183 "system/date/date_view_unittest.cc",
1184 "system/date/system_info_default_view_unittest.cc", 1184 "system/date/system_info_default_view_unittest.cc",
1185 "system/enterprise/tray_enterprise_unittest.cc", 1185 "system/enterprise/tray_enterprise_unittest.cc",
1186 "system/ime/tray_ime_chromeos_unittest.cc", 1186 "system/ime/tray_ime_chromeos_unittest.cc",
1187 "system/ime_menu/ime_menu_tray_unittest.cc", 1187 "system/ime_menu/ime_menu_tray_unittest.cc",
1188 "system/media_security/multi_profile_media_tray_item_unittest.cc", 1188 "system/media_security/multi_profile_media_tray_item_unittest.cc",
1189 "system/network/network_icon_unittest.cc",
1189 "system/network/sms_observer_unittest.cc", 1190 "system/network/sms_observer_unittest.cc",
1190 "system/network/tray_network_unittest.cc", 1191 "system/network/tray_network_unittest.cc",
1191 "system/network/vpn_list_unittest.cc", 1192 "system/network/vpn_list_unittest.cc",
1192 "system/overview/overview_button_tray_unittest.cc", 1193 "system/overview/overview_button_tray_unittest.cc",
1193 "system/palette/mock_palette_tool_delegate.cc", 1194 "system/palette/mock_palette_tool_delegate.cc",
1194 "system/palette/mock_palette_tool_delegate.h", 1195 "system/palette/mock_palette_tool_delegate.h",
1195 "system/palette/palette_tool_manager_unittest.cc", 1196 "system/palette/palette_tool_manager_unittest.cc",
1196 "system/palette/tools/create_note_unittest.cc", 1197 "system/palette/tools/create_note_unittest.cc",
1197 "system/palette/tools/metalayer_unittest.cc", 1198 "system/palette/tools/metalayer_unittest.cc",
1198 "system/palette/tools/screenshot_unittest.cc", 1199 "system/palette/tools/screenshot_unittest.cc",
(...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after
1493 "//content/public/app:both", 1494 "//content/public/app:both",
1494 "//device/bluetooth", 1495 "//device/bluetooth",
1495 ] 1496 ]
1496 1497
1497 data_deps = [ 1498 data_deps = [
1498 "//ash/strings:ash_test_strings", 1499 "//ash/strings:ash_test_strings",
1499 "//ash/resources:ash_test_resources_with_content_100_percent", 1500 "//ash/resources:ash_test_resources_with_content_100_percent",
1500 "//ash/resources:ash_test_resources_200_percent", 1501 "//ash/resources:ash_test_resources_200_percent",
1501 ] 1502 ]
1502 } 1503 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/network/network_icon.cc » ('j') | ash/system/network/network_icon.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698