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

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

Issue 9959093: Merged r11194, r11198, r11201, r11214 into trunk branch. (Closed) Base URL: https://v8.googlecode.com/svn/trunk
Patch Set: 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 '../../src/objects-printer.cc', 388 '../../src/objects-printer.cc',
389 '../../src/objects-inl.h', 389 '../../src/objects-inl.h',
390 '../../src/objects-visiting.cc', 390 '../../src/objects-visiting.cc',
391 '../../src/objects-visiting.h', 391 '../../src/objects-visiting.h',
392 '../../src/objects.cc', 392 '../../src/objects.cc',
393 '../../src/objects.h', 393 '../../src/objects.h',
394 '../../src/once.cc', 394 '../../src/once.cc',
395 '../../src/once.h', 395 '../../src/once.h',
396 '../../src/parser.cc', 396 '../../src/parser.cc',
397 '../../src/parser.h', 397 '../../src/parser.h',
398 '../../src/platform-posix.h',
398 '../../src/platform-tls-mac.h', 399 '../../src/platform-tls-mac.h',
399 '../../src/platform-tls-win32.h', 400 '../../src/platform-tls-win32.h',
400 '../../src/platform-tls.h', 401 '../../src/platform-tls.h',
401 '../../src/platform.h', 402 '../../src/platform.h',
402 '../../src/preparse-data-format.h', 403 '../../src/preparse-data-format.h',
403 '../../src/preparse-data.cc', 404 '../../src/preparse-data.cc',
404 '../../src/preparse-data.h', 405 '../../src/preparse-data.h',
405 '../../src/preparser.cc', 406 '../../src/preparser.cc',
406 '../../src/preparser.h', 407 '../../src/preparser.h',
407 '../../src/prettyprinter.cc', 408 '../../src/prettyprinter.cc',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 }], 1001 }],
1001 ], 1002 ],
1002 'dependencies': [ 1003 'dependencies': [
1003 'v8' 1004 'v8'
1004 ], 1005 ],
1005 }, 1006 },
1006 ], 1007 ],
1007 }], 1008 }],
1008 ], 1009 ],
1009 } 1010 }
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