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

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

Issue 2640123004: Initial support for native accessibility in ARC (Closed)
Patch Set: |window| can be nullptr Created 3 years, 10 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("//extensions/features/features.gni") 7 import("//extensions/features/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//printing/features/features.gni") 9 import("//printing/features/features.gni")
10 import("//third_party/protobuf/proto_library.gni") 10 import("//third_party/protobuf/proto_library.gni")
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 "app_mode/kiosk_mode_idle_app_name_notification.h", 204 "app_mode/kiosk_mode_idle_app_name_notification.h",
205 "app_mode/kiosk_profile_loader.cc", 205 "app_mode/kiosk_profile_loader.cc",
206 "app_mode/kiosk_profile_loader.h", 206 "app_mode/kiosk_profile_loader.h",
207 "app_mode/kiosk_session_plugin_handler.cc", 207 "app_mode/kiosk_session_plugin_handler.cc",
208 "app_mode/kiosk_session_plugin_handler.h", 208 "app_mode/kiosk_session_plugin_handler.h",
209 "app_mode/kiosk_session_plugin_handler_delegate.h", 209 "app_mode/kiosk_session_plugin_handler_delegate.h",
210 "app_mode/startup_app_launcher.cc", 210 "app_mode/startup_app_launcher.cc",
211 "app_mode/startup_app_launcher.h", 211 "app_mode/startup_app_launcher.h",
212 "arc/accessibility/arc_accessibility_helper_bridge.cc", 212 "arc/accessibility/arc_accessibility_helper_bridge.cc",
213 "arc/accessibility/arc_accessibility_helper_bridge.h", 213 "arc/accessibility/arc_accessibility_helper_bridge.h",
214 "arc/accessibility/ax_tree_source_arc.cc",
215 "arc/accessibility/ax_tree_source_arc.h",
214 "arc/arc_auth_context.cc", 216 "arc/arc_auth_context.cc",
215 "arc/arc_auth_context.h", 217 "arc/arc_auth_context.h",
216 "arc/arc_auth_notification.cc", 218 "arc/arc_auth_notification.cc",
217 "arc/arc_auth_notification.h", 219 "arc/arc_auth_notification.h",
218 "arc/arc_auth_service.cc", 220 "arc/arc_auth_service.cc",
219 "arc/arc_auth_service.h", 221 "arc/arc_auth_service.h",
220 "arc/arc_optin_uma.cc", 222 "arc/arc_optin_uma.cc",
221 "arc/arc_optin_uma.h", 223 "arc/arc_optin_uma.h",
222 "arc/arc_service_launcher.cc", 224 "arc/arc_service_launcher.cc",
223 "arc/arc_service_launcher.h", 225 "arc/arc_service_launcher.h",
(...skipping 1506 matching lines...) Expand 10 before | Expand all | Expand 10 after
1730 "policy/proto/chrome_device_policy.proto", 1732 "policy/proto/chrome_device_policy.proto",
1731 "policy/proto/install_attributes.proto", 1733 "policy/proto/install_attributes.proto",
1732 ] 1734 ]
1733 } 1735 }
1734 1736
1735 proto_library("attestation_proto") { 1737 proto_library("attestation_proto") {
1736 sources = [ 1738 sources = [
1737 "attestation/attestation_key_payload.proto", 1739 "attestation/attestation_key_payload.proto",
1738 ] 1740 ]
1739 } 1741 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698