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

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

Issue 652027: Basic implementation of liveedit feature (Closed)
Patch Set: add proper source headers 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
« no previous file with comments | « test/mjsunit/debug-script.js ('k') | tools/visual_studio/js2c.cmd » ('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 544 matching lines...) Expand 10 before | Expand all | Expand 10 after
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-delay.js',
565 '../../src/liveedit-delay.js',
565 '../../src/mirror-delay.js', 566 '../../src/mirror-delay.js',
566 '../../src/date-delay.js', 567 '../../src/date-delay.js',
567 '../../src/json-delay.js', 568 '../../src/json-delay.js',
568 '../../src/regexp-delay.js', 569 '../../src/regexp-delay.js',
569 '../../src/macros.py', 570 '../../src/macros.py',
570 ], 571 ],
571 }, 572 },
572 'actions': [ 573 'actions': [
573 { 574 {
574 'action_name': 'js2c', 575 'action_name': 'js2c',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
623 ], 624 ],
624 'conditions': [ 625 'conditions': [
625 [ 'OS=="win"', { 626 [ 'OS=="win"', {
626 # This could be gotten by not setting chromium_code, if that's OK. 627 # This could be gotten by not setting chromium_code, if that's OK.
627 'defines': ['_CRT_SECURE_NO_WARNINGS'], 628 'defines': ['_CRT_SECURE_NO_WARNINGS'],
628 }], 629 }],
629 ], 630 ],
630 }, 631 },
631 ], 632 ],
632 } 633 }
OLDNEW
« no previous file with comments | « test/mjsunit/debug-script.js ('k') | tools/visual_studio/js2c.cmd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698