| OLD | NEW |
| 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 1879 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 "views/toolbar/toolbar_view.h", | 1890 "views/toolbar/toolbar_view.h", |
| 1891 "views/touch_uma/touch_uma.h", | 1891 "views/touch_uma/touch_uma.h", |
| 1892 "views/translate/translate_bubble_view.cc", | 1892 "views/translate/translate_bubble_view.cc", |
| 1893 "views/translate/translate_bubble_view.h", | 1893 "views/translate/translate_bubble_view.h", |
| 1894 "views/translate/translate_icon_view.cc", | 1894 "views/translate/translate_icon_view.cc", |
| 1895 "views/translate/translate_icon_view.h", | 1895 "views/translate/translate_icon_view.h", |
| 1896 "views/update_recommended_message_box.cc", | 1896 "views/update_recommended_message_box.cc", |
| 1897 "views/update_recommended_message_box.h", | 1897 "views/update_recommended_message_box.h", |
| 1898 "views/validation_message_bubble_view.cc", | 1898 "views/validation_message_bubble_view.cc", |
| 1899 "views/validation_message_bubble_view.h", | 1899 "views/validation_message_bubble_view.h", |
| 1900 "views/webshare/target_picker_view.cc", |
| 1901 "views/webshare/target_picker_view.h", |
| 1900 "views/website_settings/chooser_bubble_ui_view.cc", | 1902 "views/website_settings/chooser_bubble_ui_view.cc", |
| 1901 "views/website_settings/chooser_bubble_ui_view.h", | 1903 "views/website_settings/chooser_bubble_ui_view.h", |
| 1902 "views/website_settings/permission_prompt_impl_views.cc", | 1904 "views/website_settings/permission_prompt_impl_views.cc", |
| 1903 ] | 1905 ] |
| 1904 | 1906 |
| 1905 deps += [ "//ui/views/resources/vector_icons" ] | 1907 deps += [ "//ui/views/resources/vector_icons" ] |
| 1906 | 1908 |
| 1907 if (use_aura) { | 1909 if (use_aura) { |
| 1908 deps += [ | 1910 deps += [ |
| 1909 "//services/ui/public/cpp", | 1911 "//services/ui/public/cpp", |
| (...skipping 1587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3497 "test/test_confirm_bubble_model.cc", | 3499 "test/test_confirm_bubble_model.cc", |
| 3498 "test/test_confirm_bubble_model.h", | 3500 "test/test_confirm_bubble_model.h", |
| 3499 ] | 3501 ] |
| 3500 deps += [ "//chrome/test:test_support_ui" ] | 3502 deps += [ "//chrome/test:test_support_ui" ] |
| 3501 } | 3503 } |
| 3502 | 3504 |
| 3503 if (enable_extensions) { | 3505 if (enable_extensions) { |
| 3504 deps += [ "//extensions/browser" ] | 3506 deps += [ "//extensions/browser" ] |
| 3505 } | 3507 } |
| 3506 } | 3508 } |
| OLD | NEW |