Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(531)

Side by Side Diff: Makefile

Issue 791723004: Reland "Use same blob format for internal and external snapshots." (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 GYPFLAGS += -Dv8_enable_backtrace=1 75 GYPFLAGS += -Dv8_enable_backtrace=1
76 endif 76 endif
77 # verifypredictable=on 77 # verifypredictable=on
78 ifeq ($(verifypredictable), on) 78 ifeq ($(verifypredictable), on)
79 GYPFLAGS += -Dv8_enable_verify_predictable=1 79 GYPFLAGS += -Dv8_enable_verify_predictable=1
80 endif 80 endif
81 # snapshot=off 81 # snapshot=off
82 ifeq ($(snapshot), off) 82 ifeq ($(snapshot), off)
83 GYPFLAGS += -Dv8_use_snapshot='false' 83 GYPFLAGS += -Dv8_use_snapshot='false'
84 endif 84 endif
85 ifeq ($(snapshot), external)
86 GYPFLAGS += -Dv8_use_external_startup_data=1
87 endif
85 # extrachecks=on/off 88 # extrachecks=on/off
86 ifeq ($(extrachecks), on) 89 ifeq ($(extrachecks), on)
87 GYPFLAGS += -Dv8_enable_extra_checks=1 -Dv8_enable_handle_zapping=1 90 GYPFLAGS += -Dv8_enable_extra_checks=1 -Dv8_enable_handle_zapping=1
88 endif 91 endif
89 ifeq ($(extrachecks), off) 92 ifeq ($(extrachecks), off)
90 GYPFLAGS += -Dv8_enable_extra_checks=0 -Dv8_enable_handle_zapping=0 93 GYPFLAGS += -Dv8_enable_extra_checks=0 -Dv8_enable_handle_zapping=0
91 endif 94 endif
92 # gdbjit=on/off 95 # gdbjit=on/off
93 ifeq ($(gdbjit), on) 96 ifeq ($(gdbjit), on)
94 GYPFLAGS += -Dv8_enable_gdbjit=1 97 GYPFLAGS += -Dv8_enable_gdbjit=1
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 third_party/icu --revision 277999 ; \ 505 third_party/icu --revision 277999 ; \
503 fi 506 fi
504 svn checkout --force https://googletest.googlecode.com/svn/trunk \ 507 svn checkout --force https://googletest.googlecode.com/svn/trunk \
505 testing/gtest --revision 692 508 testing/gtest --revision 692
506 svn checkout --force https://googlemock.googlecode.com/svn/trunk \ 509 svn checkout --force https://googlemock.googlecode.com/svn/trunk \
507 testing/gmock --revision 485 510 testing/gmock --revision 485
508 511
509 dependencies: builddeps 512 dependencies: builddeps
510 # 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.
511 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''} ]"
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/flag-definitions.h » ('j') | src/snapshot-external.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698