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

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

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: Created 4 years 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
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 1895 matching lines...) Expand 10 before | Expand all | Expand 10 after
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698