Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(449)

Issue 208029: Upstreamings parts of webkit.gyp (step 2) (Closed)

Created:
11 years, 3 months ago by yaar
Modified:
9 years, 7 months ago
CC:
dglazkov, yaar
Visibility:
Public.

Description

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 Committed: http://src.chromium.org/viewvc/chrome/trunk/26628

Patch Set 1 #

Patch Set 2 : updated patch #

Total comments: 19

Patch Set 3 : removed USE_GOOGLE_URL_LIBRARY #

Patch Set 4 : removed hash #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -116 lines) Patch
M chrome/test/perf/url_parse_perftest.cc View 2 1 chunk +0 lines, -1 line 0 comments Download
D webkit/config.gyp View 1 chunk +0 lines, -40 lines 0 comments Download
M webkit/features.gypi View 2 chunks +5 lines, -58 lines 0 comments Download
M webkit/javascriptcore.gyp View 1 2 3 3 chunks +51 lines, -9 lines 0 comments Download
M webkit/webcore.gyp View 3 chunks +50 lines, -8 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
yaar
Mark, I appreciate your help. http://codereview.chromium.org/208029/diff/1001/2001 File chrome/test/perf/url_parse_perftest.cc (right): http://codereview.chromium.org/208029/diff/1001/2001#newcode20 Line 20: #ifdef USE_GOOGLE_URL_LIBRARY USE_GOOGLE_URL_LIBRARY ...
11 years, 3 months ago (2009-09-18 20:33:19 UTC) #1
Mark Mentovai
Nice, can we get an answer to the USE_GOOGLE_URL_LIBRARY question? http://codereview.chromium.org/208029/diff/1001/2001 File chrome/test/perf/url_parse_perftest.cc (right): http://codereview.chromium.org/208029/diff/1001/2001#newcode20 ...
11 years, 3 months ago (2009-09-18 20:36:31 UTC) #2
yaar
I'm sorry about so many small patches. I'm still a bit clumsy with the tools.
11 years, 3 months ago (2009-09-18 20:46:34 UTC) #3
Mark Mentovai
lgtm if it passes the trybots
11 years, 3 months ago (2009-09-18 21:20:12 UTC) #4
Ben Laurie (Chromium)
11 years, 3 months ago (2009-09-23 21:42:26 UTC) #5
http://codereview.chromium.org/208029/diff/2007/2012
File webkit/webcore.gyp (right):

http://codereview.chromium.org/208029/diff/2007/2012#newcode119
Line 119: 'conditions': [
This duplicates the 'conditions' key below at line 578. One of them will hide
the other (found with the new --check flag, so proud).

Powered by Google App Engine
This is Rietveld 408576698