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

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

Issue 723463002: Fix gn build. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: reorder Created 6 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 | « BUILD.gn ('k') | 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 2012 the V8 project authors. All rights reserved. 1 # Copyright 2012 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 791 matching lines...) Expand 10 before | Expand all | Expand 10 after
802 '../../src/scopeinfo.h', 802 '../../src/scopeinfo.h',
803 '../../src/scopes.cc', 803 '../../src/scopes.cc',
804 '../../src/scopes.h', 804 '../../src/scopes.h',
805 '../../src/serialize.cc', 805 '../../src/serialize.cc',
806 '../../src/serialize.h', 806 '../../src/serialize.h',
807 '../../src/small-pointer-list.h', 807 '../../src/small-pointer-list.h',
808 '../../src/smart-pointers.h', 808 '../../src/smart-pointers.h',
809 '../../src/snapshot.h', 809 '../../src/snapshot.h',
810 '../../src/snapshot-source-sink.cc', 810 '../../src/snapshot-source-sink.cc',
811 '../../src/snapshot-source-sink.h', 811 '../../src/snapshot-source-sink.h',
812 '../../src/string-builder.cc',
812 '../../src/string-builder.h', 813 '../../src/string-builder.h',
813 '../../src/string-builder.cc',
814 '../../src/string-search.cc', 814 '../../src/string-search.cc',
815 '../../src/string-search.h', 815 '../../src/string-search.h',
816 '../../src/string-stream.cc', 816 '../../src/string-stream.cc',
817 '../../src/string-stream.h', 817 '../../src/string-stream.h',
818 '../../src/strtod.cc', 818 '../../src/strtod.cc',
819 '../../src/strtod.h', 819 '../../src/strtod.h',
820 '../../src/ic/stub-cache.cc', 820 '../../src/ic/stub-cache.cc',
821 '../../src/ic/stub-cache.h', 821 '../../src/ic/stub-cache.h',
822 '../../src/token.cc', 822 '../../src/token.cc',
823 '../../src/token.h', 823 '../../src/token.h',
(...skipping 917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1741 }], 1741 }],
1742 ['v8_compress_startup_data=="bz2"', { 1742 ['v8_compress_startup_data=="bz2"', {
1743 'libraries': [ 1743 'libraries': [
1744 '-lbz2', 1744 '-lbz2',
1745 ] 1745 ]
1746 }], 1746 }],
1747 ], 1747 ],
1748 }, 1748 },
1749 ], 1749 ],
1750 } 1750 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698