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

Unified Diff: components/BUILD.gn

Issue 1949423002: Adding nacl component unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed commented out lines Created 4 years, 7 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 | components/nacl/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/BUILD.gn
diff --git a/components/BUILD.gn b/components/BUILD.gn
index c2c4a0385afffefc3e70b9daabe3e867881a0b4e..d89ccbf063c85dde21cfe83458c2420360f6e068 100644
--- a/components/BUILD.gn
+++ b/components/BUILD.gn
@@ -144,6 +144,10 @@ test("components_unittests") {
"//ui/resources:ui_test_pak",
]
+ if (enable_nacl) {
+ deps += [ "//components/nacl/browser:unit_tests" ]
+ }
+
if (is_ios) {
deps += [
"//components/signin/ios/browser:unit_tests",
« no previous file with comments | « no previous file | components/nacl/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698