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

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

Issue 2923323002: Linux Aura: Use Separate profile key specifically for theme usage (Closed)
Patch Set: Add comment Created 3 years, 6 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 2128 matching lines...) Expand 10 before | Expand all | Expand 10 after
2139 "views/ime/ime_window_frame_view.cc", 2139 "views/ime/ime_window_frame_view.cc",
2140 "views/ime/ime_window_frame_view.h", 2140 "views/ime/ime_window_frame_view.h",
2141 "views/ime/ime_window_view.cc", 2141 "views/ime/ime_window_view.cc",
2142 "views/ime/ime_window_view.h", 2142 "views/ime/ime_window_view.h",
2143 "views/renderer_context_menu/render_view_context_menu_views.cc", 2143 "views/renderer_context_menu/render_view_context_menu_views.cc",
2144 "views/renderer_context_menu/render_view_context_menu_views.h", 2144 "views/renderer_context_menu/render_view_context_menu_views.h",
2145 "views/sad_tab_view.cc", 2145 "views/sad_tab_view.cc",
2146 "views/sad_tab_view.h", 2146 "views/sad_tab_view.h",
2147 "views/tab_contents/chrome_web_contents_view_delegate_views.cc", 2147 "views/tab_contents/chrome_web_contents_view_delegate_views.cc",
2148 "views/tab_contents/chrome_web_contents_view_delegate_views.h", 2148 "views/tab_contents/chrome_web_contents_view_delegate_views.h",
2149 "views/theme_profile_key.cc",
2150 "views/theme_profile_key.h",
2149 "window_sizer/window_sizer_aura.cc", 2151 "window_sizer/window_sizer_aura.cc",
2150 ] 2152 ]
2151 deps += [ 2153 deps += [
2152 "//ui/aura", 2154 "//ui/aura",
2153 "//ui/keyboard", 2155 "//ui/keyboard",
2154 "//ui/keyboard:keyboard_with_content", 2156 "//ui/keyboard:keyboard_with_content",
2155 "//ui/keyboard:resources", 2157 "//ui/keyboard:resources",
2156 "//ui/wm", 2158 "//ui/wm",
2157 ] 2159 ]
2158 if (!is_chromeos) { 2160 if (!is_chromeos) {
(...skipping 1451 matching lines...) Expand 10 before | Expand all | Expand 10 after
3610 deps += [ 3612 deps += [
3611 "//chrome/test:test_support_ui", 3613 "//chrome/test:test_support_ui",
3612 "//components/zoom", 3614 "//components/zoom",
3613 ] 3615 ]
3614 } 3616 }
3615 3617
3616 if (enable_extensions) { 3618 if (enable_extensions) {
3617 deps += [ "//extensions/browser" ] 3619 deps += [ "//extensions/browser" ]
3618 } 3620 }
3619 } 3621 }
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