Searched refs:exec_script (Results 1 – 25 of 54) sorted by relevance
123
/external/chromium_org/remoting/ |
D | remoting_version.gni | 27 version_major = exec_script( 35 version_minor = exec_script( 42 version_short = "${version_major}.${version_minor}." + exec_script( 50 version_full = "${version_short}." + exec_script(
|
/external/chromium_org/third_party/cython/ |
D | rules.gni | 46 include_dirs = exec_script(python_flags, 49 libs = exec_script(python_flags, 52 lib_dirs = exec_script(python_flags,
|
/external/chromium_org/content/renderer/ |
D | renderer.gni | 8 # files. It also saves us from duplicating this exec_script call. 9 content_renderer_gypi_values = exec_script(
|
/external/chromium_org/content/common/ |
D | common.gni | 8 # files. It also saves us from duplicating this exec_script call. 9 content_common_gypi_values = exec_script(
|
/external/chromium_org/content/browser/ |
D | browser.gni | 8 # files. It also saves us from duplicating this exec_script call. 9 content_browser_gypi_values = exec_script(
|
/external/chromium_org/content/child/ |
D | child.gni | 8 # files. It also saves us from duplicating this exec_script call. 9 content_child_gypi_values = exec_script(
|
/external/chromium_org/third_party/WebKit/Source/bindings/ |
D | bindings.gni | 11 _core_v8_custom_gypi = exec_script( 26 _core_v8_gypi = exec_script(
|
/external/chromium_org/third_party/angle/ |
D | BUILD.gn | 7 gles_gypi = exec_script( 13 egl_gypi = exec_script( 20 compiler_gypi = exec_script(
|
/external/chromium_org/content/ |
D | content.gni | 7 (exec_script("//build/dir_exists.py",
|
/external/chromium_org/extensions/common/api/ |
D | schemas.gni | 5 gypi_values = exec_script(
|
/external/chromium_org/build/config/gcc/ |
D | gcc_version.gni | 15 gcc_version = exec_script("../../compiler_version.py", [ "host", "compiler" ], "value")
|
/external/chromium_org/build/config/android/ |
D | BUILD.gn | 15 ldflags += [ exec_script(sysroot_ld_path,
|
/external/chromium_org/third_party/WebKit/Source/platform/ |
D | platform.gni | 8 _gypi = exec_script(
|
/external/chromium_org/chrome/common/extensions/api/ |
D | schemas.gni | 8 gypi_values = exec_script(
|
/external/chromium_org/skia/ |
D | BUILD.gn | 15 gypi_skia_defines = exec_script( 24 gypi_skia_core = exec_script( 33 gypi_skia_gpu = exec_script( 42 gypi_skia_pdf = exec_script( 51 gypi_skia_effects = exec_script( 60 gypi_skia_utils = exec_script( 69 gypi_values = exec_script(
|
/external/chromium_org/build/config/ios/ |
D | ios_sdk.gni | 28 exec_script("ios_sdk.py", [ _ios_sdk_to_query ], "list lines")
|
/external/chromium_org/printing/ |
D | BUILD.gn | 129 cups_version = exec_script("cups_config_helper.py", [ "--api-version" ], 229 libs = exec_script("cups_config_helper.py", [ "--libs-for-gn" ], "value")
|
/external/chromium_org/chrome/utility/ |
D | BUILD.gn | 8 gypi_values = exec_script(
|
/external/chromium_org/build/config/mac/ |
D | mac_sdk.gni | 24 exec_script("//build/mac/find_sdk.py", find_sdk_args, "list lines")
|
/external/chromium_org/third_party/WebKit/Source/modules/ |
D | modules.gni | 9 _gypi = exec_script(
|
/external/chromium_org/third_party/WebKit/Source/core/ |
D | core.gni | 10 _gypi = exec_script(
|
/external/chromium_org/build/toolchain/win/ |
D | BUILD.gn | 18 exec_script("setup_toolchain.py", 22 concurrent_links = exec_script("../get_concurrent_links.py", [], "value")
|
/external/chromium_org/third_party/boringssl/ |
D | BUILD.gn | 22 gypi_values = exec_script(
|
/external/chromium_org/third_party/WebKit/Source/wtf/ |
D | BUILD.gn | 6 gypi_values = exec_script("//build/gypi_to_gn.py",
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | BUILD.gn | 13 web_gypi = exec_script(
|
123