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

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

Issue 2627353002: Create vector icon directory for resources used by controls in ui/views. (Closed)
Patch Set: fix win? Created 3 years, 11 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 | chrome/browser/ui/views/payments/payment_sheet_view_controller.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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1887 "views/translate/translate_icon_view.cc", 1887 "views/translate/translate_icon_view.cc",
1888 "views/translate/translate_icon_view.h", 1888 "views/translate/translate_icon_view.h",
1889 "views/update_recommended_message_box.cc", 1889 "views/update_recommended_message_box.cc",
1890 "views/update_recommended_message_box.h", 1890 "views/update_recommended_message_box.h",
1891 "views/validation_message_bubble_view.cc", 1891 "views/validation_message_bubble_view.cc",
1892 "views/validation_message_bubble_view.h", 1892 "views/validation_message_bubble_view.h",
1893 "views/website_settings/chooser_bubble_ui_view.cc", 1893 "views/website_settings/chooser_bubble_ui_view.cc",
1894 "views/website_settings/chooser_bubble_ui_view.h", 1894 "views/website_settings/chooser_bubble_ui_view.h",
1895 "views/website_settings/permission_prompt_impl_views.cc", 1895 "views/website_settings/permission_prompt_impl_views.cc",
1896 ] 1896 ]
1897
1898 deps += [ "//ui/views/resources/vector_icons" ]
1899
1897 if (use_aura) { 1900 if (use_aura) {
1898 deps += [ 1901 deps += [
1899 "//services/ui/public/cpp", 1902 "//services/ui/public/cpp",
1900 "//services/ui/public/interfaces", 1903 "//services/ui/public/interfaces",
1901 ] 1904 ]
1902 } 1905 }
1903 1906
1904 # TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window 1907 # TODO(ellyjones): Mus is not supported on Mac (there is no ui::Window
1905 # apart from aura::Window, which is also not supported). 1908 # apart from aura::Window, which is also not supported).
1906 if (!is_mac) { 1909 if (!is_mac) {
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after
3482 "test/test_confirm_bubble_model.cc", 3485 "test/test_confirm_bubble_model.cc",
3483 "test/test_confirm_bubble_model.h", 3486 "test/test_confirm_bubble_model.h",
3484 ] 3487 ]
3485 deps += [ "//chrome/test:test_support_ui" ] 3488 deps += [ "//chrome/test:test_support_ui" ]
3486 } 3489 }
3487 3490
3488 if (enable_extensions) { 3491 if (enable_extensions) {
3489 deps += [ "//extensions/browser" ] 3492 deps += [ "//extensions/browser" ]
3490 } 3493 }
3491 } 3494 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/payments/payment_sheet_view_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698