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

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

Issue 267118: Added first support for tracking locations of expressions in the... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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/x64/fast-codegen-x64.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 '../../src/ic.h', 286 '../../src/ic.h',
287 '../../src/interpreter-irregexp.cc', 287 '../../src/interpreter-irregexp.cc',
288 '../../src/interpreter-irregexp.h', 288 '../../src/interpreter-irregexp.h',
289 '../../src/jump-target.cc', 289 '../../src/jump-target.cc',
290 '../../src/jump-target.h', 290 '../../src/jump-target.h',
291 '../../src/jump-target-inl.h', 291 '../../src/jump-target-inl.h',
292 '../../src/jsregexp.cc', 292 '../../src/jsregexp.cc',
293 '../../src/jsregexp.h', 293 '../../src/jsregexp.h',
294 '../../src/list-inl.h', 294 '../../src/list-inl.h',
295 '../../src/list.h', 295 '../../src/list.h',
296 '../../src/log.cc', 296 '../../src/location.h',
297 '../../src/log-inl.h', 297 '../../src/log-inl.h',
298 '../../src/log.h',
299 '../../src/log-utils.cc', 298 '../../src/log-utils.cc',
300 '../../src/log-utils.h', 299 '../../src/log-utils.h',
300 '../../src/log.cc',
301 '../../src/log.h',
301 '../../src/macro-assembler.h', 302 '../../src/macro-assembler.h',
302 '../../src/mark-compact.cc', 303 '../../src/mark-compact.cc',
303 '../../src/mark-compact.h', 304 '../../src/mark-compact.h',
304 '../../src/memory.h', 305 '../../src/memory.h',
305 '../../src/messages.cc', 306 '../../src/messages.cc',
306 '../../src/messages.h', 307 '../../src/messages.h',
307 '../../src/natives.h', 308 '../../src/natives.h',
308 '../../src/objects-debug.cc', 309 '../../src/objects-debug.cc',
309 '../../src/objects-inl.h', 310 '../../src/objects-inl.h',
310 '../../src/objects.cc', 311 '../../src/objects.cc',
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 ], 571 ],
571 'conditions': [ 572 'conditions': [
572 [ 'OS=="win"', { 573 [ 'OS=="win"', {
573 # This could be gotten by not setting chromium_code, if that's OK. 574 # This could be gotten by not setting chromium_code, if that's OK.
574 'defines': ['_CRT_SECURE_NO_WARNINGS'], 575 'defines': ['_CRT_SECURE_NO_WARNINGS'],
575 }], 576 }],
576 ], 577 ],
577 }, 578 },
578 ], 579 ],
579 } 580 }
OLDNEW
« no previous file with comments | « src/x64/fast-codegen-x64.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698