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

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

Issue 2552903003: Remove unreleased web app frame code from ChromeOS (Closed)
Patch Set: Nits 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 1913 matching lines...) Expand 10 before | Expand all | Expand 10 after
1924 "views/frame/browser_header_painter_ash.cc", 1924 "views/frame/browser_header_painter_ash.cc",
1925 "views/frame/browser_header_painter_ash.h", 1925 "views/frame/browser_header_painter_ash.h",
1926 "views/frame/browser_non_client_frame_view_ash.cc", 1926 "views/frame/browser_non_client_frame_view_ash.cc",
1927 "views/frame/browser_non_client_frame_view_ash.h", 1927 "views/frame/browser_non_client_frame_view_ash.h",
1928 "views/frame/immersive_context_mus.cc", 1928 "views/frame/immersive_context_mus.cc",
1929 "views/frame/immersive_context_mus.h", 1929 "views/frame/immersive_context_mus.h",
1930 "views/frame/immersive_handler_factory_mus.cc", 1930 "views/frame/immersive_handler_factory_mus.cc",
1931 "views/frame/immersive_handler_factory_mus.h", 1931 "views/frame/immersive_handler_factory_mus.h",
1932 "views/frame/immersive_mode_controller_ash.cc", 1932 "views/frame/immersive_mode_controller_ash.cc",
1933 "views/frame/immersive_mode_controller_ash.h", 1933 "views/frame/immersive_mode_controller_ash.h",
1934 "views/frame/web_app_left_header_view_ash.cc",
1935 "views/frame/web_app_left_header_view_ash.h",
1936 "views/tabs/window_finder_ash.cc", 1934 "views/tabs/window_finder_ash.cc",
1937 ] 1935 ]
1938 } 1936 }
1939 } 1937 }
1940 if (use_gio) { 1938 if (use_gio) {
1941 deps += [ "//build/linux/libgio" ] 1939 deps += [ "//build/linux/libgio" ]
1942 } 1940 }
1943 if (use_aura && !use_ozone && is_desktop_linux) { 1941 if (use_aura && !use_ozone && is_desktop_linux) {
1944 # This is the only component that can interact with gtk. 1942 # This is the only component that can interact with gtk.
1945 deps += [ "//chrome/browser/ui/libgtkui" ] 1943 deps += [ "//chrome/browser/ui/libgtkui" ]
(...skipping 1549 matching lines...) Expand 10 before | Expand all | Expand 10 after
3495 "test/test_confirm_bubble_model.cc", 3493 "test/test_confirm_bubble_model.cc",
3496 "test/test_confirm_bubble_model.h", 3494 "test/test_confirm_bubble_model.h",
3497 ] 3495 ]
3498 deps += [ "//chrome/test:test_support_ui" ] 3496 deps += [ "//chrome/test:test_support_ui" ]
3499 } 3497 }
3500 3498
3501 if (enable_extensions) { 3499 if (enable_extensions) {
3502 deps += [ "//extensions/browser" ] 3500 deps += [ "//extensions/browser" ]
3503 } 3501 }
3504 } 3502 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698