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

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

Issue 3146037: Cleanup the AST code by removing unused parts and get rid of the... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 years, 4 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
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 325 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 '../../src/execution.h', 336 '../../src/execution.h',
337 '../../src/factory.cc', 337 '../../src/factory.cc',
338 '../../src/factory.h', 338 '../../src/factory.h',
339 '../../src/fast-dtoa.cc', 339 '../../src/fast-dtoa.cc',
340 '../../src/fast-dtoa.h', 340 '../../src/fast-dtoa.h',
341 '../../src/flag-definitions.h', 341 '../../src/flag-definitions.h',
342 '../../src/fixed-dtoa.cc', 342 '../../src/fixed-dtoa.cc',
343 '../../src/fixed-dtoa.h', 343 '../../src/fixed-dtoa.h',
344 '../../src/flags.cc', 344 '../../src/flags.cc',
345 '../../src/flags.h', 345 '../../src/flags.h',
346 '../../src/flow-graph.cc',
347 '../../src/flow-graph.h',
348 '../../src/frame-element.cc', 346 '../../src/frame-element.cc',
349 '../../src/frame-element.h', 347 '../../src/frame-element.h',
350 '../../src/frames-inl.h', 348 '../../src/frames-inl.h',
351 '../../src/frames.cc', 349 '../../src/frames.cc',
352 '../../src/frames.h', 350 '../../src/frames.h',
353 '../../src/full-codegen.cc', 351 '../../src/full-codegen.cc',
354 '../../src/full-codegen.h', 352 '../../src/full-codegen.h',
355 '../../src/func-name-inferrer.cc', 353 '../../src/func-name-inferrer.cc',
356 '../../src/func-name-inferrer.h', 354 '../../src/func-name-inferrer.h',
357 '../../src/global-handles.cc', 355 '../../src/global-handles.cc',
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
733 ], 731 ],
734 'conditions': [ 732 'conditions': [
735 ['OS=="win"', { 733 ['OS=="win"', {
736 # This could be gotten by not setting chromium_code, if that's OK. 734 # This could be gotten by not setting chromium_code, if that's OK.
737 'defines': ['_CRT_SECURE_NO_WARNINGS'], 735 'defines': ['_CRT_SECURE_NO_WARNINGS'],
738 }], 736 }],
739 ], 737 ],
740 }, 738 },
741 ], 739 ],
742 } 740 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698