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

Issue 201056: Merge config.h.in with webkit's config.h (Step 1) (Closed)

Created:
11 years, 3 months ago by yaar
Modified:
9 years, 7 months ago
Reviewers:
Mark Mentovai, dglazkov
CC:
yaar, darin (slow to review), mmentovai_chromium.org
Visibility:
Public.

Description

Chromium today has its own config.h (over here http://src.chromium.org/svn/trunk/src/webkit/config.h.in), which was forked a while back from webkit's config.h. I'm preparing the ground for the webkit port, I'm depreciating chromium's config.h and moving its chromium-specific defines into the ifdef PLATFORM(CHROMIUM) section of webkit's config.h. Due the complexity of this step, it is broken into three steps: Step 1: Merge in changes from webkit's config.h into chromium's config.h.in. Step 2: Copy config.h.in into webkit as the new config.h. Step 3: Delete chromiums config.h.in and make it use webkit's config.h. THIS PATCH IS FOR STEP 1. Closed by mark on 2009-10-24. As far as I'm aware, all of this stuff has been checked in.

Patch Set 1 #

Total comments: 19

Patch Set 2 : with mark's feedback #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -62 lines) Patch
M webkit/config.h.in View 6 chunks +63 lines, -62 lines 0 comments Download
M webkit/webkit.gyp View 1 2 chunks +23 lines, -0 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
yaar
Some inline comments about my various changes. http://codereview.chromium.org/201056/diff/1/2 File webkit/config.h.in (left): http://codereview.chromium.org/201056/diff/1/2#oldcode75 Line 75: #define ...
11 years, 3 months ago (2009-09-08 23:19:50 UTC) #1
dglazkov
LGTM, defer to Magic Mark for ObjC-related changes.
11 years, 3 months ago (2009-09-09 03:16:07 UTC) #2
Mark Mentovai
http://codereview.chromium.org/201056/diff/1/3 File webkit/webkit.gyp (right): http://codereview.chromium.org/201056/diff/1/3#newcode106 Line 106: # Chromium's version of WebCore includes the following ...
11 years, 3 months ago (2009-09-09 14:03:32 UTC) #3
yaar
Mark, thanks for the feedback. See my comments below. http://codereview.chromium.org/201056/diff/1/3 File webkit/webkit.gyp (right): http://codereview.chromium.org/201056/diff/1/3#newcode106 Line ...
11 years, 3 months ago (2009-09-09 16:40:31 UTC) #4
yaar
11 years, 3 months ago (2009-09-09 17:22:20 UTC) #5
http://codereview.chromium.org/201056/diff/2003/2005
File webkit/webkit.gyp (right):

http://codereview.chromium.org/201056/diff/2003/2005#newcode125
Line 125:
'WebCoreRenderThemeNotificationObserver=ChromiumWebCoreObjCWebCoreRenderThemeNotificationObserver',
Could not shorten/break this line.

Powered by Google App Engine
This is Rietveld 408576698