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

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

Issue 5094003: Extract extensions to a separate directory.... (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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
« no previous file with comments | « src/serialize.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 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
477 '../../src/version.cc', 477 '../../src/version.cc',
478 '../../src/version.h', 478 '../../src/version.h',
479 '../../src/virtual-frame-inl.h', 479 '../../src/virtual-frame-inl.h',
480 '../../src/virtual-frame.cc', 480 '../../src/virtual-frame.cc',
481 '../../src/virtual-frame.h', 481 '../../src/virtual-frame.h',
482 '../../src/vm-state-inl.h', 482 '../../src/vm-state-inl.h',
483 '../../src/vm-state.h', 483 '../../src/vm-state.h',
484 '../../src/zone-inl.h', 484 '../../src/zone-inl.h',
485 '../../src/zone.cc', 485 '../../src/zone.cc',
486 '../../src/zone.h', 486 '../../src/zone.h',
487 '../../src/extensions/externalize-string-extension.cc',
488 '../../src/extensions/externalize-string-extension.h',
489 '../../src/extensions/gc-extension.cc',
490 '../../src/extensions/gc-extension.h',
487 ], 491 ],
488 'conditions': [ 492 'conditions': [
489 ['v8_target_arch=="arm"', { 493 ['v8_target_arch=="arm"', {
490 'include_dirs+': [ 494 'include_dirs+': [
491 '../../src/arm', 495 '../../src/arm',
492 ], 496 ],
493 'sources': [ 497 'sources': [
494 '../../src/jump-target-light.h', 498 '../../src/jump-target-light.h',
495 '../../src/jump-target-light-inl.h', 499 '../../src/jump-target-light-inl.h',
496 '../../src/jump-target-light.cc', 500 '../../src/jump-target-light.cc',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 ], 748 ],
745 'conditions': [ 749 'conditions': [
746 ['OS=="win"', { 750 ['OS=="win"', {
747 # This could be gotten by not setting chromium_code, if that's OK. 751 # This could be gotten by not setting chromium_code, if that's OK.
748 'defines': ['_CRT_SECURE_NO_WARNINGS'], 752 'defines': ['_CRT_SECURE_NO_WARNINGS'],
749 }], 753 }],
750 ], 754 ],
751 }, 755 },
752 ], 756 ],
753 } 757 }
OLDNEW
« no previous file with comments | « src/serialize.cc ('k') | tools/visual_studio/v8_base.vcproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698