summaryrefslogtreecommitdiffstats
path: root/BUILD.gn
Commit message (Collapse)AuthorAgeFilesLines
* Enable re2 for GN buildscottmg@chromium.org2014-03-201-5/+1
| | | | | | | | | 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
* Comment out all non-GN targets from the GN build.brettw@chromium.org2014-03-181-21/+26
| | | | | | | | | | Temporarily comment out all targets that aren't for building GN itself from the GN build to have a minimal known-good build that we can start running on the bots. Some of the other stuff is in various stages of completion and brokenness. R=dpranke@chromium.org Review URL: https://codereview.chromium.org/203893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@257724 0039d316-1c4b-4281-b951-d872f2087c98
* Add BUILD.gn file to build libpng.tfarina@chromium.org2014-01-101-1/+2
| | | | | | | | | | | | | This adds the BUILD.gn file so GN can generate the ninja files for this third_party project. BUG=None TEST=gn, ninja -C out/Default libpng R=brettw@chromium.org Review URL: https://codereview.chromium.org/123613008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@244161 0039d316-1c4b-4281-b951-d872f2087c98
* Move LanguageUsageMetrics and TranslateBrowserMetrics to componentsdroger@chromium.org2014-01-091-0/+1
| | | | | | | | | | | | | | LanguageUsageMetrics is moved to its own component because it is used both in the translate component and directly in the browser. TranslateBrowserMetrics is moved to the translate component. BUG=331509 TBR=jochen Review URL: https://codereview.chromium.org/131203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243946 0039d316-1c4b-4281-b951-d872f2087c98
* Get weborigin to build within blink_platform target.tfarina@chromium.org2014-01-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It does not build entirely yet, but get us closer. ../../third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp: In constructor 'WebCore::OriginAccessEntry::OriginAccessEntry(const WTF::String&, const WTF::String&, WebCore::OriginAccessEntry::SubdomainSetting, WebCore::OriginAccessEntry::IPAddressSetting)': ../../third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp:55:86: error: no matching function for call to 'blink::WebPublicSuffixList::getPublicSuffixLength(WTF::String&)' ../../third_party/WebKit/Source/platform/weborigin/OriginAccessEntry.cpp:55:86: note: candidate is: ../../third_party/WebKit/public/platform/WebPublicSuffixList.h:40:20: note: virtual size_t blink::WebPublicSuffixList::getPublicSuffixLength(const blink::WebString&) ../../third_party/WebKit/public/platform/WebPublicSuffixList.h:40:20: note: no known conversion for argument 1 from 'WTF::String' to 'const blink::WebString&' BUG=328717 TEST=gn, ninja -C out/Default blink_platform R=brettw@chromium.org TBR=darin Review URL: https://codereview.chromium.org/119723003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243886 0039d316-1c4b-4281-b951-d872f2087c98
* Move Translate-related files to components/translatedroger@chromium.org2014-01-071-1/+2
| | | | | | | | | | | | This CL moves a few files to the translate component. It also layers the structure of the component so that it is better suited for iOS. BUG=331509 TBR=jochen, joi Review URL: https://codereview.chromium.org/93603006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@243319 0039d316-1c4b-4281-b951-d872f2087c98
* Move root GN build file, add files for the GN tutorialbrettw@chromium.org2013-12-261-0/+39
This moves the root GN build file to the source root so it's easier to find. The files are to support the tutorial at https://code.google.com/p/chromium/wiki/GNQuickStart R=jam@chromium.org Review URL: https://codereview.chromium.org/120923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242555 0039d316-1c4b-4281-b951-d872f2087c98