summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 20:10:41 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-20 20:10:41 +0000
commit14e9ee2e6fd203cbffcc02b11c4d6f071a5d048d (patch)
treecde0c8da3a03ad1713309250d5e10760e3138d0f /BUILD.gn
parenteca90f7451971ff4bc89abf5224260ff4fa136ba (diff)
downloadchromium_src-14e9ee2e6fd203cbffcc02b11c4d6f071a5d048d.zip
chromium_src-14e9ee2e6fd203cbffcc02b11c4d6f071a5d048d.tar.gz
chromium_src-14e9ee2e6fd203cbffcc02b11c4d6f071a5d048d.tar.bz2
Enable re2 for GN build
R=brettw@chromium.org BUG=354261 Review URL: https://codereview.chromium.org/205723002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@258388 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'BUILD.gn')
-rw-r--r--BUILD.gn6
1 files changed, 1 insertions, 5 deletions
diff --git a/BUILD.gn b/BUILD.gn
index 447d169..73d5ef9 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -10,11 +10,6 @@
# In GN, a "group" is a dummy target that just lists other targets.
group("root") {
- # Declares that this target should be treated as "external" in the GN-GYP
- # hybrid build, and GN will not generate a GYP file for it. This flag is
- # ignored in the pure GN build.
- external = true
-
# Note that some dependencies are commented out. These are things that are
# currently written but not hooked up to the build yet. They may need to be
# completed or possibly just tested and then re-enabled.
@@ -35,6 +30,7 @@ group("root") {
#"//net",
#"//net/third_party/nss:ssl",
#"//sdch",
+ "//third_party/re2",
#"//third_party/WebKit/Source/platform",
#"//third_party/icu:icudata",
#"//third_party/leveldatabase",