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

Side by Side Diff: cc/DEPS

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/ContentLayerChromiumClient.h ('k') | cc/FloatQuadTest.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 include_rules = [ 1 include_rules = [
2 "+third_party/khronos/GLES2/gl2.h", 2 "+third_party/khronos/GLES2/gl2.h",
3 "+third_party/khronos/GLES2/gl2ext.h", 3 "+third_party/khronos/GLES2/gl2ext.h",
4 # http://crbug.com/144542 4 # http://crbug.com/144542
5 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h", 5 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint.h",
6 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h", 6 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatPoint3D.h",
7 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h", 7 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatQuad.h",
8 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h", 8 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatRect.h",
9 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h", 9 "+third_party/WebKit/Source/WebCore/platform/graphics/FloatSize.h",
10 "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h", 10 "+third_party/WebKit/Source/WebCore/platform/graphics/IntPoint.h",
11 "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h", 11 "+third_party/WebKit/Source/WebCore/platform/graphics/IntRect.h",
12 "+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h", 12 "+third_party/WebKit/Source/WebCore/platform/graphics/IntSize.h",
13 "+Source/WebCore/platform/graphics/FloatPoint.h",
14 "+Source/WebCore/platform/graphics/FloatPoint3D.h",
15 "+Source/WebCore/platform/graphics/FloatQuad.h",
16 "+Source/WebCore/platform/graphics/FloatRect.h",
17 "+Source/WebCore/platform/graphics/FloatSize.h",
18 "+Source/WebCore/platform/graphics/IntPoint.h",
19 "+Source/WebCore/platform/graphics/IntRect.h",
20 "+Source/WebCore/platform/graphics/IntSize.h",
13 # http://crbug.com/144540 21 # http://crbug.com/144540
14 "+third_party/WebKit/Source/WebCore/platform/graphics/Region.h", 22 "+third_party/WebKit/Source/WebCore/platform/graphics/Region.h",
23 "+Source/WebCore/platform/graphics/Region.h",
15 # TODO(jamesr): Resolve these 24 # TODO(jamesr): Resolve these
16 "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h", 25 "+third_party/WebKit/Source/WebCore/platform/graphics/UnitBezier.h",
17 "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h", 26 "+third_party/WebKit/Source/WebCore/platform/graphics/gpu/TilingData.h",
27 "+Source/WebCore/platform/graphics/UnitBezier.h",
28 "+Source/WebCore/platform/graphics/gpu/TilingData.h",
18 # TODO(jamesr): We depend on these things just to do test setup. We should be 29 # TODO(jamesr): We depend on these things just to do test setup. We should be
19 # able to run unit tests without these dependencies. 30 # able to run unit tests without these dependencies.
20 "+third_party/WebKit/Source/Platform/chromium/public/Platform.h", 31 "+third_party/WebKit/Source/Platform/chromium/public/Platform.h",
21 "+webkit/compositor_bindings/web_compositor_support_impl.h", 32 "+webkit/compositor_bindings/web_compositor_support_impl.h",
22 "+webkit/glue/webthread_impl.h" 33 "+webkit/glue/webthread_impl.h"
23 ] 34 ]
OLDNEW
« no previous file with comments | « cc/ContentLayerChromiumClient.h ('k') | cc/FloatQuadTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698