OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wk_root
(Results
1 - 6
of
6
) sorted by null
/external/webkit/Tools/DumpRenderTree/
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/Source/WebKit/wx/
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/Source/WebKit/wx/bindings/python/
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/
wscript
32
include_paths = [os.path.join(
wk_root
, 'Source', 'WebCore', 'bindings', 'wx'),
33
os.path.join(
wk_root
, 'Source', 'WebKit', 'wx')]
/external/webkit/Tools/wx/build/
build_utils.py
108
def update_wx_deps(conf,
wk_root
, msvc_version='msvc2008'):
115
wklibs_dir = os.path.join(
wk_root
, 'WebKitLibraries')
116
waf = download_if_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
):
170
config_file = os.path.join(
wk_root
, 'WebKitBuild', 'Configuration')
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)
Completed in 3946 milliseconds