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 9924006: Un-bork v8.gyp after r11010 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
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 | « 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 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
353 '../../src/inspector.h', 353 '../../src/inspector.h',
354 '../../src/interface.cc', 354 '../../src/interface.cc',
355 '../../src/interface.h', 355 '../../src/interface.h',
356 '../../src/interpreter-irregexp.cc', 356 '../../src/interpreter-irregexp.cc',
357 '../../src/interpreter-irregexp.h', 357 '../../src/interpreter-irregexp.h',
358 '../../src/json-parser.h', 358 '../../src/json-parser.h',
359 '../../src/jsregexp.cc', 359 '../../src/jsregexp.cc',
360 '../../src/jsregexp.h', 360 '../../src/jsregexp.h',
361 '../../src/isolate.cc', 361 '../../src/isolate.cc',
362 '../../src/isolate.h', 362 '../../src/isolate.h',
363 '../../src/lazy-instance.h' 363 '../../src/lazy-instance.h',
364 '../../src/list-inl.h', 364 '../../src/list-inl.h',
365 '../../src/list.h', 365 '../../src/list.h',
366 '../../src/lithium.cc', 366 '../../src/lithium.cc',
367 '../../src/lithium.h', 367 '../../src/lithium.h',
368 '../../src/lithium-allocator.cc', 368 '../../src/lithium-allocator.cc',
369 '../../src/lithium-allocator.h', 369 '../../src/lithium-allocator.h',
370 '../../src/lithium-allocator-inl.h', 370 '../../src/lithium-allocator-inl.h',
371 '../../src/liveedit.cc', 371 '../../src/liveedit.cc',
372 '../../src/liveedit.h', 372 '../../src/liveedit.h',
373 '../../src/liveobjectlist-inl.h', 373 '../../src/liveobjectlist-inl.h',
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
1000 }], 1000 }],
1001 ], 1001 ],
1002 'dependencies': [ 1002 'dependencies': [
1003 'v8' 1003 'v8'
1004 ], 1004 ],
1005 }, 1005 },
1006 ], 1006 ],
1007 }], 1007 }],
1008 ], 1008 ],
1009 } 1009 }
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