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

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: Lint. 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
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 'target_name': 'preparser_lib', 898 'target_name': 'preparser_lib',
898 'type': '<(library)', 899 'type': '<(library)',
899 'include_dirs+': [ 900 'include_dirs+': [
900 '../../src', 901 '../../src',
901 ], 902 ],
902 'sources': [ 903 'sources': [
903 '../../include/v8-preparser.h', 904 '../../include/v8-preparser.h',
904 '../../include/v8stdint.h', 905 '../../include/v8stdint.h',
905 '../../src/allocation.cc', 906 '../../src/allocation.cc',
906 '../../src/allocation.h', 907 '../../src/allocation.h',
908 '../../src/atomicops.h',
909 '../../src/atomicops_internals_x86_gcc.cc',
907 '../../src/bignum.cc', 910 '../../src/bignum.cc',
908 '../../src/bignum.h', 911 '../../src/bignum.h',
909 '../../src/bignum-dtoa.cc', 912 '../../src/bignum-dtoa.cc',
910 '../../src/bignum-dtoa.h', 913 '../../src/bignum-dtoa.h',
911 '../../src/cached-powers.cc', 914 '../../src/cached-powers.cc',
912 '../../src/cached-powers.h', 915 '../../src/cached-powers.h',
913 '../../src/char-predicates-inl.h', 916 '../../src/char-predicates-inl.h',
914 '../../src/char-predicates.h', 917 '../../src/char-predicates.h',
915 '../../src/checks.h', 918 '../../src/checks.h',
916 '../../src/conversions-inl.h', 919 '../../src/conversions-inl.h',
917 '../../src/conversions.cc', 920 '../../src/conversions.cc',
918 '../../src/conversions.h', 921 '../../src/conversions.h',
919 '../../src/diy-fp.cc', 922 '../../src/diy-fp.cc',
920 '../../src/diy-fp.h', 923 '../../src/diy-fp.h',
921 '../../src/double.h', 924 '../../src/double.h',
922 '../../src/dtoa.cc', 925 '../../src/dtoa.cc',
923 '../../src/dtoa.h', 926 '../../src/dtoa.h',
924 '../../src/fast-dtoa.cc', 927 '../../src/fast-dtoa.cc',
925 '../../src/fast-dtoa.h', 928 '../../src/fast-dtoa.h',
926 '../../src/fixed-dtoa.cc', 929 '../../src/fixed-dtoa.cc',
927 '../../src/fixed-dtoa.h', 930 '../../src/fixed-dtoa.h',
928 '../../src/globals.h', 931 '../../src/globals.h',
929 '../../src/hashmap.cc', 932 '../../src/hashmap.cc',
930 '../../src/hashmap.h', 933 '../../src/hashmap.h',
931 '../../src/list-inl.h', 934 '../../src/list-inl.h',
932 '../../src/list.h', 935 '../../src/list.h',
936 '../../src/once.cc',
937 '../../src/once.h',
933 '../../src/preparse-data-format.h', 938 '../../src/preparse-data-format.h',
934 '../../src/preparse-data.cc', 939 '../../src/preparse-data.cc',
935 '../../src/preparse-data.h', 940 '../../src/preparse-data.h',
936 '../../src/preparser.cc', 941 '../../src/preparser.cc',
937 '../../src/preparser.h', 942 '../../src/preparser.h',
938 '../../src/preparser-api.cc', 943 '../../src/preparser-api.cc',
939 '../../src/scanner.cc', 944 '../../src/scanner.cc',
940 '../../src/scanner.h', 945 '../../src/scanner.h',
941 '../../src/strtod.cc', 946 '../../src/strtod.cc',
942 '../../src/strtod.h', 947 '../../src/strtod.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
987 }], 992 }],
988 ], 993 ],
989 'dependencies': [ 994 'dependencies': [
990 'v8' 995 'v8'
991 ], 996 ],
992 }, 997 },
993 ], 998 ],
994 }], 999 }],
995 ], 1000 ],
996 } 1001 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698