HomeSort by relevance Sort by last modified time
    Searched refs:CHROME_SRC (Results 1 - 16 of 16) sorted by null

  /external/chromium_org/build/android/
envsetup.sh 21 if [[ -z "${CHROME_SRC}" ]]; then
22 # If $CHROME_SRC was not set, assume current directory is CHROME_SRC.
23 local CHROME_SRC="${CURRENT_DIR}"
26 if [[ "${CURRENT_DIR/"${CHROME_SRC}"/}" == "${CURRENT_DIR}" ]]; then
27 # If current directory is not in $CHROME_SRC, it might be set for other
28 # source tree. If $CHROME_SRC was set correctly and we are in the correct
29 # directory, "${CURRENT_DIR/"${CHROME_SRC}"/}" will be "".
31 echo "Warning: Current directory is out of CHROME_SRC, it may not be \
33 echo "${CHROME_SRC}"
    [all...]
  /external/chromium_org/build/
tree_truth.sh 74 tt_delete_tag $CHROME_SRC/../$project tree_truth
81 local full_path=$CHROME_SRC/../$project
92 (cd $CHROME_SRC/../$p && git log -n 10 --format=" %H %s %an, %ad" | cat)
97 CHROME_SRC=$1
gyp_helper.py 11 CHROME_SRC = os.path.dirname(SCRIPT_DIR)
53 path = os.path.join(os.path.dirname(CHROME_SRC), 'chromium.gyp_env')
  /external/chromium_org/android_webview/tools/
gyp_webview 18 CHROME_SRC="$(readlink -f "$(dirname "$0")/../..")"
19 GYP="${CHROME_SRC}/build/gyp_chromium"
53 "--depth=${CHROME_SRC} ${CHROME_SRC}/android_webview/android_webview.gyp"
  /external/chromium_org/build/android/buildbot/
bb_utils.py 24 CHROME_SRC = os.path.abspath(
28 CHROME_OUT_DIR = os.path.join(CHROME_SRC, 'out')
39 def SpawnCmd(command, stdout=None, cwd=CHROME_SRC):
57 cwd=CHROME_SRC):
bb_run_bot.py 63 cwd=bb_utils.CHROME_SRC, env=init_env)
82 bb_utils.CHROME_SRC, '..', '..', '..', '..', '..', 'build_internal',
271 return_code = subprocess.call(command, cwd=bb_utils.CHROME_SRC, env=env)
bb_device_steps.py 26 CHROME_SRC_DIR = bb_utils.CHROME_SRC
  /external/chromium_org/native_client_sdk/src/tools/tests/
create_html_test.py 13 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(PARENT_DIR)))
14 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
sel_ldr_test.py 13 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(PARENT_DIR)))
14 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
fix_deps_test.py 13 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(PARENT_DIR)))
14 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
nacl_config_test.py 12 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(TOOLS_DIR)))
13 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
getos_test.py 14 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(TOOLS_DIR)))
15 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
create_nmf_test.py 17 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(TOOLS_DIR)))
18 MOCK_DIR = os.path.join(CHROME_SRC, 'third_party', 'pymock')
  /external/chromium_org/native_client_sdk/src/build_tools/tests/
build_version_test.py 13 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(BUILD_TOOLS_DIR)))
14 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
verify_ppapi_test.py 12 CHROME_SRC = os.path.dirname(os.path.dirname(os.path.dirname(BUILD_TOOLS_DIR)))
13 MOCK_DIR = os.path.join(CHROME_SRC, "third_party", "pymock")
  /external/chromium_org/third_party/android_platform/development/scripts/
symbol.py 29 CHROME_SRC = os.path.join(os.path.realpath(os.path.dirname(__file__)),
31 ANDROID_BUILD_TOP = CHROME_SRC
32 SYMBOLS_DIR = CHROME_SRC
33 CHROME_SYMBOLS_DIR = CHROME_SRC
82 return os.path.join(CHROME_SRC,

Completed in 6106 milliseconds