/external/chromium_org/build/ |
gyp_chromium.py | 6 # gyp_chromium when GYP_PARALLEL=1 and it creates sub-processes 11 # __init__.py). This wrapper makes "import gyp_chromium" work with 12 # those old versions and makes it possible to execute gyp_chromium.py 18 execfile(os.path.join(path, 'gyp_chromium'))
|
gyp_helper.py | 5 # This file helps gyp_chromium and landmines correctly set up the gyp
|
gyp_chromium | 42 # On Windows, Psyco shortens warm runs of build/gyp_chromium by about 44 # seconds. Conversely, memory usage of build/gyp_chromium with Psyco 197 print 'Skipping gyp_chromium due to GYP_CHROMIUM_NO_ACTION env var.'
|
vs_toolchain.py | 163 # TODO(scottmg): Add copy_dlls for GN builds (gyp_chromium calls
|
/external/chromium_org/third_party/skia/ |
gyp_skia.py | 6 # gyp_chromium when GYP_PARALLEL=1 and it creates sub-processes 11 # __init__.py). This wrapper makes "import gyp_chromium" work with 12 # those old versions and makes it possible to execute gyp_chromium.py
|
gyp_skia | 165 # This code is copied from Chrome's build/gyp_chromium. It's not clear why
|
/external/skia/ |
gyp_skia.py | 6 # gyp_chromium when GYP_PARALLEL=1 and it creates sub-processes 11 # __init__.py). This wrapper makes "import gyp_chromium" work with 12 # those old versions and makes it possible to execute gyp_chromium.py
|
/external/chromium_org/third_party/webrtc/build/ |
vie-webrtc.sh | 39 ./build/gyp_chromium --depth=. \ 41 ./build/gyp_chromium --depth=. \ 43 ./build/gyp_chromium --depth=. third_party/opus/opus.gyp 44 ./build/gyp_chromium --depth=. third_party/libyuv/libyuv.gyp 45 ./build/gyp_chromium --depth=. third_party/libjpeg/libjpeg.gyp
|
gyp_webrtc | 12 # main function from the src/build/gyp_chromium file. 24 import gyp_chromium namespace 71 supplemental_includes = gyp_chromium.GetSupplementalFiles() 72 gn_vars_dict = gyp_chromium.GetGypVars(supplemental_includes) 81 gyp_chromium.additional_include_files(supplemental_includes, 96 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
|
/external/chromium_org/third_party/libyuv/ |
gyp_libyuv | 12 # main function from the src/build/gyp_chromium file. 23 import gyp_chromium namespace 58 supplemental_includes = gyp_chromium.GetSupplementalFiles() 59 gyp_vars_dict = gyp_chromium.GetGypVars(supplemental_includes) 68 gyp_chromium.additional_include_files(supplemental_includes, 83 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
|
gyp_libyuv.py | 12 # This script is a modified copy of the src/build/gyp_chromium.py file.
|
/external/chromium_org/build/android/ |
chrome_with_libs.gyp | 14 # GYP_DEFINES="$GYP_DEFINES libpeer_target_type=loadable_module" CHROMIUM_GYP_FILE="build/android/chrome_with_libs.gyp" build/gyp_chromium 21 # GYP_DEFINES="$GYP_DEFINES libpeer_target_type=loadable_module" build/gyp_chromium 26 # GYP_DEFINES="$GYP_DEFINES libpeer_target_type=loadable_module" CHROMIUM_GYP_FILE="build/android/chrome_with_libs.gyp" build/gyp_chromium
|
envsetup.sh | 57 echo "Please call build/gyp_chromium instead. android_gyp is going away." 58 "${ENVSETUP_GYP_CHROME_SRC}/build/gyp_chromium" --depth="${ENVSETUP_GYP_CHROME_SRC}" --check "$@"
|
/external/chromium_org/gpu/gles2_conform_support/ |
README | 4 "python build/gyp_chromium gpu/gles2_conform_support/gles2_conform_test.gyp"
|
/external/chromium_org/tools/cr/cr/actions/ |
gyp.py | 36 '{CR_SRC}/build/gyp_chromium',
|
/external/chromium_org/build/linux/unbundle/ |
README | 44 build/gyp_chromium ${myconf}
|
/external/chromium_org/build/ios/ |
mac_build.gypi | 60 'build/gyp_chromium',
|
/external/chromium_org/rlz/ |
DEPS | 67 "action": ["python", "src/build/gyp_chromium", "src/rlz/rlz.gyp"],
|
/external/chromium_org/tools/win/split_link/ |
graph_dependencies.py | 22 ['python', 'build/gyp_chromium'],
|
/external/chromium_org/android_webview/tools/ |
gyp_webview | 19 GYP="${CHROME_SRC}/build/gyp_chromium"
|
/external/chromium_org/tools/export_tarball/ |
export_v8_tarball.py | 80 # so that build/gyp_chromium can work.
|
export_tarball.py | 101 # so that build/gyp_chromium can work.
|
/external/chromium_org/tools/ |
gyp-explain.py | 89 print ' GYP_GENERATORS=dump_dependency_json build/gyp_chromium'
|
/external/chromium_org/mojo/tools/ |
mojob.sh | 70 GYP_DEFINES="$gyp_defines" build/gyp_chromium mojo/mojo.gyp || exit 1
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_logging.h | 15 // build/gyp_chromium --depth=. webrtc/modules/modules.gyp
|