diff options
author | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 21:54:23 +0000 |
---|---|---|
committer | yaar@chromium.org <yaar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-09-18 21:54:23 +0000 |
commit | bb89f1c5aee400ecbf47440e0249304b79cafc54 (patch) | |
tree | 98eae48874158aa7312ccebe2b8b9c8319abfda7 /chrome/test/perf/url_parse_perftest.cc | |
parent | 588c54b003dce8809d2b649cbbeddf15b9ba234b (diff) | |
download | chromium_src-bb89f1c5aee400ecbf47440e0249304b79cafc54.zip chromium_src-bb89f1c5aee400ecbf47440e0249304b79cafc54.tar.gz chromium_src-bb89f1c5aee400ecbf47440e0249304b79cafc54.tar.bz2 |
Upstreamings parts of webkit.gyp (step 2)
This is step 2 a multi-step process that is part of the webkit chromium port.
This step includes:
A. features.gypi only defines features now. Non-feature defines were propagated to their proper places in webcore & wtf.
B. Config.gyp is eliminated. It used to be that wtf, pcre & webcore all depended on it. The dependency chain was linearized by creating wtf_config (inside javascriptcore.gyp), which only wtf depends on and then then pcre & webcore depending on wtf.
Next steps:
* Really move webcore.gyp & javascriptcore.gyp to webkit.org
* Create upstream copy of features.gypi and make downstream features.gypi inherit from it.
Previous step:
http://codereview.chromium.org/212003
http://src.chromium.org/viewvc/chrome?view=rev&revision=26584
Review URL: http://codereview.chromium.org/208029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26628 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/perf/url_parse_perftest.cc')
-rw-r--r-- | chrome/test/perf/url_parse_perftest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/test/perf/url_parse_perftest.cc b/chrome/test/perf/url_parse_perftest.cc index 149415a..52affcd 100644 --- a/chrome/test/perf/url_parse_perftest.cc +++ b/chrome/test/perf/url_parse_perftest.cc @@ -17,7 +17,6 @@ // can grab the wrong one. #include "webkit/third_party/WebCore/platform/CString.h" -#undef USE_GOOGLE_URL_LIBRARY #define KURL WebKitKURL #include "KURL.h" #include "KURL.cpp" |