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

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

Issue 23969011: Fix build after r16890. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 2 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 | « no previous file | 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 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 '../../src/objects.h', 425 '../../src/objects.h',
426 '../../src/once.cc', 426 '../../src/once.cc',
427 '../../src/once.h', 427 '../../src/once.h',
428 '../../src/optimizing-compiler-thread.h', 428 '../../src/optimizing-compiler-thread.h',
429 '../../src/optimizing-compiler-thread.cc', 429 '../../src/optimizing-compiler-thread.cc',
430 '../../src/parser.cc', 430 '../../src/parser.cc',
431 '../../src/parser.h', 431 '../../src/parser.h',
432 '../../src/platform/elapsed-timer.h', 432 '../../src/platform/elapsed-timer.h',
433 '../../src/platform/time.cc', 433 '../../src/platform/time.cc',
434 '../../src/platform/time.h', 434 '../../src/platform/time.h',
435 '../../src/platform-posix.h',
436 '../../src/platform.h', 435 '../../src/platform.h',
437 '../../src/platform/condition-variable.cc', 436 '../../src/platform/condition-variable.cc',
438 '../../src/platform/condition-variable.h', 437 '../../src/platform/condition-variable.h',
439 '../../src/platform/mutex.cc', 438 '../../src/platform/mutex.cc',
440 '../../src/platform/mutex.h', 439 '../../src/platform/mutex.h',
441 '../../src/platform/semaphore.cc', 440 '../../src/platform/semaphore.cc',
442 '../../src/platform/semaphore.h', 441 '../../src/platform/semaphore.h',
443 '../../src/platform/socket.cc', 442 '../../src/platform/socket.cc',
444 '../../src/platform/socket.h', 443 '../../src/platform/socket.h',
445 '../../src/preparse-data-format.h', 444 '../../src/preparse-data-format.h',
(...skipping 596 matching lines...) Expand 10 before | Expand all | Expand 10 after
1042 }], 1041 }],
1043 ['v8_compress_startup_data=="bz2"', { 1042 ['v8_compress_startup_data=="bz2"', {
1044 'libraries': [ 1043 'libraries': [
1045 '-lbz2', 1044 '-lbz2',
1046 ] 1045 ]
1047 }], 1046 }],
1048 ], 1047 ],
1049 }, 1048 },
1050 ], 1049 ],
1051 } 1050 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698