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 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
78 endif | 78 endif |
79 # snapshot=off | 79 # snapshot=off |
80 ifeq ($(snapshot), off) | 80 ifeq ($(snapshot), off) |
81 GYPFLAGS += -Dv8_use_snapshot='false' | 81 GYPFLAGS += -Dv8_use_snapshot='false' |
82 endif | 82 endif |
83 ifeq ($(snapshot), external) | 83 ifeq ($(snapshot), external) |
84 GYPFLAGS += -Dv8_use_external_startup_data=1 | 84 GYPFLAGS += -Dv8_use_external_startup_data=1 |
85 endif | 85 endif |
86 # extrachecks=on/off | 86 # extrachecks=on/off |
87 ifeq ($(extrachecks), on) | 87 ifeq ($(extrachecks), on) |
88 GYPFLAGS += -Dv8_enable_extra_checks=1 -Dv8_enable_handle_zapping=1 | 88 GYPFLAGS += -Ddcheck_always_on=1 -Dv8_enable_handle_zapping=1 |
89 endif | 89 endif |
90 ifeq ($(extrachecks), off) | 90 ifeq ($(extrachecks), off) |
91 GYPFLAGS += -Dv8_enable_extra_checks=0 -Dv8_enable_handle_zapping=0 | 91 GYPFLAGS += -Ddcheck_always_on=0 -Dv8_enable_handle_zapping=0 |
92 endif | 92 endif |
93 # gdbjit=on/off | 93 # gdbjit=on/off |
94 ifeq ($(gdbjit), on) | 94 ifeq ($(gdbjit), on) |
95 GYPFLAGS += -Dv8_enable_gdbjit=1 | 95 GYPFLAGS += -Dv8_enable_gdbjit=1 |
96 endif | 96 endif |
97 ifeq ($(gdbjit), off) | 97 ifeq ($(gdbjit), off) |
98 GYPFLAGS += -Dv8_enable_gdbjit=0 | 98 GYPFLAGS += -Dv8_enable_gdbjit=0 |
99 endif | 99 endif |
100 # vtunejit=on | 100 # vtunejit=on |
101 ifeq ($(vtunejit), on) | 101 ifeq ($(vtunejit), on) |
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
499 third_party/icu --revision 277999 ; \ | 499 third_party/icu --revision 277999 ; \ |
500 fi | 500 fi |
501 svn checkout --force https://googletest.googlecode.com/svn/trunk \ | 501 svn checkout --force https://googletest.googlecode.com/svn/trunk \ |
502 testing/gtest --revision 692 | 502 testing/gtest --revision 692 |
503 svn checkout --force https://googlemock.googlecode.com/svn/trunk \ | 503 svn checkout --force https://googlemock.googlecode.com/svn/trunk \ |
504 testing/gmock --revision 485 | 504 testing/gmock --revision 485 |
505 | 505 |
506 dependencies: builddeps | 506 dependencies: builddeps |
507 # The spec is a copy of the hooks in v8's DEPS file. | 507 # The spec is a copy of the hooks in v8's DEPS file. |
508 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''}
]" | 508 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 |