OLD | NEW |
1 # Copyright 2012 the V8 project authors. All rights reserved. | 1 # Copyright 2012 the V8 project authors. All rights reserved. |
2 # Redistribution and use in source and binary forms, with or without | 2 # Redistribution and use in source and binary forms, with or without |
3 # modification, are permitted provided that the following conditions are | 3 # modification, are permitted provided that the following conditions are |
4 # met: | 4 # met: |
5 # | 5 # |
6 # * Redistributions of source code must retain the above copyright | 6 # * Redistributions of source code must retain the above copyright |
7 # notice, this list of conditions and the following disclaimer. | 7 # notice, this list of conditions and the following disclaimer. |
8 # * Redistributions in binary form must reproduce the above | 8 # * Redistributions in binary form must reproduce the above |
9 # copyright notice, this list of conditions and the following | 9 # copyright notice, this list of conditions and the following |
10 # disclaimer in the documentation and/or other materials provided | 10 # disclaimer in the documentation and/or other materials provided |
(...skipping 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
226 # - "nacl" : cross-compile for Native Client (ia32 and x64) | 226 # - "nacl" : cross-compile for Native Client (ia32 and x64) |
227 # - default (no target specified): build all DEFAULT_ARCHES and MODES | 227 # - default (no target specified): build all DEFAULT_ARCHES and MODES |
228 # - "check": build all targets and run all tests | 228 # - "check": build all targets and run all tests |
229 # - "<arch>.clean" for any <arch> in ARCHES | 229 # - "<arch>.clean" for any <arch> in ARCHES |
230 # - "clean": clean all ARCHES | 230 # - "clean": clean all ARCHES |
231 | 231 |
232 # ----------------- internal stuff ------------------------ | 232 # ----------------- internal stuff ------------------------ |
233 | 233 |
234 # Architectures and modes to be compiled. Consider these to be internal | 234 # Architectures and modes to be compiled. Consider these to be internal |
235 # variables, don't override them (use the targets instead). | 235 # variables, don't override them (use the targets instead). |
236 ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 | 236 ARCHES = ia32 x64 x32 arm arm64 mips mipsel mips64el x87 ppc ppc64 |
237 DEFAULT_ARCHES = ia32 x64 arm | 237 DEFAULT_ARCHES = ia32 x64 arm |
238 MODES = release debug optdebug | 238 MODES = release debug optdebug |
239 DEFAULT_MODES = release debug | 239 DEFAULT_MODES = release debug |
240 ANDROID_ARCHES = android_ia32 android_arm android_arm64 android_mipsel android_x
87 | 240 ANDROID_ARCHES = android_ia32 android_arm android_arm64 android_mipsel android_x
87 |
241 NACL_ARCHES = nacl_ia32 nacl_x64 | 241 NACL_ARCHES = nacl_ia32 nacl_x64 |
242 | 242 |
243 # List of files that trigger Makefile regeneration: | 243 # List of files that trigger Makefile regeneration: |
244 GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \ | 244 GYPFILES = build/all.gyp build/features.gypi build/standalone.gypi \ |
245 build/toolchain.gypi samples/samples.gyp src/d8.gyp \ | 245 build/toolchain.gypi samples/samples.gyp src/d8.gyp \ |
246 test/cctest/cctest.gyp test/unittests/unittests.gyp tools/gyp/v8.gyp | 246 test/cctest/cctest.gyp test/unittests/unittests.gyp tools/gyp/v8.gyp |
(...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
505 third_party/icu --revision 277999 ; \ | 505 third_party/icu --revision 277999 ; \ |
506 fi | 506 fi |
507 svn checkout --force https://googletest.googlecode.com/svn/trunk \ | 507 svn checkout --force https://googletest.googlecode.com/svn/trunk \ |
508 testing/gtest --revision 692 | 508 testing/gtest --revision 692 |
509 svn checkout --force https://googlemock.googlecode.com/svn/trunk \ | 509 svn checkout --force https://googlemock.googlecode.com/svn/trunk \ |
510 testing/gmock --revision 485 | 510 testing/gmock --revision 485 |
511 | 511 |
512 dependencies: builddeps | 512 dependencies: builddeps |
513 # The spec is a copy of the hooks in v8's DEPS file. | 513 # The spec is a copy of the hooks in v8's DEPS file. |
514 gclient sync -r fb782d4369d5ae04f17a2fceef7de5a63e50f07b --spec="solutio
ns = [{u'managed': False, u'name': u'buildtools', u'url': u'https://chromium.goo
glesource.com/chromium/buildtools.git', u'custom_deps': {}, u'custom_hooks': [{u
'name': u'clang_format_win',u'pattern': u'.',u'action': [u'download_from_google_
storage',u'--no_resume',u'--platform=win32',u'--no_auth',u'--bucket',u'chromium-
clang-format',u'-s',u'buildtools/win/clang-format.exe.sha1']},{u'name': u'clang_
format_mac',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_
resume',u'--platform=darwin',u'--no_auth',u'--bucket',u'chromium-clang-format',u
'-s',u'buildtools/mac/clang-format.sha1']},{u'name': u'clang_format_linux',u'pat
tern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platf
orm=linux*',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools
/linux64/clang-format.sha1']}],u'deps_file': u'.DEPS.git', u'safesync_url': u''}
]" | 514 gclient sync -r fb782d4369d5ae04f17a2fceef7de5a63e50f07b --spec="solutio
ns = [{u'managed': False, u'name': u'buildtools', u'url': u'https://chromium.goo
glesource.com/chromium/buildtools.git', u'custom_deps': {}, u'custom_hooks': [{u
'name': u'clang_format_win',u'pattern': u'.',u'action': [u'download_from_google_
storage',u'--no_resume',u'--platform=win32',u'--no_auth',u'--bucket',u'chromium-
clang-format',u'-s',u'buildtools/win/clang-format.exe.sha1']},{u'name': u'clang_
format_mac',u'pattern': u'.',u'action': [u'download_from_google_storage',u'--no_
resume',u'--platform=darwin',u'--no_auth',u'--bucket',u'chromium-clang-format',u
'-s',u'buildtools/mac/clang-format.sha1']},{u'name': u'clang_format_linux',u'pat
tern': u'.',u'action': [u'download_from_google_storage',u'--no_resume',u'--platf
orm=linux*',u'--no_auth',u'--bucket',u'chromium-clang-format',u'-s',u'buildtools
/linux64/clang-format.sha1']}],u'deps_file': u'.DEPS.git', u'safesync_url': u''}
]" |
OLD | NEW |