HomeSort by relevance Sort by last modified time
    Searched defs:script_dir (Results 1 - 10 of 10) sorted by null

  /external/webkit/Source/WebKit/chromium/
gyp_webkit 38 script_dir = os.path.dirname(__file__) variable
40 sys.path.append(os.path.join(script_dir, 'tools', 'gyp', 'pylib'))
63 AddInclude(os.path.join(script_dir, 'build', 'common.gypi'))
66 supplements = glob.glob(os.path.join(script_dir, '*', 'supplement.gypi'))
  /external/webkit/Tools/Scripts/
new-run-webkit-tests 40 script_dir = os.path.dirname(os.path.abspath(__file__)) variable
43 if script_dir not in env['PYTHONPATH']:
47 env['PYTHONPATH'] = env['PYTHONPATH'] + env_separator + script_dir
49 env['PYTHONPATH'] = script_dir
50 module_path = os.path.join(script_dir, 'webkitpy', 'layout_tests', 'run_webkit_tests.py')
  /external/webkit/Tools/wx/packaging/
build-debian-installer.py 11 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
12 wxwebkit_dir = os.path.abspath(os.path.join(script_dir, "..", "..", "..", "WebKitBuild", "Debug" + build_utils.git_branch_name()))
13 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
29 shutil.copytree(os.path.join(script_dir, 'debian'), os.path.join(src_root, 'debian'))
build-win-installer.py 36 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
37 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
41 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
build-mac-installer.py 39 script_dir = os.path.abspath(os.path.dirname(__file__)) variable
40 sys.path.append(os.path.abspath(os.path.join(script_dir, "..", "build")))
46 wxwk_root = os.path.abspath(os.path.join(script_dir, "..", "..", ".."))
  /external/chromium/build/
gyp_chromium 16 script_dir = os.path.dirname(__file__) variable
17 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
88 AddInclude(os.path.join(script_dir, 'common.gypi'))
89 AddInclude(os.path.join(script_dir, 'features_override.gypi'))
141 args.append(os.path.join(script_dir, 'all.gyp'))
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/port/
config_standalone.py 43 script_dir = up(up(up(this_dir))) variable
44 if script_dir not in sys.path:
45 sys.path.append(script_dir)
  /external/v8/build/
gyp_v8 38 script_dir = os.path.dirname(__file__) variable
39 v8_root = os.path.normpath(os.path.join(script_dir, os.pardir))
96 AddInclude(os.path.join(script_dir, 'standalone.gypi'))
138 args.append(os.path.join(script_dir, 'all.gyp'))
  /external/ipsec-tools/src/racoon/
remoteconf.c 639 char *script_dir; local
646 script_dir = lcconf->pathinfo[LC_PATHTYPE_SCRIPT];
649 if ((path->v[0] != '/') && (script_dir != NULL)) {
650 len = strlen(script_dir) + sizeof("/") + path->l + 1;
659 (void)strlcat(new_path->v, script_dir, len);
  /external/chromium/chrome/browser/profiles/
profile_impl.cc 420 FilePath script_dir; // Don't look for user scripts in any directory. local
423 user_script_master_ = new UserScriptMaster(script_dir, this);
    [all...]

Completed in 396 milliseconds