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

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

Issue 2559663002: Support focus highlight in Android window (Closed)
Patch Set: Rebase 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 238 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
239 "arc/fileapi/arc_content_file_system_backend_delegate.h", 239 "arc/fileapi/arc_content_file_system_backend_delegate.h",
240 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", 240 "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
241 "arc/fileapi/arc_content_file_system_file_stream_reader.h", 241 "arc/fileapi/arc_content_file_system_file_stream_reader.h",
242 "arc/fileapi/arc_content_file_system_service.cc", 242 "arc/fileapi/arc_content_file_system_service.cc",
243 "arc/fileapi/arc_content_file_system_service.h", 243 "arc/fileapi/arc_content_file_system_service.h",
244 "arc/fileapi/arc_content_file_system_url_util.cc", 244 "arc/fileapi/arc_content_file_system_url_util.cc",
245 "arc/fileapi/arc_content_file_system_url_util.h", 245 "arc/fileapi/arc_content_file_system_url_util.h",
246 "arc/fileapi/arc_file_system_instance_util.cc", 246 "arc/fileapi/arc_file_system_instance_util.cc",
247 "arc/fileapi/arc_file_system_instance_util.h", 247 "arc/fileapi/arc_file_system_instance_util.h",
248 "arc/focus_highlight/arc_focus_highlight_bridge.cc",
249 "arc/focus_highlight/arc_focus_highlight_bridge.h",
248 "arc/intent_helper/arc_external_protocol_dialog.cc", 250 "arc/intent_helper/arc_external_protocol_dialog.cc",
249 "arc/intent_helper/arc_external_protocol_dialog.h", 251 "arc/intent_helper/arc_external_protocol_dialog.h",
250 "arc/intent_helper/arc_navigation_throttle.cc", 252 "arc/intent_helper/arc_navigation_throttle.cc",
251 "arc/intent_helper/arc_navigation_throttle.h", 253 "arc/intent_helper/arc_navigation_throttle.h",
252 "arc/intent_helper/arc_settings_service.cc", 254 "arc/intent_helper/arc_settings_service.cc",
253 "arc/intent_helper/arc_settings_service.h", 255 "arc/intent_helper/arc_settings_service.h",
254 "arc/notification/arc_boot_error_notification.cc", 256 "arc/notification/arc_boot_error_notification.cc",
255 "arc/notification/arc_boot_error_notification.h", 257 "arc/notification/arc_boot_error_notification.h",
256 "arc/optin/arc_optin_preference_handler.cc", 258 "arc/optin/arc_optin_preference_handler.cc",
257 "arc/optin/arc_optin_preference_handler.h", 259 "arc/optin/arc_optin_preference_handler.h",
(...skipping 1415 matching lines...) Expand 10 before | Expand all | Expand 10 after
1673 "policy/proto/chrome_device_policy.proto", 1675 "policy/proto/chrome_device_policy.proto",
1674 "policy/proto/install_attributes.proto", 1676 "policy/proto/install_attributes.proto",
1675 ] 1677 ]
1676 } 1678 }
1677 1679
1678 proto_library("attestation_proto") { 1680 proto_library("attestation_proto") {
1679 sources = [ 1681 sources = [
1680 "attestation/attestation_key_payload.proto", 1682 "attestation/attestation_key_payload.proto",
1681 ] 1683 ]
1682 } 1684 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698