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

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

Issue 3950001: Remove vm-state.cc from build files. Forgot to do that when... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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/SConscript ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 458 matching lines...) Expand 10 before | Expand all | Expand 10 after
469 '../../src/v8threads.cc', 469 '../../src/v8threads.cc',
470 '../../src/v8threads.h', 470 '../../src/v8threads.h',
471 '../../src/variables.cc', 471 '../../src/variables.cc',
472 '../../src/variables.h', 472 '../../src/variables.h',
473 '../../src/version.cc', 473 '../../src/version.cc',
474 '../../src/version.h', 474 '../../src/version.h',
475 '../../src/virtual-frame-inl.h', 475 '../../src/virtual-frame-inl.h',
476 '../../src/virtual-frame.cc', 476 '../../src/virtual-frame.cc',
477 '../../src/virtual-frame.h', 477 '../../src/virtual-frame.h',
478 '../../src/vm-state-inl.h', 478 '../../src/vm-state-inl.h',
479 '../../src/vm-state.cc',
480 '../../src/vm-state.h', 479 '../../src/vm-state.h',
481 '../../src/zone-inl.h', 480 '../../src/zone-inl.h',
482 '../../src/zone.cc', 481 '../../src/zone.cc',
483 '../../src/zone.h', 482 '../../src/zone.h',
484 ], 483 ],
485 'conditions': [ 484 'conditions': [
486 ['v8_target_arch=="arm"', { 485 ['v8_target_arch=="arm"', {
487 'include_dirs+': [ 486 'include_dirs+': [
488 '../../src/arm', 487 '../../src/arm',
489 ], 488 ],
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 ], 740 ],
742 'conditions': [ 741 'conditions': [
743 ['OS=="win"', { 742 ['OS=="win"', {
744 # This could be gotten by not setting chromium_code, if that's OK. 743 # This could be gotten by not setting chromium_code, if that's OK.
745 'defines': ['_CRT_SECURE_NO_WARNINGS'], 744 'defines': ['_CRT_SECURE_NO_WARNINGS'],
746 }], 745 }],
747 ], 746 ],
748 }, 747 },
749 ], 748 ],
750 } 749 }
OLDNEW
« no previous file with comments | « src/SConscript ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698