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

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

Issue 11022007: Make GDBJIT interface compile again. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | « src/mark-compact.cc ('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 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 '../../src/flag-definitions.h', 314 '../../src/flag-definitions.h',
315 '../../src/flags.cc', 315 '../../src/flags.cc',
316 '../../src/flags.h', 316 '../../src/flags.h',
317 '../../src/frames-inl.h', 317 '../../src/frames-inl.h',
318 '../../src/frames.cc', 318 '../../src/frames.cc',
319 '../../src/frames.h', 319 '../../src/frames.h',
320 '../../src/full-codegen.cc', 320 '../../src/full-codegen.cc',
321 '../../src/full-codegen.h', 321 '../../src/full-codegen.h',
322 '../../src/func-name-inferrer.cc', 322 '../../src/func-name-inferrer.cc',
323 '../../src/func-name-inferrer.h', 323 '../../src/func-name-inferrer.h',
324 '../../src/gdb-jit.cc',
325 '../../src/gdb-jit.h',
324 '../../src/global-handles.cc', 326 '../../src/global-handles.cc',
325 '../../src/global-handles.h', 327 '../../src/global-handles.h',
326 '../../src/globals.h', 328 '../../src/globals.h',
327 '../../src/handles-inl.h', 329 '../../src/handles-inl.h',
328 '../../src/handles.cc', 330 '../../src/handles.cc',
329 '../../src/handles.h', 331 '../../src/handles.h',
330 '../../src/hashmap.h', 332 '../../src/hashmap.h',
331 '../../src/heap-inl.h', 333 '../../src/heap-inl.h',
332 '../../src/heap-profiler.cc', 334 '../../src/heap-profiler.cc',
333 '../../src/heap-profiler.h', 335 '../../src/heap-profiler.h',
(...skipping 661 matching lines...) Expand 10 before | Expand all | Expand 10 after
995 }], 997 }],
996 ], 998 ],
997 'dependencies': [ 999 'dependencies': [
998 'v8' 1000 'v8'
999 ], 1001 ],
1000 }, 1002 },
1001 ], 1003 ],
1002 }], 1004 }],
1003 ], 1005 ],
1004 } 1006 }
OLDNEW
« no previous file with comments | « src/mark-compact.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698