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

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

Issue 2642783003: Move more utility functions to arc_util. (Closed)
Patch Set: address comments Created 3 years, 11 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_auth_service.cc » ('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 5576439c39dfefa44339f4496b18e82ff3e8e911..a181786a6bab0fdce476cc5155a5f2c0af80f950 100644
--- a/chrome/browser/chromeos/BUILD.gn
+++ b/chrome/browser/chromeos/BUILD.gn
@@ -225,6 +225,8 @@ source_set("chromeos") {
"arc/arc_session_manager.h",
"arc/arc_support_host.cc",
"arc/arc_support_host.h",
+ "arc/arc_util.cc",
+ "arc/arc_util.h",
"arc/auth/arc_auth_code_fetcher.h",
"arc/auth/arc_background_auth_code_fetcher.cc",
"arc/auth/arc_background_auth_code_fetcher.h",
@@ -1456,6 +1458,7 @@ source_set("unit_tests") {
"accessibility/select_to_speak_event_handler_unittest.cc",
"accessibility/spoken_feedback_event_rewriter_unittest.cc",
"arc/arc_session_manager_unittest.cc",
+ "arc/arc_util_unittest.cc",
"arc/downloads_watcher/arc_downloads_watcher_service_unittest.cc",
"arc/extensions/arc_support_message_host_unittest.cc",
"arc/fileapi/arc_content_file_system_async_file_util_unittest.cc",
« no previous file with comments | « no previous file | chrome/browser/chromeos/arc/arc_auth_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698