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

Unified Diff: BUILD.gn

Issue 1452593002: Add support for building "ios_chrome_unittests" with gn. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ui_gfx
Patch Set: Created 5 years, 1 month 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 | ios/chrome/BUILD.gn » ('j') | ios/chrome/browser/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 6388595286c71dee8357c696c4177b8d8a8d9c8c..c3047ba2e1301c9e5baf41c37834f76bbb781bd9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -184,6 +184,10 @@ group("both_gn_and_gyp") {
]
} else {
deps += [
+ "//ios/chrome/app",
+ "//ios/chrome/browser",
+ "//ios/chrome/common",
+ "//ios/chrome:ios_chrome_unittests",
"//ios/net:ios_net_unittests",
"//ios/public/provider/chrome/browser",
"//ios/public/provider/web",
« no previous file with comments | « no previous file | ios/chrome/BUILD.gn » ('j') | ios/chrome/browser/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698