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

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

Issue 11267006: Add json-stringifier.h to v8.gyp. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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 335 matching lines...) Expand 10 before | Expand all | Expand 10 after
346 '../../src/incremental-marking.h', 346 '../../src/incremental-marking.h',
347 '../../src/inspector.cc', 347 '../../src/inspector.cc',
348 '../../src/inspector.h', 348 '../../src/inspector.h',
349 '../../src/interface.cc', 349 '../../src/interface.cc',
350 '../../src/interface.h', 350 '../../src/interface.h',
351 '../../src/interpreter-irregexp.cc', 351 '../../src/interpreter-irregexp.cc',
352 '../../src/interpreter-irregexp.h', 352 '../../src/interpreter-irregexp.h',
353 '../../src/isolate.cc', 353 '../../src/isolate.cc',
354 '../../src/isolate.h', 354 '../../src/isolate.h',
355 '../../src/json-parser.h', 355 '../../src/json-parser.h',
356 '../../src/json-stringifier.h',
356 '../../src/jsregexp.cc', 357 '../../src/jsregexp.cc',
357 '../../src/jsregexp.h', 358 '../../src/jsregexp.h',
358 '../../src/lazy-instance.h', 359 '../../src/lazy-instance.h',
359 '../../src/list-inl.h', 360 '../../src/list-inl.h',
360 '../../src/list.h', 361 '../../src/list.h',
361 '../../src/lithium-allocator-inl.h', 362 '../../src/lithium-allocator-inl.h',
362 '../../src/lithium-allocator.cc', 363 '../../src/lithium-allocator.cc',
363 '../../src/lithium-allocator.h', 364 '../../src/lithium-allocator.h',
364 '../../src/lithium.cc', 365 '../../src/lithium.cc',
365 '../../src/lithium.h', 366 '../../src/lithium.h',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
997 }], 998 }],
998 ], 999 ],
999 'dependencies': [ 1000 'dependencies': [
1000 'v8' 1001 'v8'
1001 ], 1002 ],
1002 }, 1003 },
1003 ], 1004 ],
1004 }], 1005 }],
1005 ], 1006 ],
1006 } 1007 }
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