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

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

Issue 2697513008: Linux Aura: Use Aura theme on all windows when 'Use Classic theme' is used (Closed)
Patch Set: No namespace Created 3 years, 10 months 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
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2076 matching lines...) Expand 10 before | Expand all | Expand 10 after
2087 "views/ime/ime_window_frame_view.cc", 2087 "views/ime/ime_window_frame_view.cc",
2088 "views/ime/ime_window_frame_view.h", 2088 "views/ime/ime_window_frame_view.h",
2089 "views/ime/ime_window_view.cc", 2089 "views/ime/ime_window_view.cc",
2090 "views/ime/ime_window_view.h", 2090 "views/ime/ime_window_view.h",
2091 "views/renderer_context_menu/render_view_context_menu_views.cc", 2091 "views/renderer_context_menu/render_view_context_menu_views.cc",
2092 "views/renderer_context_menu/render_view_context_menu_views.h", 2092 "views/renderer_context_menu/render_view_context_menu_views.h",
2093 "views/sad_tab_view.cc", 2093 "views/sad_tab_view.cc",
2094 "views/sad_tab_view.h", 2094 "views/sad_tab_view.h",
2095 "views/tab_contents/chrome_web_contents_view_delegate_views.cc", 2095 "views/tab_contents/chrome_web_contents_view_delegate_views.cc",
2096 "views/tab_contents/chrome_web_contents_view_delegate_views.h", 2096 "views/tab_contents/chrome_web_contents_view_delegate_views.h",
2097 "views/theme_profile_key.cc",
2098 "views/theme_profile_key.h",
2097 "window_sizer/window_sizer_aura.cc", 2099 "window_sizer/window_sizer_aura.cc",
2098 ] 2100 ]
2099 deps += [ 2101 deps += [
2100 "//ui/aura", 2102 "//ui/aura",
2101 "//ui/keyboard", 2103 "//ui/keyboard",
2102 "//ui/keyboard:keyboard_with_content", 2104 "//ui/keyboard:keyboard_with_content",
2103 "//ui/keyboard:resources", 2105 "//ui/keyboard:resources",
2104 "//ui/wm", 2106 "//ui/wm",
2105 ] 2107 ]
2106 if (!is_chromeos) { 2108 if (!is_chromeos) {
(...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after
3515 "test/test_confirm_bubble_model.cc", 3517 "test/test_confirm_bubble_model.cc",
3516 "test/test_confirm_bubble_model.h", 3518 "test/test_confirm_bubble_model.h",
3517 ] 3519 ]
3518 deps += [ "//chrome/test:test_support_ui" ] 3520 deps += [ "//chrome/test:test_support_ui" ]
3519 } 3521 }
3520 3522
3521 if (enable_extensions) { 3523 if (enable_extensions) {
3522 deps += [ "//extensions/browser" ] 3524 deps += [ "//extensions/browser" ]
3523 } 3525 }
3524 } 3526 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/ui/views/chrome_browser_main_extra_parts_views_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698