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

Side by Side Diff: chrome/browser/ui/BUILD.gn

Issue 2441863002: Remove some more !IsModeMaterial code. (Closed)
Patch Set: restore Created 4 years, 2 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 | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/dropdown_bar_host.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/chromecast_build.gni") 5 import("//build/config/chromecast_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 1612 matching lines...) Expand 10 before | Expand all | Expand 10 after
1623 "views/download/download_item_view.cc", 1623 "views/download/download_item_view.cc",
1624 "views/download/download_item_view.h", 1624 "views/download/download_item_view.h",
1625 "views/download/download_shelf_context_menu_view.cc", 1625 "views/download/download_shelf_context_menu_view.cc",
1626 "views/download/download_shelf_context_menu_view.h", 1626 "views/download/download_shelf_context_menu_view.h",
1627 "views/download/download_shelf_view.cc", 1627 "views/download/download_shelf_view.cc",
1628 "views/download/download_shelf_view.h", 1628 "views/download/download_shelf_view.h",
1629 "views/download/download_started_animation_views.cc", 1629 "views/download/download_started_animation_views.cc",
1630 "views/dropdown_bar_host.cc", 1630 "views/dropdown_bar_host.cc",
1631 "views/dropdown_bar_host.h", 1631 "views/dropdown_bar_host.h",
1632 "views/dropdown_bar_host_delegate.h", 1632 "views/dropdown_bar_host_delegate.h",
1633 "views/dropdown_bar_view.cc",
1634 "views/dropdown_bar_view.h",
1635 "views/elevation_icon_setter.cc", 1633 "views/elevation_icon_setter.cc",
1636 "views/elevation_icon_setter.h", 1634 "views/elevation_icon_setter.h",
1637 "views/find_bar_host.cc", 1635 "views/find_bar_host.cc",
1638 "views/find_bar_host.h", 1636 "views/find_bar_host.h",
1639 "views/find_bar_view.cc", 1637 "views/find_bar_view.cc",
1640 "views/find_bar_view.h", 1638 "views/find_bar_view.h",
1641 "views/first_run_bubble.cc", 1639 "views/first_run_bubble.cc",
1642 "views/first_run_bubble.h", 1640 "views/first_run_bubble.h",
1643 "views/frame/browser_command_handler_linux.cc", 1641 "views/frame/browser_command_handler_linux.cc",
1644 "views/frame/browser_command_handler_linux.h", 1642 "views/frame/browser_command_handler_linux.h",
(...skipping 1771 matching lines...) Expand 10 before | Expand all | Expand 10 after
3416 "test/test_confirm_bubble_model.cc", 3414 "test/test_confirm_bubble_model.cc",
3417 "test/test_confirm_bubble_model.h", 3415 "test/test_confirm_bubble_model.h",
3418 ] 3416 ]
3419 deps += [ "//chrome/test:test_support_ui" ] 3417 deps += [ "//chrome/test:test_support_ui" ]
3420 } 3418 }
3421 3419
3422 if (enable_extensions) { 3420 if (enable_extensions) {
3423 deps += [ "//extensions/browser" ] 3421 deps += [ "//extensions/browser" ]
3424 } 3422 }
3425 } 3423 }
OLDNEW
« no previous file with comments | « chrome/app/theme/theme_resources.grd ('k') | chrome/browser/ui/views/dropdown_bar_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698