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

Unified Diff: tools/include_tracer.py

Issue 21109005: Fix the paths to WebKit directories in include_tracer.py. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/include_tracer.py
diff --git a/tools/include_tracer.py b/tools/include_tracer.py
index 5d908d1d1f79aeb37168913f13ffd07b24130bce..df30c65c005e4996721841cf4d4cd23814b2376e 100755
--- a/tools/include_tracer.py
+++ b/tools/include_tracer.py
@@ -27,96 +27,92 @@ INCLUDE_PATHS = [
'testing/gtest/include',
'third_party/GTM',
'third_party/WebKit/Source',
- 'third_party/WebKit/Source/JavaScriptCore',
- 'third_party/WebKit/Source/JavaScriptCore/wtf',
- 'third_party/WebKit/Source/ThirdParty/glu',
- 'third_party/WebKit/Source/WebCore',
- 'third_party/WebKit/Source/WebCore/accessibility',
- 'third_party/WebKit/Source/WebCore/accessibility/chromium',
- 'third_party/WebKit/Source/WebCore/bindings',
- 'third_party/WebKit/Source/WebCore/bindings/generic',
- 'third_party/WebKit/Source/WebCore/bindings/v8',
- 'third_party/WebKit/Source/WebCore/bindings/v8/custom',
- 'third_party/WebKit/Source/WebCore/bindings/v8/specialization',
- 'third_party/WebKit/Source/WebCore/bridge',
- 'third_party/WebKit/Source/WebCore/bridge/jni',
- 'third_party/WebKit/Source/WebCore/bridge/jni/v8',
- 'third_party/WebKit/Source/WebCore/css',
- 'third_party/WebKit/Source/WebCore/dom',
- 'third_party/WebKit/Source/WebCore/dom/default',
- 'third_party/WebKit/Source/WebCore/editing',
- 'third_party/WebKit/Source/WebCore/fileapi',
- 'third_party/WebKit/Source/WebCore/history',
- 'third_party/WebKit/Source/WebCore/html',
- 'third_party/WebKit/Source/WebCore/html/canvas',
- 'third_party/WebKit/Source/WebCore/html/parser',
- 'third_party/WebKit/Source/WebCore/html/shadow',
- 'third_party/WebKit/Source/WebCore/inspector',
- 'third_party/WebKit/Source/WebCore/loader',
- 'third_party/WebKit/Source/WebCore/loader/appcache',
- 'third_party/WebKit/Source/WebCore/loader/archive',
- 'third_party/WebKit/Source/WebCore/loader/cache',
- 'third_party/WebKit/Source/WebCore/loader/icon',
- 'third_party/WebKit/Source/WebCore/mathml',
- 'third_party/WebKit/Source/WebCore/notifications',
- 'third_party/WebKit/Source/WebCore/page',
- 'third_party/WebKit/Source/WebCore/page/animation',
- 'third_party/WebKit/Source/WebCore/page/chromium',
- 'third_party/WebKit/Source/WebCore/platform',
- 'third_party/WebKit/Source/WebCore/platform/animation',
- 'third_party/WebKit/Source/WebCore/platform/audio',
- 'third_party/WebKit/Source/WebCore/platform/audio/chromium',
- 'third_party/WebKit/Source/WebCore/platform/audio/mac',
- 'third_party/WebKit/Source/WebCore/platform/chromium',
- 'third_party/WebKit/Source/WebCore/platform/cocoa',
- 'third_party/WebKit/Source/WebCore/platform/graphics',
- 'third_party/WebKit/Source/WebCore/platform/graphics/cg',
- 'third_party/WebKit/Source/WebCore/platform/graphics/chromium',
- 'third_party/WebKit/Source/WebCore/platform/graphics/cocoa',
- 'third_party/WebKit/Source/WebCore/platform/graphics/filters',
- 'third_party/WebKit/Source/WebCore/platform/graphics/gpu',
- 'third_party/WebKit/Source/WebCore/platform/graphics/mac',
- 'third_party/WebKit/Source/WebCore/platform/graphics/opentype',
- 'third_party/WebKit/Source/WebCore/platform/graphics/skia',
- 'third_party/WebKit/Source/WebCore/platform/graphics/transforms',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/bmp',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/gif',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/ico',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/jpeg',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/png',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/skia',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/webp',
- 'third_party/WebKit/Source/WebCore/platform/image-decoders/xbm',
- 'third_party/WebKit/Source/WebCore/platform/image-encoders/skia',
- 'third_party/WebKit/Source/WebCore/platform/mac',
- 'third_party/WebKit/Source/WebCore/platform/mock',
- 'third_party/WebKit/Source/WebCore/platform/network',
- 'third_party/WebKit/Source/WebCore/platform/network/chromium',
- 'third_party/WebKit/Source/WebCore/platform/sql',
- 'third_party/WebKit/Source/WebCore/platform/text',
- 'third_party/WebKit/Source/WebCore/platform/text/mac',
- 'third_party/WebKit/Source/WebCore/platform/text/transcoder',
- 'third_party/WebKit/Source/WebCore/plugins',
- 'third_party/WebKit/Source/WebCore/plugins/chromium',
- 'third_party/WebKit/Source/WebCore/rendering',
- 'third_party/WebKit/Source/WebCore/rendering/style',
- 'third_party/WebKit/Source/WebCore/rendering/svg',
- 'third_party/WebKit/Source/WebCore/storage',
- 'third_party/WebKit/Source/WebCore/storage/chromium',
- 'third_party/WebKit/Source/WebCore/svg',
- 'third_party/WebKit/Source/WebCore/svg/animation',
- 'third_party/WebKit/Source/WebCore/svg/graphics',
- 'third_party/WebKit/Source/WebCore/svg/graphics/filters',
- 'third_party/WebKit/Source/WebCore/svg/properties',
- 'third_party/WebKit/Source/WebCore/webaudio',
- 'third_party/WebKit/Source/WebCore/websockets',
- 'third_party/WebKit/Source/WebCore/workers',
- 'third_party/WebKit/Source/WebCore/xml',
- 'third_party/WebKit/Source/WebKit/chromium/public',
- 'third_party/WebKit/Source/WebKit/chromium/src',
- 'third_party/WebKit/Source/WebKit/mac/WebCoreSupport',
- 'third_party/WebKit/WebKitLibraries',
+ 'third_party/WebKit/Source/wtf',
+ 'third_party/WebKit/Source/core',
+ 'third_party/WebKit/Source/core/accessibility',
+ 'third_party/WebKit/Source/core/accessibility/chromium',
+ 'third_party/WebKit/Source/core/bindings',
+ 'third_party/WebKit/Source/core/bindings/generic',
+ 'third_party/WebKit/Source/core/bindings/v8',
+ 'third_party/WebKit/Source/core/bindings/v8/custom',
+ 'third_party/WebKit/Source/core/bindings/v8/specialization',
+ 'third_party/WebKit/Source/core/bridge',
+ 'third_party/WebKit/Source/core/bridge/jni',
+ 'third_party/WebKit/Source/core/bridge/jni/v8',
+ 'third_party/WebKit/Source/core/css',
+ 'third_party/WebKit/Source/core/dom',
+ 'third_party/WebKit/Source/core/dom/default',
+ 'third_party/WebKit/Source/core/editing',
+ 'third_party/WebKit/Source/core/fileapi',
+ 'third_party/WebKit/Source/core/history',
+ 'third_party/WebKit/Source/core/html',
+ 'third_party/WebKit/Source/core/html/canvas',
+ 'third_party/WebKit/Source/core/html/parser',
+ 'third_party/WebKit/Source/core/html/shadow',
+ 'third_party/WebKit/Source/core/inspector',
+ 'third_party/WebKit/Source/core/loader',
+ 'third_party/WebKit/Source/core/loader/appcache',
+ 'third_party/WebKit/Source/core/loader/archive',
+ 'third_party/WebKit/Source/core/loader/cache',
+ 'third_party/WebKit/Source/core/loader/icon',
+ 'third_party/WebKit/Source/core/mathml',
+ 'third_party/WebKit/Source/core/notifications',
+ 'third_party/WebKit/Source/core/page',
+ 'third_party/WebKit/Source/core/page/animation',
+ 'third_party/WebKit/Source/core/page/chromium',
+ 'third_party/WebKit/Source/core/platform',
+ 'third_party/WebKit/Source/core/platform/animation',
+ 'third_party/WebKit/Source/core/platform/audio',
+ 'third_party/WebKit/Source/core/platform/audio/chromium',
+ 'third_party/WebKit/Source/core/platform/audio/mac',
+ 'third_party/WebKit/Source/core/platform/chromium',
+ 'third_party/WebKit/Source/core/platform/cocoa',
+ 'third_party/WebKit/Source/core/platform/graphics',
+ 'third_party/WebKit/Source/core/platform/graphics/cg',
+ 'third_party/WebKit/Source/core/platform/graphics/chromium',
+ 'third_party/WebKit/Source/core/platform/graphics/cocoa',
+ 'third_party/WebKit/Source/core/platform/graphics/filters',
+ 'third_party/WebKit/Source/core/platform/graphics/gpu',
+ 'third_party/WebKit/Source/core/platform/graphics/mac',
+ 'third_party/WebKit/Source/core/platform/graphics/opentype',
+ 'third_party/WebKit/Source/core/platform/graphics/skia',
+ 'third_party/WebKit/Source/core/platform/graphics/transforms',
+ 'third_party/WebKit/Source/core/platform/image-decoders',
+ 'third_party/WebKit/Source/core/platform/image-decoders/bmp',
+ 'third_party/WebKit/Source/core/platform/image-decoders/gif',
+ 'third_party/WebKit/Source/core/platform/image-decoders/ico',
+ 'third_party/WebKit/Source/core/platform/image-decoders/jpeg',
+ 'third_party/WebKit/Source/core/platform/image-decoders/png',
+ 'third_party/WebKit/Source/core/platform/image-decoders/skia',
+ 'third_party/WebKit/Source/core/platform/image-decoders/webp',
+ 'third_party/WebKit/Source/core/platform/image-decoders/xbm',
+ 'third_party/WebKit/Source/core/platform/image-encoders/skia',
+ 'third_party/WebKit/Source/core/platform/mac',
+ 'third_party/WebKit/Source/core/platform/mock',
+ 'third_party/WebKit/Source/core/platform/network',
+ 'third_party/WebKit/Source/core/platform/network/chromium',
+ 'third_party/WebKit/Source/core/platform/sql',
+ 'third_party/WebKit/Source/core/platform/text',
+ 'third_party/WebKit/Source/core/platform/text/mac',
+ 'third_party/WebKit/Source/core/platform/text/transcoder',
+ 'third_party/WebKit/Source/core/plugins',
+ 'third_party/WebKit/Source/core/plugins/chromium',
+ 'third_party/WebKit/Source/core/rendering',
+ 'third_party/WebKit/Source/core/rendering/style',
+ 'third_party/WebKit/Source/core/rendering/svg',
+ 'third_party/WebKit/Source/core/storage',
+ 'third_party/WebKit/Source/core/storage/chromium',
+ 'third_party/WebKit/Source/core/svg',
+ 'third_party/WebKit/Source/core/svg/animation',
+ 'third_party/WebKit/Source/core/svg/graphics',
+ 'third_party/WebKit/Source/core/svg/graphics/filters',
+ 'third_party/WebKit/Source/core/svg/properties',
+ 'third_party/WebKit/Source/core/webaudio',
+ 'third_party/WebKit/Source/core/websockets',
+ 'third_party/WebKit/Source/core/workers',
+ 'third_party/WebKit/Source/core/xml',
+ 'third_party/WebKit/Source/public',
+ 'third_party/WebKit/Source/web',
'third_party/cld',
'third_party/icu/public/common',
'third_party/icu/public/i18n',
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698