Searched defs:BUILD_DIR (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/remoting/host/installer/linux/
H A DMakefile9 BUILD_DIR = $(SRC_DIR)/out/Release macro
15 ME2ME_PROGNAME = $(BUILD_DIR)/remoting_me2me_host
17 START_PROGNAME = $(BUILD_DIR)/remoting_start_host
19 ME2ME_NM_PROGNAME = $(BUILD_DIR)/native_messaging_host
21 REMOTE_ASSISTANCE_PROGNAME = $(BUILD_DIR)/remote_assistance_host
38 "$(BUILD_DIR)/remoting/com.google.chrome.remote_desktop.json" \
42 "$(BUILD_DIR)/remoting/com.google.chrome.remote_assistance.json" \
61 "$(BUILD_DIR)/icudtl.dat" "$(INSTALL_DIR)/icudtl.dat"
63 for locale in $$(ls $(BUILD_DIR)/remoting_locales); do \
64 install "$(BUILD_DIR)/remoting_locale
[all...]
/external/chromium_org/third_party/mesa/src/src/glx/apple/
H A DMakefile24 BUILD_DIR=builds macro
/external/chromium_org/tools/win/link_limiter/
H A Dbuild_link_limiter.py13 BUILD_DIR = 'build' variable
42 if not os.path.exists(BUILD_DIR):
43 os.makedirs(BUILD_DIR)
45 outpath = os.path.join(BUILD_DIR, outfile)
52 % (os.path.join('..', infile), outfile), BUILD_DIR)
67 if os.path.exists(BUILD_DIR):
68 shutil.rmtree(BUILD_DIR)
/external/mesa3d/src/glx/apple/
H A DMakefile24 BUILD_DIR=builds macro
/external/chromium_org/native_client_sdk/src/build_tools/
H A Dbuild_sdk.py52 BUILD_DIR = os.path.join(NACL_DIR, 'build') variable
56 CYGTAR = os.path.join(BUILD_DIR, 'cygtar.py')
57 PKGVER = os.path.join(BUILD_DIR, 'package_version', 'package_version.py')

Completed in 214 milliseconds