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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1906 "views/frame/browser_header_painter_ash.cc", | 1906 "views/frame/browser_header_painter_ash.cc", |
1907 "views/frame/browser_header_painter_ash.h", | 1907 "views/frame/browser_header_painter_ash.h", |
1908 "views/frame/browser_non_client_frame_view_ash.cc", | 1908 "views/frame/browser_non_client_frame_view_ash.cc", |
1909 "views/frame/browser_non_client_frame_view_ash.h", | 1909 "views/frame/browser_non_client_frame_view_ash.h", |
1910 "views/frame/immersive_context_mus.cc", | 1910 "views/frame/immersive_context_mus.cc", |
1911 "views/frame/immersive_context_mus.h", | 1911 "views/frame/immersive_context_mus.h", |
1912 "views/frame/immersive_handler_factory_mus.cc", | 1912 "views/frame/immersive_handler_factory_mus.cc", |
1913 "views/frame/immersive_handler_factory_mus.h", | 1913 "views/frame/immersive_handler_factory_mus.h", |
1914 "views/frame/immersive_mode_controller_ash.cc", | 1914 "views/frame/immersive_mode_controller_ash.cc", |
1915 "views/frame/immersive_mode_controller_ash.h", | 1915 "views/frame/immersive_mode_controller_ash.h", |
1916 "views/frame/web_app_left_header_view_ash.cc", | |
1917 "views/frame/web_app_left_header_view_ash.h", | |
1918 "views/tabs/window_finder_ash.cc", | 1916 "views/tabs/window_finder_ash.cc", |
1919 ] | 1917 ] |
1920 } | 1918 } |
1921 } | 1919 } |
1922 if (use_gio) { | 1920 if (use_gio) { |
1923 deps += [ "//build/linux/libgio" ] | 1921 deps += [ "//build/linux/libgio" ] |
1924 } | 1922 } |
1925 if (use_aura && !use_ozone && is_desktop_linux) { | 1923 if (use_aura && !use_ozone && is_desktop_linux) { |
1926 # This is the only component that can interact with gtk. | 1924 # This is the only component that can interact with gtk. |
1927 deps += [ "//chrome/browser/ui/libgtkui" ] | 1925 deps += [ "//chrome/browser/ui/libgtkui" ] |
(...skipping 1554 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3482 "test/test_confirm_bubble_model.cc", | 3480 "test/test_confirm_bubble_model.cc", |
3483 "test/test_confirm_bubble_model.h", | 3481 "test/test_confirm_bubble_model.h", |
3484 ] | 3482 ] |
3485 deps += [ "//chrome/test:test_support_ui" ] | 3483 deps += [ "//chrome/test:test_support_ui" ] |
3486 } | 3484 } |
3487 | 3485 |
3488 if (enable_extensions) { | 3486 if (enable_extensions) { |
3489 deps += [ "//extensions/browser" ] | 3487 deps += [ "//extensions/browser" ] |
3490 } | 3488 } |
3491 } | 3489 } |
OLD | NEW |