Bug 94279 - [chromium] Add Source/WebCore/platform/graphics/chromium/cc/ to include path and remove cc/ prefix from includes
Summary: [chromium] Add Source/WebCore/platform/graphics/chromium/cc/ to include path ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: James Robinson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-16 18:07 PDT by James Robinson
Modified: 2012-08-17 13:59 PDT (History)
3 users (show)

See Also:


Attachments
Patch (148.14 KB, patch)
2012-08-16 18:08 PDT, James Robinson
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description James Robinson 2012-08-16 18:07:19 PDT
[chromium] Add Source/WebCore/platform/graphics/chromium/cc/ to include path and remove cc/ prefix from includes
Comment 1 James Robinson 2012-08-16 18:08:55 PDT
Created attachment 158962 [details]
Patch
Comment 2 James Robinson 2012-08-16 18:10:31 PDT
This patch is mostly generated from sed, plus resorting the include sections. The problem this solves is that when the compositor code lands in (chromium)/cc, it'll be on the include path for everybody whether they want it or not.  With this we can control the include path explicitly with gyp to control whether people see the code in WC/platform/graphics/chromium/cc/ or code in the chromium repo.
Comment 3 Adam Barth 2012-08-16 18:40:49 PDT
Comment on attachment 158962 [details]
Patch

rs=me
Comment 4 WebKit Review Bot 2012-08-16 18:43:12 PDT
Comment on attachment 158962 [details]
Patch

Rejecting attachment 158962 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
/tests/TiledLayerChromiumTest.cpp
patching file Source/WebKit/chromium/tests/TreeSynchronizerTest.cpp
patching file Source/WebKit/chromium/tests/WebCompositorInputHandlerImplTest.cpp
patching file Source/WebKit/chromium/tests/WebFloatAnimationCurveTest.cpp
patching file Source/WebKit/chromium/tests/WebTransformAnimationCurveTest.cpp

Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Adam Barth']" exit_code: 1 cwd: /mnt/git/webkit-commit-queue/

Full output: http://queues.webkit.org/results/13516603
Comment 5 James Robinson 2012-08-17 13:59:18 PDT
Committed r125932: <http://trac.webkit.org/changeset/125932>