| 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 1876 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1887 "views/toolbar/toolbar_button.h", | 1887 "views/toolbar/toolbar_button.h", |
| 1888 "views/toolbar/toolbar_view.cc", | 1888 "views/toolbar/toolbar_view.cc", |
| 1889 "views/toolbar/toolbar_view.h", | 1889 "views/toolbar/toolbar_view.h", |
| 1890 "views/touch_uma/touch_uma.h", | 1890 "views/touch_uma/touch_uma.h", |
| 1891 "views/translate/translate_bubble_view.cc", | 1891 "views/translate/translate_bubble_view.cc", |
| 1892 "views/translate/translate_bubble_view.h", | 1892 "views/translate/translate_bubble_view.h", |
| 1893 "views/translate/translate_icon_view.cc", | 1893 "views/translate/translate_icon_view.cc", |
| 1894 "views/translate/translate_icon_view.h", | 1894 "views/translate/translate_icon_view.h", |
| 1895 "views/validation_message_bubble_view.cc", | 1895 "views/validation_message_bubble_view.cc", |
| 1896 "views/validation_message_bubble_view.h", | 1896 "views/validation_message_bubble_view.h", |
| 1897 "views/webshare/webshare_target_picker_view.cc", |
| 1898 "views/webshare/webshare_target_picker_view.h", |
| 1897 "views/website_settings/chooser_bubble_ui_view.cc", | 1899 "views/website_settings/chooser_bubble_ui_view.cc", |
| 1898 "views/website_settings/chooser_bubble_ui_view.h", | 1900 "views/website_settings/chooser_bubble_ui_view.h", |
| 1899 "views/website_settings/permission_prompt_impl_views.cc", | 1901 "views/website_settings/permission_prompt_impl_views.cc", |
| 1900 ] | 1902 ] |
| 1901 | 1903 |
| 1902 if (use_aura) { | 1904 if (use_aura) { |
| 1903 deps += [ | 1905 deps += [ |
| 1904 "//services/ui/public/cpp", | 1906 "//services/ui/public/cpp", |
| 1905 "//services/ui/public/interfaces", | 1907 "//services/ui/public/interfaces", |
| 1906 ] | 1908 ] |
| (...skipping 1594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3501 "test/test_confirm_bubble_model.cc", | 3503 "test/test_confirm_bubble_model.cc", |
| 3502 "test/test_confirm_bubble_model.h", | 3504 "test/test_confirm_bubble_model.h", |
| 3503 ] | 3505 ] |
| 3504 deps += [ "//chrome/test:test_support_ui" ] | 3506 deps += [ "//chrome/test:test_support_ui" ] |
| 3505 } | 3507 } |
| 3506 | 3508 |
| 3507 if (enable_extensions) { | 3509 if (enable_extensions) { |
| 3508 deps += [ "//extensions/browser" ] | 3510 deps += [ "//extensions/browser" ] |
| 3509 } | 3511 } |
| 3510 } | 3512 } |
| OLD | NEW |