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

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

Issue 9836108: Rollback of r11015, r11014, r11011, r11010 in trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: Finish file upload Created 8 years, 8 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
240 '../../src/allocation.cc', 240 '../../src/allocation.cc',
241 '../../src/allocation.h', 241 '../../src/allocation.h',
242 '../../src/api.cc', 242 '../../src/api.cc',
243 '../../src/api.h', 243 '../../src/api.h',
244 '../../src/apiutils.h', 244 '../../src/apiutils.h',
245 '../../src/arguments.h', 245 '../../src/arguments.h',
246 '../../src/assembler.cc', 246 '../../src/assembler.cc',
247 '../../src/assembler.h', 247 '../../src/assembler.h',
248 '../../src/ast.cc', 248 '../../src/ast.cc',
249 '../../src/ast.h', 249 '../../src/ast.h',
250 '../../src/atomicops.h',
251 '../../src/atomicops_internals_x86_gcc.cc', 250 '../../src/atomicops_internals_x86_gcc.cc',
252 '../../src/bignum.cc', 251 '../../src/bignum.cc',
253 '../../src/bignum.h', 252 '../../src/bignum.h',
254 '../../src/bignum-dtoa.cc', 253 '../../src/bignum-dtoa.cc',
255 '../../src/bignum-dtoa.h', 254 '../../src/bignum-dtoa.h',
256 '../../src/bootstrapper.cc', 255 '../../src/bootstrapper.cc',
257 '../../src/bootstrapper.h', 256 '../../src/bootstrapper.h',
258 '../../src/builtins.cc', 257 '../../src/builtins.cc',
259 '../../src/builtins.h', 258 '../../src/builtins.h',
260 '../../src/bytecodes-irregexp.h', 259 '../../src/bytecodes-irregexp.h',
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '../../src/inspector.h', 352 '../../src/inspector.h',
354 '../../src/interface.cc', 353 '../../src/interface.cc',
355 '../../src/interface.h', 354 '../../src/interface.h',
356 '../../src/interpreter-irregexp.cc', 355 '../../src/interpreter-irregexp.cc',
357 '../../src/interpreter-irregexp.h', 356 '../../src/interpreter-irregexp.h',
358 '../../src/json-parser.h', 357 '../../src/json-parser.h',
359 '../../src/jsregexp.cc', 358 '../../src/jsregexp.cc',
360 '../../src/jsregexp.h', 359 '../../src/jsregexp.h',
361 '../../src/isolate.cc', 360 '../../src/isolate.cc',
362 '../../src/isolate.h', 361 '../../src/isolate.h',
363 '../../src/lazy-instance.h'
364 '../../src/list-inl.h', 362 '../../src/list-inl.h',
365 '../../src/list.h', 363 '../../src/list.h',
366 '../../src/lithium.cc', 364 '../../src/lithium.cc',
367 '../../src/lithium.h', 365 '../../src/lithium.h',
368 '../../src/lithium-allocator.cc', 366 '../../src/lithium-allocator.cc',
369 '../../src/lithium-allocator.h', 367 '../../src/lithium-allocator.h',
370 '../../src/lithium-allocator-inl.h', 368 '../../src/lithium-allocator-inl.h',
371 '../../src/liveedit.cc', 369 '../../src/liveedit.cc',
372 '../../src/liveedit.h', 370 '../../src/liveedit.h',
373 '../../src/liveobjectlist-inl.h', 371 '../../src/liveobjectlist-inl.h',
(...skipping 10 matching lines...) Expand all
384 '../../src/messages.cc', 382 '../../src/messages.cc',
385 '../../src/messages.h', 383 '../../src/messages.h',
386 '../../src/natives.h', 384 '../../src/natives.h',
387 '../../src/objects-debug.cc', 385 '../../src/objects-debug.cc',
388 '../../src/objects-printer.cc', 386 '../../src/objects-printer.cc',
389 '../../src/objects-inl.h', 387 '../../src/objects-inl.h',
390 '../../src/objects-visiting.cc', 388 '../../src/objects-visiting.cc',
391 '../../src/objects-visiting.h', 389 '../../src/objects-visiting.h',
392 '../../src/objects.cc', 390 '../../src/objects.cc',
393 '../../src/objects.h', 391 '../../src/objects.h',
394 '../../src/once.cc',
395 '../../src/once.h',
396 '../../src/parser.cc', 392 '../../src/parser.cc',
397 '../../src/parser.h', 393 '../../src/parser.h',
398 '../../src/platform-tls-mac.h', 394 '../../src/platform-tls-mac.h',
399 '../../src/platform-tls-win32.h', 395 '../../src/platform-tls-win32.h',
400 '../../src/platform-tls.h', 396 '../../src/platform-tls.h',
401 '../../src/platform.h', 397 '../../src/platform.h',
402 '../../src/preparse-data-format.h', 398 '../../src/preparse-data-format.h',
403 '../../src/preparse-data.cc', 399 '../../src/preparse-data.cc',
404 '../../src/preparse-data.h', 400 '../../src/preparse-data.h',
405 '../../src/preparser.cc', 401 '../../src/preparser.cc',
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
907 'target_name': 'preparser_lib', 903 'target_name': 'preparser_lib',
908 'type': '<(library)', 904 'type': '<(library)',
909 'include_dirs+': [ 905 'include_dirs+': [
910 '../../src', 906 '../../src',
911 ], 907 ],
912 'sources': [ 908 'sources': [
913 '../../include/v8-preparser.h', 909 '../../include/v8-preparser.h',
914 '../../include/v8stdint.h', 910 '../../include/v8stdint.h',
915 '../../src/allocation.cc', 911 '../../src/allocation.cc',
916 '../../src/allocation.h', 912 '../../src/allocation.h',
917 '../../src/atomicops.h',
918 '../../src/atomicops_internals_x86_gcc.cc',
919 '../../src/bignum.cc', 913 '../../src/bignum.cc',
920 '../../src/bignum.h', 914 '../../src/bignum.h',
921 '../../src/bignum-dtoa.cc', 915 '../../src/bignum-dtoa.cc',
922 '../../src/bignum-dtoa.h', 916 '../../src/bignum-dtoa.h',
923 '../../src/cached-powers.cc', 917 '../../src/cached-powers.cc',
924 '../../src/cached-powers.h', 918 '../../src/cached-powers.h',
925 '../../src/char-predicates-inl.h', 919 '../../src/char-predicates-inl.h',
926 '../../src/char-predicates.h', 920 '../../src/char-predicates.h',
927 '../../src/checks.h', 921 '../../src/checks.h',
928 '../../src/conversions-inl.h', 922 '../../src/conversions-inl.h',
929 '../../src/conversions.cc', 923 '../../src/conversions.cc',
930 '../../src/conversions.h', 924 '../../src/conversions.h',
931 '../../src/diy-fp.cc', 925 '../../src/diy-fp.cc',
932 '../../src/diy-fp.h', 926 '../../src/diy-fp.h',
933 '../../src/double.h', 927 '../../src/double.h',
934 '../../src/dtoa.cc', 928 '../../src/dtoa.cc',
935 '../../src/dtoa.h', 929 '../../src/dtoa.h',
936 '../../src/fast-dtoa.cc', 930 '../../src/fast-dtoa.cc',
937 '../../src/fast-dtoa.h', 931 '../../src/fast-dtoa.h',
938 '../../src/fixed-dtoa.cc', 932 '../../src/fixed-dtoa.cc',
939 '../../src/fixed-dtoa.h', 933 '../../src/fixed-dtoa.h',
940 '../../src/globals.h', 934 '../../src/globals.h',
941 '../../src/hashmap.h', 935 '../../src/hashmap.h',
942 '../../src/list-inl.h', 936 '../../src/list-inl.h',
943 '../../src/list.h', 937 '../../src/list.h',
944 '../../src/once.cc',
945 '../../src/once.h',
946 '../../src/preparse-data-format.h', 938 '../../src/preparse-data-format.h',
947 '../../src/preparse-data.cc', 939 '../../src/preparse-data.cc',
948 '../../src/preparse-data.h', 940 '../../src/preparse-data.h',
949 '../../src/preparser.cc', 941 '../../src/preparser.cc',
950 '../../src/preparser.h', 942 '../../src/preparser.h',
951 '../../src/preparser-api.cc', 943 '../../src/preparser-api.cc',
952 '../../src/scanner.cc', 944 '../../src/scanner.cc',
953 '../../src/scanner.h', 945 '../../src/scanner.h',
954 '../../src/strtod.cc', 946 '../../src/strtod.cc',
955 '../../src/strtod.h', 947 '../../src/strtod.h',
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 }], 992 }],
1001 ], 993 ],
1002 'dependencies': [ 994 'dependencies': [
1003 'v8' 995 'v8'
1004 ], 996 ],
1005 }, 997 },
1006 ], 998 ],
1007 }], 999 }],
1008 ], 1000 ],
1009 } 1001 }
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