Searched refs:wk_root (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Source/WebKit/wx/ |
D | wscript | 32 wk_root, 33 os.path.join(wk_root, 'Source', 'JavaScriptCore'), 34 os.path.join(wk_root, 'Source', 'WebCore'), 35 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'), 36 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'), 38 os.path.join(wk_root, 'Source', 'WebCore', 'page', 'wx'), 39 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'network', 'curl'), 40 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'wx'), 41 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'bridge', 'wx'), 42 os.path.join(wk_root, 'Source', 'WebCore', 'platform', 'graphics', 'wx'), [all …]
|
/external/webkit/Tools/DumpRenderTree/ |
D | wscript | 34 os.path.join(wk_root, 'Source', 'JavaScriptCore'), 35 os.path.join(wk_root, 'Source', 'WebCore'), 36 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'), 37 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
|
/external/webkit/Tools/wx/build/ |
D | build_utils.py | 108 def update_wx_deps(conf, wk_root, msvc_version='msvc2008'): argument 115 wklibs_dir = os.path.join(wk_root, 'WebKitLibraries') 116 …f_newer('http://wxwebkit.wxcommunity.com/downloads/deps/waf', os.path.join(wk_root, 'Tools', 'wx')) 123 wxpy_dir = os.path.join(wk_root, 'Source', 'WebKit', 'wx', 'bindings', 'python') 139 os.system('%s/Tools/wx/install-unix-extras' % wk_root) 169 def get_config(wk_root): argument 170 config_file = os.path.join(wk_root, 'WebKitBuild', 'Configuration')
|
D | settings.py | 40 wk_root = os.path.abspath(os.path.join(os.path.dirname(__file__), '../../..')) variable 51 jscore_dir = os.path.join(wk_root, 'Source', 'JavaScriptCore') 52 webcore_dir = os.path.join(wk_root, 'Source', 'WebCore') 53 wklibs_dir = os.path.join(wk_root, 'WebKitLibraries') 159 config = get_config(wk_root) 162 output_dir = os.path.join(wk_root, 'WebKitBuild', config_dir) 182 create_hash_table = wk_root + "/Source/JavaScriptCore/create_hash_table" 283 update_wx_deps(conf, wk_root, msvc_version)
|
/external/webkit/Source/WebKit/wx/bindings/python/ |
D | wscript | 33 os.path.join(wk_root, 'Source', 'JavaScriptCore'), 34 os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'cpp'), 35 os.path.join(wk_root, 'Source', 'WebCore', 'DerivedSources'), 36 os.path.join(wk_root, 'Source', 'WebKit', 'wx'),
|
/external/webkit/Tools/wx/browser/ |
D | wscript | 32 include_paths = [os.path.join(wk_root, 'Source', 'WebCore', 'bindings', 'wx'), 33 os.path.join(wk_root, 'Source', 'WebKit', 'wx')]
|