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

Unified Diff: chrome/chrome_tests_unit.gypi

Issue 1618193003: arc: Pass auth token from Chrome to ARC instance. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update BUILD.gn Created 4 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 | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests_unit.gypi
diff --git a/chrome/chrome_tests_unit.gypi b/chrome/chrome_tests_unit.gypi
index 15460b8bce1e5b2f95ddb2b5733e827f220b50b9..42adfebbc8b4f771af8c1f2a0fc94e65379dc568 100644
--- a/chrome/chrome_tests_unit.gypi
+++ b/chrome/chrome_tests_unit.gypi
@@ -1647,7 +1647,8 @@
'chrome_unit_tests_app_list_chromeos_arc_sources': [
'browser/ui/app_list/arc/arc_app_unittest.cc',
],
- 'chrome_unit_tests_arc_settings_bridge_sources': [
+ 'chrome_unit_tests_arc_sources': [
+ 'browser/chromeos/arc/arc_auth_service_unittest.cc',
'browser/chromeos/arc/settings_bridge_unittest.cc',
],
# Sources for Offline pages. For now only for Android.
@@ -2815,7 +2816,7 @@
],
}],
['chromeos==1', {
- 'sources': [ '<@(chrome_unit_tests_arc_settings_bridge_sources)' ],
+ 'sources': [ '<@(chrome_unit_tests_arc_sources)' ],
'dependencies': [
'../components/components.gyp:arc_test_support',
],
« no previous file with comments | « chrome/chrome_browser_chromeos.gypi ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698