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

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

Issue 661094: Update gyp file for the partial snapshot branch. (Closed) Base URL: http://v8.googlecode.com/svn/branches/experimental/partial_snapshots/
Patch Set: Created 10 years, 9 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 | « no previous file | no next file » | 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 543 matching lines...) Expand 10 before | Expand all | Expand 10 after
554 'variables': { 554 'variables': {
555 'library_files': [ 555 'library_files': [
556 '../../src/runtime.js', 556 '../../src/runtime.js',
557 '../../src/v8natives.js', 557 '../../src/v8natives.js',
558 '../../src/array.js', 558 '../../src/array.js',
559 '../../src/string.js', 559 '../../src/string.js',
560 '../../src/uri.js', 560 '../../src/uri.js',
561 '../../src/math.js', 561 '../../src/math.js',
562 '../../src/messages.js', 562 '../../src/messages.js',
563 '../../src/apinatives.js', 563 '../../src/apinatives.js',
564 '../../src/debug-delay.js', 564 '../../src/debug-debugger.js',
565 '../../src/mirror-delay.js', 565 '../../src/mirror-debugger.js',
566 '../../src/date-delay.js', 566 '../../src/date.js',
567 '../../src/json-delay.js', 567 '../../src/json.js',
568 '../../src/regexp-delay.js', 568 '../../src/regexp.js',
569 '../../src/macros.py', 569 '../../src/macros.py',
570 ], 570 ],
571 }, 571 },
572 'actions': [ 572 'actions': [
573 { 573 {
574 'action_name': 'js2c', 574 'action_name': 'js2c',
575 'inputs': [ 575 'inputs': [
576 '../../tools/js2c.py', 576 '../../tools/js2c.py',
577 '<@(library_files)', 577 '<@(library_files)',
578 ], 578 ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 ], 623 ],
624 'conditions': [ 624 'conditions': [
625 [ 'OS=="win"', { 625 [ 'OS=="win"', {
626 # This could be gotten by not setting chromium_code, if that's OK. 626 # This could be gotten by not setting chromium_code, if that's OK.
627 'defines': ['_CRT_SECURE_NO_WARNINGS'], 627 'defines': ['_CRT_SECURE_NO_WARNINGS'],
628 }], 628 }],
629 ], 629 ],
630 }, 630 },
631 ], 631 ],
632 } 632 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698