OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHROME_SRC
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/build/android/
envsetup.sh
76
if [[ -z "${
CHROME_SRC
}" ]]; then
77
# If $
CHROME_SRC
was not set, assume current directory is
CHROME_SRC
.
78
export
CHROME_SRC
="${CURRENT_DIR}"
81
if [[ "${CURRENT_DIR/"${
CHROME_SRC
}"/}" == "${CURRENT_DIR}" ]]; then
82
# If current directory is not in $
CHROME_SRC
, it might be set for other
83
# source tree. If $
CHROME_SRC
was set correctly and we are in the correct
84
# directory, "${CURRENT_DIR/"${
CHROME_SRC
}"/}" will be "".
86
echo "Warning: Current directory is out of
CHROME_SRC
, it may not be \
88
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"
138
# Exports common GYP variables based on variable DEFINES and
CHROME_SRC
.
157
export CHROMIUM_GYP_FILE="${
CHROME_SRC
}/build/all_android.gyp"
226
export ANDROID_NDK_ROOT="${
CHROME_SRC
}/third_party/android_tools/ndk/"
234
export ANDROID_SDK_ROOT="${
CHROME_SRC
}/third_party/android_tools/sdk/"
325
export CHROMIUM_GYP_FILE="${
CHROME_SRC
}/android_webview/all_webview.gyp
[
all
...]
/external/chromium_org/build/
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(
34
def SpawnCmd(command, stdout=None, cwd=
CHROME_SRC
):
49
cwd=
CHROME_SRC
):
bb_device_steps.py
27
CHROME_SRC
= constants.DIR_SOURCE_ROOT
28
LOGCAT_DIR = os.path.join(
CHROME_SRC
, 'out', 'logcat')
218
['--additional-expectations=%s' % os.path.join(
CHROME_SRC
, *f)])
224
['--additional-expectations=%s' % os.path.join(
CHROME_SRC
, *f)])
233
os.path.join(
CHROME_SRC
, 'build', 'android', 'adb_logcat_monitor.py'),
299
logcat_file = os.path.join(
CHROME_SRC
, 'out', options.target, 'full_log')
302
os.path.join(
CHROME_SRC
, 'build', 'android', 'adb_logcat_printer.py'),
310
os.path.join(
CHROME_SRC
, 'out', options.target, 'test_logs', '*.log')):
bb_run_bot.py
62
cwd=bb_utils.
CHROME_SRC
, env=init_env)
78
bb_utils.
CHROME_SRC
, '..', '..', '..', '..', '..', 'build_internal',
246
return_code = subprocess.call(command, cwd=bb_utils.
CHROME_SRC
, env=env)
/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/android_webview/tools/
gyp_webview
17
export
CHROME_SRC
="$(readlink -f "$(dirname "$0")/../..")"
/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 3851 milliseconds