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

Unified Diff: BUILD.gn

Issue 1310513006: Adding components to dependencies on iOS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Cleaning code. Created 5 years, 3 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 | build/config/features.gni » ('j') | components/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 e5b783a3dd4cde672e31ff9c8a7c34b05466c656..5a2736f79de52aa908de5ead20a578277d17176e 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -67,6 +67,7 @@ group("both_gn_and_gyp") {
deps = [
"//base:base_unittests",
"//chrome/installer",
+ "//components:components_unittests",
"//net:net_unittests",
"//skia:skia_unittests",
"//sql:sql_unittests",
@@ -88,7 +89,6 @@ group("both_gn_and_gyp") {
"//chrome/test:unit_tests",
"//chrome/test/chromedriver:chromedriver_unittests",
"//components:components_browsertests",
- "//components:components_unittests",
"//content/shell:content_shell",
"//content/test:content_browsertests",
"//content/test:content_perftests",
« no previous file with comments | « no previous file | build/config/features.gni » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698