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

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

Issue 2437693002: arc: Add URL converter functions (Closed)
Patch Set: Anonymous namespace Created 4 years, 2 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/arc/fileapi/arc_content_file_system_url_util.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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 "arc/arc_tts_service.cc", 237 "arc/arc_tts_service.cc",
238 "arc/arc_tts_service.h", 238 "arc/arc_tts_service.h",
239 "arc/arc_wallpaper_service.cc", 239 "arc/arc_wallpaper_service.cc",
240 "arc/arc_wallpaper_service.h", 240 "arc/arc_wallpaper_service.h",
241 "arc/fileapi/arc_content_file_system_async_file_util.cc", 241 "arc/fileapi/arc_content_file_system_async_file_util.cc",
242 "arc/fileapi/arc_content_file_system_async_file_util.h", 242 "arc/fileapi/arc_content_file_system_async_file_util.h",
243 "arc/fileapi/arc_content_file_system_backend_delegate.cc", 243 "arc/fileapi/arc_content_file_system_backend_delegate.cc",
244 "arc/fileapi/arc_content_file_system_backend_delegate.h", 244 "arc/fileapi/arc_content_file_system_backend_delegate.h",
245 "arc/fileapi/arc_content_file_system_file_stream_reader.cc", 245 "arc/fileapi/arc_content_file_system_file_stream_reader.cc",
246 "arc/fileapi/arc_content_file_system_file_stream_reader.h", 246 "arc/fileapi/arc_content_file_system_file_stream_reader.h",
247 "arc/fileapi/arc_content_file_system_url_util.cc",
248 "arc/fileapi/arc_content_file_system_url_util.h",
247 "arc/gpu_arc_video_service_host.cc", 249 "arc/gpu_arc_video_service_host.cc",
248 "arc/gpu_arc_video_service_host.h", 250 "arc/gpu_arc_video_service_host.h",
249 "attestation/attestation_ca_client.cc", 251 "attestation/attestation_ca_client.cc",
250 "attestation/attestation_ca_client.h", 252 "attestation/attestation_ca_client.h",
251 "attestation/attestation_policy_observer.cc", 253 "attestation/attestation_policy_observer.cc",
252 "attestation/attestation_policy_observer.h", 254 "attestation/attestation_policy_observer.h",
253 "attestation/platform_verification_dialog.cc", 255 "attestation/platform_verification_dialog.cc",
254 "attestation/platform_verification_dialog.h", 256 "attestation/platform_verification_dialog.h",
255 "attestation/platform_verification_flow.cc", 257 "attestation/platform_verification_flow.cc",
256 "attestation/platform_verification_flow.h", 258 "attestation/platform_verification_flow.h",
(...skipping 1096 matching lines...) Expand 10 before | Expand all | Expand 10 after
1353 "../metrics/perf/random_selector_unittest.cc", 1355 "../metrics/perf/random_selector_unittest.cc",
1354 "../notifications/login_state_notification_blocker_chromeos_unittest.cc", 1356 "../notifications/login_state_notification_blocker_chromeos_unittest.cc",
1355 "../policy/default_geolocation_policy_handler_unittest.cc", 1357 "../policy/default_geolocation_policy_handler_unittest.cc",
1356 "../ui/browser_finder_chromeos_unittest.cc", 1358 "../ui/browser_finder_chromeos_unittest.cc",
1357 "accessibility/magnification_manager_unittest.cc", 1359 "accessibility/magnification_manager_unittest.cc",
1358 "accessibility/spoken_feedback_event_rewriter_unittest.cc", 1360 "accessibility/spoken_feedback_event_rewriter_unittest.cc",
1359 "arc/arc_auth_service_unittest.cc", 1361 "arc/arc_auth_service_unittest.cc",
1360 "arc/arc_downloads_watcher_service_unittest.cc", 1362 "arc/arc_downloads_watcher_service_unittest.cc",
1361 "arc/arc_navigation_throttle_unittest.cc", 1363 "arc/arc_navigation_throttle_unittest.cc",
1362 "arc/arc_policy_bridge_unittest.cc", 1364 "arc/arc_policy_bridge_unittest.cc",
1365 "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
1363 "attestation/attestation_ca_client_unittest.cc", 1366 "attestation/attestation_ca_client_unittest.cc",
1364 "attestation/attestation_policy_observer_unittest.cc", 1367 "attestation/attestation_policy_observer_unittest.cc",
1365 "attestation/fake_certificate.cc", 1368 "attestation/fake_certificate.cc",
1366 "attestation/fake_certificate.h", 1369 "attestation/fake_certificate.h",
1367 "attestation/platform_verification_flow_unittest.cc", 1370 "attestation/platform_verification_flow_unittest.cc",
1368 "base/file_flusher_unittest.cc", 1371 "base/file_flusher_unittest.cc",
1369 "certificate_provider/certificate_provider_service_unittest.cc", 1372 "certificate_provider/certificate_provider_service_unittest.cc",
1370 "customization/customization_document_unittest.cc", 1373 "customization/customization_document_unittest.cc",
1371 "display/display_preferences_unittest.cc", 1374 "display/display_preferences_unittest.cc",
1372 "drive/download_handler_unittest.cc", 1375 "drive/download_handler_unittest.cc",
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
1612 "policy/proto/chrome_device_policy.proto", 1615 "policy/proto/chrome_device_policy.proto",
1613 "policy/proto/install_attributes.proto", 1616 "policy/proto/install_attributes.proto",
1614 ] 1617 ]
1615 } 1618 }
1616 1619
1617 proto_library("attestation_proto") { 1620 proto_library("attestation_proto") {
1618 sources = [ 1621 sources = [
1619 "attestation/attestation_key_payload.proto", 1622 "attestation/attestation_key_payload.proto",
1620 ] 1623 ]
1621 } 1624 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/fileapi/arc_content_file_system_url_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698