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

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

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: 'nother bit 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 1908 matching lines...) Expand 10 before | Expand all | Expand 10 after
1919 "views/frame/browser_header_painter_ash.cc", 1919 "views/frame/browser_header_painter_ash.cc",
1920 "views/frame/browser_header_painter_ash.h", 1920 "views/frame/browser_header_painter_ash.h",
1921 "views/frame/browser_non_client_frame_view_ash.cc", 1921 "views/frame/browser_non_client_frame_view_ash.cc",
1922 "views/frame/browser_non_client_frame_view_ash.h", 1922 "views/frame/browser_non_client_frame_view_ash.h",
1923 "views/frame/immersive_context_mus.cc", 1923 "views/frame/immersive_context_mus.cc",
1924 "views/frame/immersive_context_mus.h", 1924 "views/frame/immersive_context_mus.h",
1925 "views/frame/immersive_handler_factory_mus.cc", 1925 "views/frame/immersive_handler_factory_mus.cc",
1926 "views/frame/immersive_handler_factory_mus.h", 1926 "views/frame/immersive_handler_factory_mus.h",
1927 "views/frame/immersive_mode_controller_ash.cc", 1927 "views/frame/immersive_mode_controller_ash.cc",
1928 "views/frame/immersive_mode_controller_ash.h", 1928 "views/frame/immersive_mode_controller_ash.h",
1929 "views/frame/web_app_left_header_view_ash.cc",
1930 "views/frame/web_app_left_header_view_ash.h",
1931 "views/tabs/window_finder_ash.cc", 1929 "views/tabs/window_finder_ash.cc",
1932 ] 1930 ]
1933 } 1931 }
1934 } 1932 }
1935 if (use_gio) { 1933 if (use_gio) {
1936 deps += [ "//build/linux/libgio" ] 1934 deps += [ "//build/linux/libgio" ]
1937 } 1935 }
1938 if (use_aura && !use_ozone && is_desktop_linux) { 1936 if (use_aura && !use_ozone && is_desktop_linux) {
1939 # This is the only component that can interact with gtk. 1937 # This is the only component that can interact with gtk.
1940 deps += [ "//chrome/browser/ui/libgtkui" ] 1938 deps += [ "//chrome/browser/ui/libgtkui" ]
(...skipping 1547 matching lines...) Expand 10 before | Expand all | Expand 10 after
3488 "test/test_confirm_bubble_model.cc", 3486 "test/test_confirm_bubble_model.cc",
3489 "test/test_confirm_bubble_model.h", 3487 "test/test_confirm_bubble_model.h",
3490 ] 3488 ]
3491 deps += [ "//chrome/test:test_support_ui" ] 3489 deps += [ "//chrome/test:test_support_ui" ]
3492 } 3490 }
3493 3491
3494 if (enable_extensions) { 3492 if (enable_extensions) {
3495 deps += [ "//extensions/browser" ] 3493 deps += [ "//extensions/browser" ]
3496 } 3494 }
3497 } 3495 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698