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

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

Issue 2971163002: Add local protection setting to chrome://settings/system
Patch Set: linux-only Created 3 years, 5 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
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 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after
2123 "views/frame/avatar_button_manager.cc", 2123 "views/frame/avatar_button_manager.cc",
2124 "views/frame/avatar_button_manager.h", 2124 "views/frame/avatar_button_manager.h",
2125 "views/profiles/avatar_button.cc", 2125 "views/profiles/avatar_button.cc",
2126 "views/profiles/avatar_button.h", 2126 "views/profiles/avatar_button.h",
2127 ] 2127 ]
2128 sources += [ 2128 sources += [
2129 "startup/session_crashed_infobar_delegate.cc", 2129 "startup/session_crashed_infobar_delegate.cc",
2130 "startup/session_crashed_infobar_delegate.h", 2130 "startup/session_crashed_infobar_delegate.h",
2131 ] 2131 ]
2132 } 2132 }
2133 if (is_desktop_linux) {
2134 deps += [ "//components/os_crypt" ]
2135 }
2133 } 2136 }
2134 if (use_aura) { 2137 if (use_aura) {
2135 sources += [ 2138 sources += [
2136 "aura/accessibility/automation_manager_aura.cc", 2139 "aura/accessibility/automation_manager_aura.cc",
2137 "aura/accessibility/automation_manager_aura.h", 2140 "aura/accessibility/automation_manager_aura.h",
2138 "aura/accessibility/ax_root_obj_wrapper.cc", 2141 "aura/accessibility/ax_root_obj_wrapper.cc",
2139 "aura/accessibility/ax_root_obj_wrapper.h", 2142 "aura/accessibility/ax_root_obj_wrapper.h",
2140 "aura/accessibility/ax_tree_source_aura.cc", 2143 "aura/accessibility/ax_tree_source_aura.cc",
2141 "aura/accessibility/ax_tree_source_aura.h", 2144 "aura/accessibility/ax_tree_source_aura.h",
2142 "aura/native_window_tracker_aura.cc", 2145 "aura/native_window_tracker_aura.cc",
(...skipping 1540 matching lines...) Expand 10 before | Expand all | Expand 10 after
3683 deps += [ 3686 deps += [
3684 "//chrome/test:test_support_ui", 3687 "//chrome/test:test_support_ui",
3685 "//components/zoom", 3688 "//components/zoom",
3686 ] 3689 ]
3687 } 3690 }
3688 3691
3689 if (enable_extensions) { 3692 if (enable_extensions) {
3690 deps += [ "//extensions/browser" ] 3693 deps += [ "//extensions/browser" ]
3691 } 3694 }
3692 } 3695 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698