| 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 1700 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1711 "views/frame/browser_command_handler_linux.cc", | 1711 "views/frame/browser_command_handler_linux.cc", |
| 1712 "views/frame/browser_command_handler_linux.h", | 1712 "views/frame/browser_command_handler_linux.h", |
| 1713 "views/frame/browser_frame.cc", | 1713 "views/frame/browser_frame.cc", |
| 1714 "views/frame/browser_frame.h", | 1714 "views/frame/browser_frame.h", |
| 1715 "views/frame/browser_non_client_frame_view.cc", | 1715 "views/frame/browser_non_client_frame_view.cc", |
| 1716 "views/frame/browser_non_client_frame_view.h", | 1716 "views/frame/browser_non_client_frame_view.h", |
| 1717 "views/frame/browser_root_view.cc", | 1717 "views/frame/browser_root_view.cc", |
| 1718 "views/frame/browser_root_view.h", | 1718 "views/frame/browser_root_view.h", |
| 1719 "views/frame/browser_view.cc", | 1719 "views/frame/browser_view.cc", |
| 1720 "views/frame/browser_view.h", | 1720 "views/frame/browser_view.h", |
| 1721 "views/frame/browser_view_histogram_helper.cc", |
| 1722 "views/frame/browser_view_histogram_helper.h", |
| 1721 "views/frame/browser_view_layout.cc", | 1723 "views/frame/browser_view_layout.cc", |
| 1722 "views/frame/browser_view_layout.h", | 1724 "views/frame/browser_view_layout.h", |
| 1723 "views/frame/browser_view_layout_delegate.h", | 1725 "views/frame/browser_view_layout_delegate.h", |
| 1724 "views/frame/browser_window_factory.cc", | 1726 "views/frame/browser_window_factory.cc", |
| 1725 "views/frame/browser_window_property_manager_win.cc", | 1727 "views/frame/browser_window_property_manager_win.cc", |
| 1726 "views/frame/browser_window_property_manager_win.h", | 1728 "views/frame/browser_window_property_manager_win.h", |
| 1727 "views/frame/contents_layout_manager.cc", | 1729 "views/frame/contents_layout_manager.cc", |
| 1728 "views/frame/contents_layout_manager.h", | 1730 "views/frame/contents_layout_manager.h", |
| 1729 "views/frame/contents_web_view.cc", | 1731 "views/frame/contents_web_view.cc", |
| 1730 "views/frame/contents_web_view.h", | 1732 "views/frame/contents_web_view.h", |
| (...skipping 1800 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3531 "test/test_confirm_bubble_model.cc", | 3533 "test/test_confirm_bubble_model.cc", |
| 3532 "test/test_confirm_bubble_model.h", | 3534 "test/test_confirm_bubble_model.h", |
| 3533 ] | 3535 ] |
| 3534 deps += [ "//chrome/test:test_support_ui" ] | 3536 deps += [ "//chrome/test:test_support_ui" ] |
| 3535 } | 3537 } |
| 3536 | 3538 |
| 3537 if (enable_extensions) { | 3539 if (enable_extensions) { |
| 3538 deps += [ "//extensions/browser" ] | 3540 deps += [ "//extensions/browser" ] |
| 3539 } | 3541 } |
| 3540 } | 3542 } |
| OLD | NEW |