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

Unified Diff: tools/android/common/BUILD.gn

Issue 952893003: Update from https://crrev.com/317530 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Fix gn for nacl Created 5 years, 10 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 | « third_party/zlib/BUILD.gn ('k') | tools/android/memconsumer/memconsumer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/android/common/BUILD.gn
diff --git a/tools/android/common/BUILD.gn b/tools/android/common/BUILD.gn
index 8307a91e8c186280d2d65e5869e6389f9b3697d1..3c867410aab902ef2a3d627bc4e07af5c026e49b 100644
--- a/tools/android/common/BUILD.gn
+++ b/tools/android/common/BUILD.gn
@@ -12,4 +12,8 @@ source_set("common") {
"net.cc",
"net.h",
]
+
+ deps = [
+ "//base",
+ ]
}
« no previous file with comments | « third_party/zlib/BUILD.gn ('k') | tools/android/memconsumer/memconsumer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698