diff options
author | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 20:10:41 +0000 |
---|---|---|
committer | scottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-03-20 20:10:41 +0000 |
commit | 14e9ee2e6fd203cbffcc02b11c4d6f071a5d048d (patch) | |
tree | cde0c8da3a03ad1713309250d5e10760e3138d0f /BUILD.gn | |
parent | eca90f7451971ff4bc89abf5224260ff4fa136ba (diff) | |
download | chromium_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.gn | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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", |