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

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

Issue 342035: Move the Location class into the AST Expression class as a member.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 11 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
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/location.h',
297 '../../src/log-inl.h', 296 '../../src/log-inl.h',
298 '../../src/log-utils.cc', 297 '../../src/log-utils.cc',
299 '../../src/log-utils.h', 298 '../../src/log-utils.h',
300 '../../src/log.cc', 299 '../../src/log.cc',
301 '../../src/log.h', 300 '../../src/log.h',
302 '../../src/macro-assembler.h', 301 '../../src/macro-assembler.h',
303 '../../src/mark-compact.cc', 302 '../../src/mark-compact.cc',
304 '../../src/mark-compact.h', 303 '../../src/mark-compact.h',
305 '../../src/memory.h', 304 '../../src/memory.h',
306 '../../src/messages.cc', 305 '../../src/messages.cc',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 ], 570 ],
572 'conditions': [ 571 'conditions': [
573 [ 'OS=="win"', { 572 [ 'OS=="win"', {
574 # This could be gotten by not setting chromium_code, if that's OK. 573 # This could be gotten by not setting chromium_code, if that's OK.
575 'defines': ['_CRT_SECURE_NO_WARNINGS'], 574 'defines': ['_CRT_SECURE_NO_WARNINGS'],
576 }], 575 }],
577 ], 576 ],
578 }, 577 },
579 ], 578 ],
580 } 579 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698