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

Side by Side Diff: ash/BUILD.gn

Issue 2671063002: Remove FixedSizedScrollView. (Closed)
Patch Set: rebase Created 3 years, 10 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/audio/audio_detailed_view.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 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 "common/system/toast/toast_manager.cc", 363 "common/system/toast/toast_manager.cc",
364 "common/system/toast/toast_manager.h", 364 "common/system/toast/toast_manager.h",
365 "common/system/toast/toast_overlay.cc", 365 "common/system/toast/toast_overlay.cc",
366 "common/system/toast/toast_overlay.h", 366 "common/system/toast/toast_overlay.h",
367 "common/system/tray/actionable_view.cc", 367 "common/system/tray/actionable_view.cc",
368 "common/system/tray/actionable_view.h", 368 "common/system/tray/actionable_view.h",
369 "common/system/tray/default_system_tray_delegate.cc", 369 "common/system/tray/default_system_tray_delegate.cc",
370 "common/system/tray/default_system_tray_delegate.h", 370 "common/system/tray/default_system_tray_delegate.h",
371 "common/system/tray/fixed_sized_image_view.cc", 371 "common/system/tray/fixed_sized_image_view.cc",
372 "common/system/tray/fixed_sized_image_view.h", 372 "common/system/tray/fixed_sized_image_view.h",
373 "common/system/tray/fixed_sized_scroll_view.cc",
374 "common/system/tray/fixed_sized_scroll_view.h",
375 "common/system/tray/hover_highlight_view.cc", 373 "common/system/tray/hover_highlight_view.cc",
376 "common/system/tray/hover_highlight_view.h", 374 "common/system/tray/hover_highlight_view.h",
377 "common/system/tray/ime_info.cc", 375 "common/system/tray/ime_info.cc",
378 "common/system/tray/ime_info.h", 376 "common/system/tray/ime_info.h",
379 "common/system/tray/label_tray_view.cc", 377 "common/system/tray/label_tray_view.cc",
380 "common/system/tray/label_tray_view.h", 378 "common/system/tray/label_tray_view.h",
381 "common/system/tray/size_range_layout.cc", 379 "common/system/tray/size_range_layout.cc",
382 "common/system/tray/size_range_layout.h", 380 "common/system/tray/size_range_layout.h",
383 "common/system/tray/special_popup_row.cc", 381 "common/system/tray/special_popup_row.cc",
384 "common/system/tray/special_popup_row.h", 382 "common/system/tray/special_popup_row.h",
(...skipping 1040 matching lines...) Expand 10 before | Expand all | Expand 10 after
1425 "//content/public/app:both", 1423 "//content/public/app:both",
1426 "//device/bluetooth", 1424 "//device/bluetooth",
1427 ] 1425 ]
1428 1426
1429 data_deps = [ 1427 data_deps = [
1430 "//ash/common/strings:ash_test_strings", 1428 "//ash/common/strings:ash_test_strings",
1431 "//ash/resources:ash_test_resources_with_content_100_percent", 1429 "//ash/resources:ash_test_resources_with_content_100_percent",
1432 "//ash/resources:ash_test_resources_200_percent", 1430 "//ash/resources:ash_test_resources_200_percent",
1433 ] 1431 ]
1434 } 1432 }
OLDNEW
« no previous file with comments | « no previous file | ash/common/system/chromeos/audio/audio_detailed_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698