summaryrefslogtreecommitdiffstats
path: root/tools/include_tracer.py
diff options
context:
space:
mode:
authortfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-06 00:13:25 +0000
committertfarina@chromium.org <tfarina@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-06 00:13:25 +0000
commiteb1421d0a05ff09a832119a259f8b84af285b872 (patch)
tree7bddeede85a14f4b815e65e294a65e96f20c0067 /tools/include_tracer.py
parent9dc8e30aa56830051d4c3a940aa3c5a59bc59f94 (diff)
downloadchromium_src-eb1421d0a05ff09a832119a259f8b84af285b872.zip
chromium_src-eb1421d0a05ff09a832119a259f8b84af285b872.tar.gz
chromium_src-eb1421d0a05ff09a832119a259f8b84af285b872.tar.bz2
Fix the paths to WebKit directories in include_tracer.py.
R=thakis@chromium.org Review URL: https://codereview.chromium.org/21109005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215738 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/include_tracer.py')
-rwxr-xr-xtools/include_tracer.py176
1 files changed, 86 insertions, 90 deletions
diff --git a/tools/include_tracer.py b/tools/include_tracer.py
index 5d908d1..df30c65 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',