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

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

Issue 9455088: Remove static initializers in v8. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Address Florian's comments. Created 8 years, 9 months 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 | Annotate | Revision Log
« no previous file with comments | « tools/check-static-initializers.sh ('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 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
234 '../../src/allocation.cc', 234 '../../src/allocation.cc',
235 '../../src/allocation.h', 235 '../../src/allocation.h',
236 '../../src/api.cc', 236 '../../src/api.cc',
237 '../../src/api.h', 237 '../../src/api.h',
238 '../../src/apiutils.h', 238 '../../src/apiutils.h',
239 '../../src/arguments.h', 239 '../../src/arguments.h',
240 '../../src/assembler.cc', 240 '../../src/assembler.cc',
241 '../../src/assembler.h', 241 '../../src/assembler.h',
242 '../../src/ast.cc', 242 '../../src/ast.cc',
243 '../../src/ast.h', 243 '../../src/ast.h',
244 '../../src/atomicops.h',
244 '../../src/atomicops_internals_x86_gcc.cc', 245 '../../src/atomicops_internals_x86_gcc.cc',
245 '../../src/bignum.cc', 246 '../../src/bignum.cc',
246 '../../src/bignum.h', 247 '../../src/bignum.h',
247 '../../src/bignum-dtoa.cc', 248 '../../src/bignum-dtoa.cc',
248 '../../src/bignum-dtoa.h', 249 '../../src/bignum-dtoa.h',
249 '../../src/bootstrapper.cc', 250 '../../src/bootstrapper.cc',
250 '../../src/bootstrapper.h', 251 '../../src/bootstrapper.h',
251 '../../src/builtins.cc', 252 '../../src/builtins.cc',
252 '../../src/builtins.h', 253 '../../src/builtins.h',
253 '../../src/bytecodes-irregexp.h', 254 '../../src/bytecodes-irregexp.h',
(...skipping 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
896 'target_name': 'preparser_lib', 897 'target_name': 'preparser_lib',
897 'type': '<(library)', 898 'type': '<(library)',
898 'include_dirs+': [ 899 'include_dirs+': [
899 '../../src', 900 '../../src',
900 ], 901 ],
901 'sources': [ 902 'sources': [
902 '../../include/v8-preparser.h', 903 '../../include/v8-preparser.h',
903 '../../include/v8stdint.h', 904 '../../include/v8stdint.h',
904 '../../src/allocation.cc', 905 '../../src/allocation.cc',
905 '../../src/allocation.h', 906 '../../src/allocation.h',
907 '../../src/atomicops.h',
908 '../../src/atomicops_internals_x86_gcc.cc',
906 '../../src/bignum.cc', 909 '../../src/bignum.cc',
907 '../../src/bignum.h', 910 '../../src/bignum.h',
908 '../../src/bignum-dtoa.cc', 911 '../../src/bignum-dtoa.cc',
909 '../../src/bignum-dtoa.h', 912 '../../src/bignum-dtoa.h',
910 '../../src/cached-powers.cc', 913 '../../src/cached-powers.cc',
911 '../../src/cached-powers.h', 914 '../../src/cached-powers.h',
912 '../../src/char-predicates-inl.h', 915 '../../src/char-predicates-inl.h',
913 '../../src/char-predicates.h', 916 '../../src/char-predicates.h',
914 '../../src/checks.h', 917 '../../src/checks.h',
915 '../../src/conversions-inl.h', 918 '../../src/conversions-inl.h',
916 '../../src/conversions.cc', 919 '../../src/conversions.cc',
917 '../../src/conversions.h', 920 '../../src/conversions.h',
918 '../../src/diy-fp.cc', 921 '../../src/diy-fp.cc',
919 '../../src/diy-fp.h', 922 '../../src/diy-fp.h',
920 '../../src/double.h', 923 '../../src/double.h',
921 '../../src/dtoa.cc', 924 '../../src/dtoa.cc',
922 '../../src/dtoa.h', 925 '../../src/dtoa.h',
923 '../../src/fast-dtoa.cc', 926 '../../src/fast-dtoa.cc',
924 '../../src/fast-dtoa.h', 927 '../../src/fast-dtoa.h',
925 '../../src/fixed-dtoa.cc', 928 '../../src/fixed-dtoa.cc',
926 '../../src/fixed-dtoa.h', 929 '../../src/fixed-dtoa.h',
927 '../../src/globals.h', 930 '../../src/globals.h',
928 '../../src/hashmap.h', 931 '../../src/hashmap.h',
929 '../../src/list-inl.h', 932 '../../src/list-inl.h',
930 '../../src/list.h', 933 '../../src/list.h',
934 '../../src/once.cc',
935 '../../src/once.h',
931 '../../src/preparse-data-format.h', 936 '../../src/preparse-data-format.h',
932 '../../src/preparse-data.cc', 937 '../../src/preparse-data.cc',
933 '../../src/preparse-data.h', 938 '../../src/preparse-data.h',
934 '../../src/preparser.cc', 939 '../../src/preparser.cc',
935 '../../src/preparser.h', 940 '../../src/preparser.h',
936 '../../src/preparser-api.cc', 941 '../../src/preparser-api.cc',
937 '../../src/scanner.cc', 942 '../../src/scanner.cc',
938 '../../src/scanner.h', 943 '../../src/scanner.h',
939 '../../src/strtod.cc', 944 '../../src/strtod.cc',
940 '../../src/strtod.h', 945 '../../src/strtod.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
985 }], 990 }],
986 ], 991 ],
987 'dependencies': [ 992 'dependencies': [
988 'v8' 993 'v8'
989 ], 994 ],
990 }, 995 },
991 ], 996 ],
992 }], 997 }],
993 ], 998 ],
994 } 999 }
OLDNEW
« no previous file with comments | « tools/check-static-initializers.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698