OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHROME_SRC
(Results
1 - 15
of
15
) sorted by null
/external/chromium_org/build/android/
envsetup.sh
75
if [[ -z "${
CHROME_SRC
}" ]]; then
76
# If $
CHROME_SRC
was not set, assume current directory is
CHROME_SRC
.
77
export
CHROME_SRC
="${CURRENT_DIR}"
80
if [[ "${CURRENT_DIR/"${
CHROME_SRC
}"/}" == "${CURRENT_DIR}" ]]; then
81
# If current directory is not in $
CHROME_SRC
, it might be set for other
82
# source tree. If $
CHROME_SRC
was set correctly and we are in the correct
83
# directory, "${CURRENT_DIR/"${
CHROME_SRC
}"/}" will be "".
85
echo "Warning: Current directory is out of
CHROME_SRC
, it may not be \
87
echo "${
CHROME_SRC
}"
[
all
...]
envsetup_functions.sh
25
# based on
CHROME_SRC
and ANDROID_TOOLCHAIN, along with DEFINES for GYP_DEFINES.
72
export PATH=$PATH:${
CHROME_SRC
}/build/android/${toolchain_arch}-gold
78
# Must be after
CHROME_SRC
is set.
79
export PATH=$PATH:${
CHROME_SRC
}/build/android
108
ORDER_DEFINES="order_text_section=${
CHROME_SRC
}/orderfiles/orderfile.out"
139
# Exports common GYP variables based on variable DEFINES and
CHROME_SRC
.
158
export CHROMIUM_GYP_FILE="${
CHROME_SRC
}/build/all_android.gyp"
228
export ANDROID_NDK_ROOT="${
CHROME_SRC
}/third_party/android_tools/ndk/"
238
export ANDROID_SDK_ROOT="${
CHROME_SRC
}/third_party/android_tools/sdk/"
332
export CHROMIUM_GYP_FILE="${
CHROME_SRC
}/android_webview/all_webview.gyp
[
all
...]
/external/chromium_org/android_webview/tools/
gyp_webview
17
export
CHROME_SRC
="$(readlink -f "$(dirname "$0")/../..")"
21
( . $
CHROME_SRC
/build/android/envsetup.sh --target-arch=arm --host-os=linux \
25
( . $
CHROME_SRC
/build/android/envsetup.sh --target-arch=x86 --host-os=linux \
29
( . $
CHROME_SRC
/build/android/envsetup.sh --target-arch=mips --host-os=linux \
33
( . $
CHROME_SRC
/build/android/envsetup.sh --target-arch=arm --host-os=mac \
37
( . $
CHROME_SRC
/build/android/envsetup.sh --target-arch=x86 --host-os=mac \
41
( . $
CHROME_SRC
/build/android/envsetup.sh --target-arch=mips --host-os=mac \
/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)
52
path = os.path.join(os.path.dirname(
CHROME_SRC
), 'chromium.gyp_env')
/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
66
cwd=bb_utils.
CHROME_SRC
, env=init_env)
82
bb_utils.
CHROME_SRC
, '..', '..', '..', '..', '..', 'build_internal',
265
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")
create_nmf_test.py
15
CHROME_SRC
= os.path.dirname(os.path.dirname(os.path.dirname(PARENT_DIR)))
16
MOCK_DIR = os.path.join(
CHROME_SRC
, "third_party", "pymock")
111
toolchain = os.path.join(
CHROME_SRC
, 'native_client', 'toolchain')
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")
/external/chromium_org/third_party/android_platform/development/scripts/
symbol.py
26
CHROME_SRC
= os.path.join(os.path.realpath(os.path.dirname(__file__)),
28
ANDROID_BUILD_TOP =
CHROME_SRC
29
SYMBOLS_DIR =
CHROME_SRC
30
CHROME_SYMBOLS_DIR =
CHROME_SRC
63
return os.path.join(
CHROME_SRC
,
/external/chromium_org/native_client_sdk/src/build_tools/tests/
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")
Completed in 383 milliseconds