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

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

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Move focus_highlight from components/arc to c/b/chromeos/arc Created 4 years 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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 234 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
235 "arc/fileapi/arc_content_file_system_backend_delegate.h", 235 "arc/fileapi/arc_content_file_system_backend_delegate.h",
236 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", 236 "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
237 "arc/fileapi/arc_content_file_system_file_stream_reader.h", 237 "arc/fileapi/arc_content_file_system_file_stream_reader.h",
238 "arc/fileapi/arc_content_file_system_service.cc", 238 "arc/fileapi/arc_content_file_system_service.cc",
239 "arc/fileapi/arc_content_file_system_service.h", 239 "arc/fileapi/arc_content_file_system_service.h",
240 "arc/fileapi/arc_content_file_system_url_util.cc", 240 "arc/fileapi/arc_content_file_system_url_util.cc",
241 "arc/fileapi/arc_content_file_system_url_util.h", 241 "arc/fileapi/arc_content_file_system_url_util.h",
242 "arc/fileapi/arc_file_system_instance_util.cc", 242 "arc/fileapi/arc_file_system_instance_util.cc",
243 "arc/fileapi/arc_file_system_instance_util.h", 243 "arc/fileapi/arc_file_system_instance_util.h",
244 "arc/focus_highlight/arc_focus_highlight_bridge.cc",
245 "arc/focus_highlight/arc_focus_highlight_bridge.h",
244 "arc/intent_helper/arc_external_protocol_dialog.cc", 246 "arc/intent_helper/arc_external_protocol_dialog.cc",
245 "arc/intent_helper/arc_external_protocol_dialog.h", 247 "arc/intent_helper/arc_external_protocol_dialog.h",
246 "arc/intent_helper/arc_navigation_throttle.cc", 248 "arc/intent_helper/arc_navigation_throttle.cc",
247 "arc/intent_helper/arc_navigation_throttle.h", 249 "arc/intent_helper/arc_navigation_throttle.h",
248 "arc/intent_helper/arc_settings_service.cc", 250 "arc/intent_helper/arc_settings_service.cc",
249 "arc/intent_helper/arc_settings_service.h", 251 "arc/intent_helper/arc_settings_service.h",
250 "arc/notification/arc_boot_error_notification.cc", 252 "arc/notification/arc_boot_error_notification.cc",
251 "arc/notification/arc_boot_error_notification.h", 253 "arc/notification/arc_boot_error_notification.h",
252 "arc/optin/arc_optin_preference_handler.cc", 254 "arc/optin/arc_optin_preference_handler.cc",
253 "arc/optin/arc_optin_preference_handler.h", 255 "arc/optin/arc_optin_preference_handler.h",
(...skipping 1414 matching lines...) Expand 10 before | Expand all | Expand 10 after
1668 "policy/proto/chrome_device_policy.proto", 1670 "policy/proto/chrome_device_policy.proto",
1669 "policy/proto/install_attributes.proto", 1671 "policy/proto/install_attributes.proto",
1670 ] 1672 ]
1671 } 1673 }
1672 1674
1673 proto_library("attestation_proto") { 1675 proto_library("attestation_proto") {
1674 sources = [ 1676 sources = [
1675 "attestation/attestation_key_payload.proto", 1677 "attestation/attestation_key_payload.proto",
1676 ] 1678 ]
1677 } 1679 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698