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

Issue 192056: Bring config.h.in up to date. (Closed)

Created:
11 years, 3 months ago by dglazkov
Modified:
9 years, 6 months ago
Reviewers:
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Bring config.h.in up to date. 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. Patch by yaar@chromium.org, see review here: http://codereview.chromium.org/201056 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25776

Patch Set 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 2 chunks +23 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698