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

Unified Diff: chrome/test/BUILD.gn

Issue 1413153007: arc-app-launcher: Minimal support for ARC app launcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing links to BUILD.gn Created 5 years 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/common/pref_names.cc ('k') | components/arc.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index 2cd871412b3cca8e6c1a5e9464e6e4cb9c165530..7b7810a232cea8accc3b3b560d2584033c4bc43a 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -2114,6 +2114,11 @@ test("unit_tests") {
chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_sources,
".",
"//chrome")
+ sources += rebase_path(
+ chrome_tests_unit_gypi_values.chrome_unit_tests_app_list_chromeos_arc_sources,
+ ".",
+ "//chrome")
+ deps += [ "//components/arc:arc_test_support" ]
}
if (enable_plugins && !enable_plugin_installation) {
sources -= [ "../browser/plugins/plugin_installer_unittest.cc" ]
« no previous file with comments | « chrome/common/pref_names.cc ('k') | components/arc.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698