HomeSort by relevance Sort by last modified time
    Searched refs:BUILDTYPE (Results 1 - 9 of 9) sorted by null

  /external/chromium_org/build/
update-linux-sandbox.sh 7 BUILDTYPE="${BUILDTYPE:-Debug}"
9 CHROME_OUT_DIR="${CHROME_SRC_DIR}/out/${BUILDTYPE}"
36 echo -n "${CHROME_OUT_DIR} does not exist. Use \"BUILDTYPE=Release ${0}\" "
  /external/chromium_org/chrome_frame/test/
poor_mans_trybot.bat 36 REM Read OUTPUT and/or BUILDTYPE from command line.
40 IF "%%a"=="Debug" SET BUILDTYPE=Debug
41 IF "%%a"=="Release" SET BUILDTYPE=Release
45 IF "%OUTPUT%%BUILDTYPE%"=="" (
57 rmdir /s /q %OUTPUT%\%BUILDTYPE%
60 mkdir %OUTPUT%\%BUILDTYPE%
71 xcopy %CLIENT_ROOT%\%OUTPUT%\%BUILDTYPE% %OUTPUT%\%BUILDTYPE% /E /EXCLUDE:%CLIENT_ROOT%\chrome_frame\test\poor_mans_trybot_xcopy_filter.txt
87 echo %INSTALL_ROOT%\%OUTPUT%\%BUILDTYPE%\chrome_frame_unittests.exe
88 echo %INSTALL_ROOT%\%OUTPUT%\%BUILDTYPE%\chrome_frame_tests.ex
    [all...]
  /external/chromium_org/tools/win/
copy-installer.bat 20 REM and/or BUILDTYPE variables.
31 REM Read local configuration (set OUTPUT and BUILDTYPE there).
34 REM Read OUTPUT and/or BUILDTYPE from command line.
38 IF "%%a"=="Debug" SET BUILDTYPE=Debug
39 IF "%%a"=="Release" SET BUILDTYPE=Release
43 IF "%OUTPUT%%BUILDTYPE%"=="" (
48 SET FROM=%FROM%\%OUTPUT%\%BUILDTYPE%
49 SET TO=\%OUTPUT%\%BUILDTYPE%
103 IF "%BUILDTYPE%"=="" (
106 SET BUILDTYPES=%BUILDTYPE%
    [all...]
  /external/skia/tools/
git-skia-verify 69 make BUILDTYPE=Release -j10
81 make BUILDTYPE=Release -j10
  /external/chromium_org/tools/cr/cr/base/
buildtype.py 10 class BuildType(cr.Plugin, cr.Plugin.Type):
14 directory format, and the BUILDTYPE environment variable used by chromium
21 BUILDTYPE='{CR_BUILDTYPE}',
25 super(BuildType, self).__init__()
40 class DebugBuildType(BuildType):
41 """A concrete implementation of BuildType for Debug builds."""
48 class ReleaseBuildType(BuildType):
49 """A concrete implementation of BuildType for Release builds."""
57 return BuildType.GetPlugin('Debug').priority + 1
  /external/chromium_org/v8/
Makefile.nacl 87 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
Makefile 265 $(MAKE) -C "$(OUTDIR)" BUILDTYPE=$(BUILDTYPE) \
266 builddir="$(abspath $(OUTDIR))/$(BUILDTYPE)"
282 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
289 CXX="$(CXX)" LINK="$(LINK)" BUILDTYPE=Release \
  /external/v8/
Makefile 150 BUILDTYPE=$(shell echo $(subst .,,$(suffix $@)) | \
156 CXX="$(CXX)" LINK="$(LINK)" BUILDTYPE=Release \
168 BUILDTYPE=Release \
  /external/chromium_org/build/android/
adb_gdb 88 # Note: Ignore BUILDTYPE variable, because the Ninja build doesn't use it.
89 BUILDTYPE=
191 BUILDTYPE=Debug
194 BUILDTYPE=Release
689 # $1: $BUILDTYPE value, can be empty
694 # Note: Ninja places debug libraries under out/$BUILDTYPE/lib/, while
695 # Make places then under out/$BUILDTYPE/lib.target.
735 detect_symbol_dir "$BUILDTYPE"

Completed in 660 milliseconds