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

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: Fix code that runs on OnUnload 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
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_extension_loader.h » ('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/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 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
1592 "policy/proto/install_attributes.proto", 1594 "policy/proto/install_attributes.proto",
1593 ] 1595 ]
1594 } 1596 }
1595 1597
1596 proto_library("attestation_proto") { 1598 proto_library("attestation_proto") {
1597 sources = [ 1599 sources = [
1598 "attestation/attestation_key_payload.proto", 1600 "attestation/attestation_key_payload.proto",
1599 "attestation/attestation_signed_data.proto", 1601 "attestation/attestation_signed_data.proto",
1600 ] 1602 ]
1601 } 1603 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/accessibility/accessibility_extension_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698