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

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

Issue 2879493005: [Merge to M59] Linux Aura: Use incognito profile to theme incognito browser windows (Closed)
Patch Set: Created 3 years, 7 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 2113 matching lines...) Expand 10 before | Expand all | Expand 10 after
2124 "views/ime/ime_window_frame_view.cc", 2124 "views/ime/ime_window_frame_view.cc",
2125 "views/ime/ime_window_frame_view.h", 2125 "views/ime/ime_window_frame_view.h",
2126 "views/ime/ime_window_view.cc", 2126 "views/ime/ime_window_view.cc",
2127 "views/ime/ime_window_view.h", 2127 "views/ime/ime_window_view.h",
2128 "views/renderer_context_menu/render_view_context_menu_views.cc", 2128 "views/renderer_context_menu/render_view_context_menu_views.cc",
2129 "views/renderer_context_menu/render_view_context_menu_views.h", 2129 "views/renderer_context_menu/render_view_context_menu_views.h",
2130 "views/sad_tab_view.cc", 2130 "views/sad_tab_view.cc",
2131 "views/sad_tab_view.h", 2131 "views/sad_tab_view.h",
2132 "views/tab_contents/chrome_web_contents_view_delegate_views.cc", 2132 "views/tab_contents/chrome_web_contents_view_delegate_views.cc",
2133 "views/tab_contents/chrome_web_contents_view_delegate_views.h", 2133 "views/tab_contents/chrome_web_contents_view_delegate_views.h",
2134 "views/theme_profile_key.cc",
2135 "views/theme_profile_key.h",
2136 "window_sizer/window_sizer_aura.cc", 2134 "window_sizer/window_sizer_aura.cc",
2137 ] 2135 ]
2138 deps += [ 2136 deps += [
2139 "//ui/aura", 2137 "//ui/aura",
2140 "//ui/keyboard", 2138 "//ui/keyboard",
2141 "//ui/keyboard:keyboard_with_content", 2139 "//ui/keyboard:keyboard_with_content",
2142 "//ui/keyboard:resources", 2140 "//ui/keyboard:resources",
2143 "//ui/wm", 2141 "//ui/wm",
2144 ] 2142 ]
2145 if (!is_chromeos) { 2143 if (!is_chromeos) {
(...skipping 1422 matching lines...) Expand 10 before | Expand all | Expand 10 after
3568 "test/test_confirm_bubble_model.cc", 3566 "test/test_confirm_bubble_model.cc",
3569 "test/test_confirm_bubble_model.h", 3567 "test/test_confirm_bubble_model.h",
3570 ] 3568 ]
3571 deps += [ "//chrome/test:test_support_ui" ] 3569 deps += [ "//chrome/test:test_support_ui" ]
3572 } 3570 }
3573 3571
3574 if (enable_extensions) { 3572 if (enable_extensions) {
3575 deps += [ "//extensions/browser" ] 3573 deps += [ "//extensions/browser" ]
3576 } 3574 }
3577 } 3575 }
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