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

/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

Completed in 124 milliseconds