summaryrefslogtreecommitdiffstats
path: root/.gn
diff options
context:
space:
mode:
authortfarina <tfarina@chromium.org>2015-06-12 06:54:49 -0700
committerCommit bot <commit-bot@chromium.org>2015-06-12 13:56:24 +0000
commit3de8194f7cc3e09a9a90e72f1d933a35ab6c10c4 (patch)
tree2bd9cd02a26fd674c378b81b35d052d48f30d805 /.gn
parent16f92ed4a59c8a582dc4179d3217dc5038af8be5 (diff)
downloadchromium_src-3de8194f7cc3e09a9a90e72f1d933a35ab6c10c4.zip
chromium_src-3de8194f7cc3e09a9a90e72f1d933a35ab6c10c4.tar.gz
chromium_src-3de8194f7cc3e09a9a90e72f1d933a35ab6c10c4.tar.bz2
components: Fix 'gn check' errors for the targets under bookmarks/.
Tested on Linux with the following command lines: $ gn gen out-gn/Debug $ gn check out-gn/Debug //components/bookmarks/* BUG=367595, 376000 TEST=see above R=brettw@chromium.org,sky@chromium.org Review URL: https://codereview.chromium.org/1180953002 Cr-Commit-Position: refs/heads/master@{#334156}
Diffstat (limited to '.gn')
-rw-r--r--.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gn b/.gn
index 4f9cf60..55b4c13 100644
--- a/.gn
+++ b/.gn
@@ -33,6 +33,8 @@ check_targets = [
"//cloud_print/*",
#"//components/*", # Lots of errors.
+ "//components/bookmarks/*",
+
#"//content/*", # A whole lot of errors.
"//courgette/*",
"//crypto/*",