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

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

Issue 8509007: Update v8.gyp to reflect deleted file. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 '../../src/accessors.h', 238 '../../src/accessors.h',
239 '../../src/allocation.cc', 239 '../../src/allocation.cc',
240 '../../src/allocation.h', 240 '../../src/allocation.h',
241 '../../src/api.cc', 241 '../../src/api.cc',
242 '../../src/api.h', 242 '../../src/api.h',
243 '../../src/apiutils.h', 243 '../../src/apiutils.h',
244 '../../src/arguments.h', 244 '../../src/arguments.h',
245 '../../src/assembler.cc', 245 '../../src/assembler.cc',
246 '../../src/assembler.h', 246 '../../src/assembler.h',
247 '../../src/ast.cc', 247 '../../src/ast.cc',
248 '../../src/ast-inl.h',
249 '../../src/ast.h', 248 '../../src/ast.h',
250 '../../src/atomicops_internals_x86_gcc.cc', 249 '../../src/atomicops_internals_x86_gcc.cc',
251 '../../src/bignum.cc', 250 '../../src/bignum.cc',
252 '../../src/bignum.h', 251 '../../src/bignum.h',
253 '../../src/bignum-dtoa.cc', 252 '../../src/bignum-dtoa.cc',
254 '../../src/bignum-dtoa.h', 253 '../../src/bignum-dtoa.h',
255 '../../src/bootstrapper.cc', 254 '../../src/bootstrapper.cc',
256 '../../src/bootstrapper.h', 255 '../../src/bootstrapper.h',
257 '../../src/builtins.cc', 256 '../../src/builtins.cc',
258 '../../src/builtins.h', 257 '../../src/builtins.h',
(...skipping 641 matching lines...) Expand 10 before | Expand all | Expand 10 after
900 }], 899 }],
901 ], 900 ],
902 'dependencies': [ 901 'dependencies': [
903 'v8' 902 'v8'
904 ], 903 ],
905 }, 904 },
906 ], 905 ],
907 }], 906 }],
908 ], 907 ],
909 } 908 }
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