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

Side by Side Diff: tools/gyp/v8.gyp

Issue 792563002: Revert of Use same blob format for internal and external snapshots. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'dependencies': [ 157 'dependencies': [
158 'v8_base', 158 'v8_base',
159 ], 159 ],
160 'include_dirs+': [ 160 'include_dirs+': [
161 '../..', 161 '../..',
162 ], 162 ],
163 'sources': [ 163 'sources': [
164 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', 164 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
165 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', 165 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
166 '<(INTERMEDIATE_DIR)/snapshot.cc', 166 '<(INTERMEDIATE_DIR)/snapshot.cc',
167 '../../src/snapshot-common.cc',
167 ], 168 ],
168 'actions': [ 169 'actions': [
169 { 170 {
170 'action_name': 'run_mksnapshot', 171 'action_name': 'run_mksnapshot',
171 'inputs': [ 172 'inputs': [
172 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)', 173 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)mksnapshot<(EXECUTABLE_SUFFIX)',
173 ], 174 ],
174 'outputs': [ 175 'outputs': [
175 '<(INTERMEDIATE_DIR)/snapshot.cc', 176 '<(INTERMEDIATE_DIR)/snapshot.cc',
176 ], 177 ],
(...skipping 21 matching lines...) Expand all
198 'type': 'static_library', 199 'type': 'static_library',
199 'dependencies': [ 200 'dependencies': [
200 'v8_base', 201 'v8_base',
201 ], 202 ],
202 'include_dirs+': [ 203 'include_dirs+': [
203 '../..', 204 '../..',
204 ], 205 ],
205 'sources': [ 206 'sources': [
206 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc', 207 '<(SHARED_INTERMEDIATE_DIR)/libraries.cc',
207 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc', 208 '<(SHARED_INTERMEDIATE_DIR)/experimental-libraries.cc',
209 '../../src/snapshot-common.cc',
208 '../../src/snapshot-empty.cc', 210 '../../src/snapshot-empty.cc',
209 ], 211 ],
210 'conditions': [ 212 'conditions': [
211 ['want_separate_host_toolset==1', { 213 ['want_separate_host_toolset==1', {
212 'toolsets': ['host', 'target'], 214 'toolsets': ['host', 'target'],
213 'dependencies': ['js2c#host'], 215 'dependencies': ['js2c#host'],
214 }, { 216 }, {
215 'toolsets': ['target'], 217 'toolsets': ['target'],
216 'dependencies': ['js2c'], 218 'dependencies': ['js2c'],
217 }], 219 }],
(...skipping 597 matching lines...) Expand 10 before | Expand all | Expand 10 after
815 '../../src/scanner.h', 817 '../../src/scanner.h',
816 '../../src/scopeinfo.cc', 818 '../../src/scopeinfo.cc',
817 '../../src/scopeinfo.h', 819 '../../src/scopeinfo.h',
818 '../../src/scopes.cc', 820 '../../src/scopes.cc',
819 '../../src/scopes.h', 821 '../../src/scopes.h',
820 '../../src/serialize.cc', 822 '../../src/serialize.cc',
821 '../../src/serialize.h', 823 '../../src/serialize.h',
822 '../../src/small-pointer-list.h', 824 '../../src/small-pointer-list.h',
823 '../../src/smart-pointers.h', 825 '../../src/smart-pointers.h',
824 '../../src/snapshot.h', 826 '../../src/snapshot.h',
825 '../../src/snapshot-common.cc',
826 '../../src/snapshot-source-sink.cc', 827 '../../src/snapshot-source-sink.cc',
827 '../../src/snapshot-source-sink.h', 828 '../../src/snapshot-source-sink.h',
828 '../../src/string-builder.cc', 829 '../../src/string-builder.cc',
829 '../../src/string-builder.h', 830 '../../src/string-builder.h',
830 '../../src/string-search.cc', 831 '../../src/string-search.cc',
831 '../../src/string-search.h', 832 '../../src/string-search.h',
832 '../../src/string-stream.cc', 833 '../../src/string-stream.cc',
833 '../../src/string-stream.h', 834 '../../src/string-stream.h',
834 '../../src/strtod.cc', 835 '../../src/strtod.cc',
835 '../../src/strtod.h', 836 '../../src/strtod.h',
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1743 }], 1744 }],
1744 ['want_separate_host_toolset==1', { 1745 ['want_separate_host_toolset==1', {
1745 'toolsets': ['host'], 1746 'toolsets': ['host'],
1746 }, { 1747 }, {
1747 'toolsets': ['target'], 1748 'toolsets': ['target'],
1748 }], 1749 }],
1749 ], 1750 ],
1750 }, 1751 },
1751 ], 1752 ],
1752 } 1753 }
OLDNEW
« no previous file with comments | « test/cctest/test-serialize.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698