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

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

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