summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorsherouk <sherouk@google.com>2015-09-22 07:09:37 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-22 14:11:00 +0000
commitdc35ba27660f5e0a26ab4e9495efdaaf829afb10 (patch)
tree78309199a7d0231460706037363564d8013b149b /BUILD.gn
parent76e005e8ceb507becf8c2ae737a0d2ae5e274223 (diff)
downloadchromium_src-dc35ba27660f5e0a26ab4e9495efdaaf829afb10.zip
chromium_src-dc35ba27660f5e0a26ab4e9495efdaaf829afb10.tar.gz
chromium_src-dc35ba27660f5e0a26ab4e9495efdaaf829afb10.tar.bz2
Adding components to dependencies on iOS.
Removing all targets from components so i can add one at a time and check that it works correctly. Adding components/bookmarks. components/bookmarks is building correctly but it needs ios/web gn files that are not written yet. BUG=459705 Review URL: https://codereview.chromium.org/1310513006 Cr-Commit-Position: refs/heads/master@{#350148}
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn2
1 files changed, 1 insertions, 1 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 6ef2c94..c367108 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",