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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/BUILD.gn
diff --git a/chrome/browser/chromeos/BUILD.gn b/chrome/browser/chromeos/BUILD.gn
index 7ec461674d8b9cb67f0ba032bb2fb61eeb94c073..d1f98c9999eda42360d1a55f3c77ce8e1bf39197 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -244,6 +244,8 @@ source_set("chromeos") {
"arc/fileapi/arc_content_file_system_backend_delegate.h",
"arc/fileapi/arc_content_file_system_file_stream_reader.cc",
"arc/fileapi/arc_content_file_system_file_stream_reader.h",
+ "arc/fileapi/arc_content_file_system_url_util.cc",
+ "arc/fileapi/arc_content_file_system_url_util.h",
"arc/gpu_arc_video_service_host.cc",
"arc/gpu_arc_video_service_host.h",
"attestation/attestation_ca_client.cc",
@@ -1360,6 +1362,7 @@ source_set("unit_tests") {
"arc/arc_downloads_watcher_service_unittest.cc",
"arc/arc_navigation_throttle_unittest.cc",
"arc/arc_policy_bridge_unittest.cc",
+ "arc/fileapi/arc_content_file_system_url_util_unittest.cc",
"attestation/attestation_ca_client_unittest.cc",
"attestation/attestation_policy_observer_unittest.cc",
"attestation/fake_certificate.cc",
« 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