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

Unified Diff: chrome/browser/chromeos/BUILD.gn

Issue 2348673002: Add an external protocol dialog for ARC (Closed)
Patch Set: Address Xiyuan's comment Created 4 years, 3 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/arc_external_protocol_dialog.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 b68dff1745bdeb6d5c93887bcbd342d5f2ca7a19..b2005f114edace385f1233aedd23239aa01cf7b1 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -212,6 +212,8 @@ source_set("chromeos") {
"arc/arc_downloads_watcher_service.h",
"arc/arc_enterprise_reporting_service.cc",
"arc/arc_enterprise_reporting_service.h",
+ "arc/arc_external_protocol_dialog.cc",
+ "arc/arc_external_protocol_dialog.h",
"arc/arc_navigation_throttle.cc",
"arc/arc_navigation_throttle.h",
"arc/arc_optin_uma.cc",
@@ -236,6 +238,8 @@ source_set("chromeos") {
"arc/arc_wallpaper_service.h",
"arc/gpu_arc_video_service_host.cc",
"arc/gpu_arc_video_service_host.h",
+ "arc/page_transition_util.cc",
+ "arc/page_transition_util.h",
"attestation/attestation_ca_client.cc",
"attestation/attestation_ca_client.h",
"attestation/attestation_policy_observer.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_external_protocol_dialog.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698