| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
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
|