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

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

Issue 2212863002: Factor the extension loading code out of AccessibilityManager (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@no_load_chromevox
Patch Set: Rebased and updated Created 4 years, 3 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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//media/media_options.gni") 7 import("//media/media_options.gni")
8 import("//third_party/protobuf/proto_library.gni") 8 import("//third_party/protobuf/proto_library.gni")
9 9
10 assert(is_chromeos) 10 assert(is_chromeos)
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 131
132 sources = [ 132 sources = [
133 "../supervised_user/chromeos/manager_password_service.cc", 133 "../supervised_user/chromeos/manager_password_service.cc",
134 "../supervised_user/chromeos/manager_password_service.h", 134 "../supervised_user/chromeos/manager_password_service.h",
135 "../supervised_user/chromeos/manager_password_service_factory.cc", 135 "../supervised_user/chromeos/manager_password_service_factory.cc",
136 "../supervised_user/chromeos/manager_password_service_factory.h", 136 "../supervised_user/chromeos/manager_password_service_factory.h",
137 "../supervised_user/chromeos/supervised_user_password_service.cc", 137 "../supervised_user/chromeos/supervised_user_password_service.cc",
138 "../supervised_user/chromeos/supervised_user_password_service.h", 138 "../supervised_user/chromeos/supervised_user_password_service.h",
139 "../supervised_user/chromeos/supervised_user_password_service_factory.cc", 139 "../supervised_user/chromeos/supervised_user_password_service_factory.cc",
140 "../supervised_user/chromeos/supervised_user_password_service_factory.h", 140 "../supervised_user/chromeos/supervised_user_password_service_factory.h",
141 "accessibility/accessibility_extension_loader.cc",
142 "accessibility/accessibility_extension_loader.h",
141 "accessibility/accessibility_highlight_manager.cc", 143 "accessibility/accessibility_highlight_manager.cc",
142 "accessibility/accessibility_highlight_manager.h", 144 "accessibility/accessibility_highlight_manager.h",
143 "accessibility/accessibility_manager.cc", 145 "accessibility/accessibility_manager.cc",
144 "accessibility/accessibility_manager.h", 146 "accessibility/accessibility_manager.h",
145 "accessibility/accessibility_util.cc", 147 "accessibility/accessibility_util.cc",
146 "accessibility/accessibility_util.h", 148 "accessibility/accessibility_util.h",
147 "accessibility/chromevox_panel.cc", 149 "accessibility/chromevox_panel.cc",
148 "accessibility/chromevox_panel.h", 150 "accessibility/chromevox_panel.h",
149 "accessibility/magnification_manager.cc", 151 "accessibility/magnification_manager.cc",
150 "accessibility/magnification_manager.h", 152 "accessibility/magnification_manager.h",
(...skipping 1438 matching lines...) Expand 10 before | Expand all | Expand 10 after
1589 "policy/proto/install_attributes.proto", 1591 "policy/proto/install_attributes.proto",
1590 ] 1592 ]
1591 } 1593 }
1592 1594
1593 proto_library("attestation_proto") { 1595 proto_library("attestation_proto") {
1594 sources = [ 1596 sources = [
1595 "attestation/attestation_key_payload.proto", 1597 "attestation/attestation_key_payload.proto",
1596 "attestation/attestation_signed_data.proto", 1598 "attestation/attestation_signed_data.proto",
1597 ] 1599 ]
1598 } 1600 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698