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

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

Issue 1812853002: Moved the ExternalReferenceTable class to src/external-reference-table.cc/.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase. Created 4 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 | « tools/external-reference-check.py ('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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 '../../src/extensions/externalize-string-extension.cc', 840 '../../src/extensions/externalize-string-extension.cc',
841 '../../src/extensions/externalize-string-extension.h', 841 '../../src/extensions/externalize-string-extension.h',
842 '../../src/extensions/free-buffer-extension.cc', 842 '../../src/extensions/free-buffer-extension.cc',
843 '../../src/extensions/free-buffer-extension.h', 843 '../../src/extensions/free-buffer-extension.h',
844 '../../src/extensions/gc-extension.cc', 844 '../../src/extensions/gc-extension.cc',
845 '../../src/extensions/gc-extension.h', 845 '../../src/extensions/gc-extension.h',
846 '../../src/extensions/statistics-extension.cc', 846 '../../src/extensions/statistics-extension.cc',
847 '../../src/extensions/statistics-extension.h', 847 '../../src/extensions/statistics-extension.h',
848 '../../src/extensions/trigger-failure-extension.cc', 848 '../../src/extensions/trigger-failure-extension.cc',
849 '../../src/extensions/trigger-failure-extension.h', 849 '../../src/extensions/trigger-failure-extension.h',
850 '../../src/external-reference-table.cc',
851 '../../src/external-reference-table.h',
850 '../../src/factory.cc', 852 '../../src/factory.cc',
851 '../../src/factory.h', 853 '../../src/factory.h',
852 '../../src/fast-accessor-assembler.cc', 854 '../../src/fast-accessor-assembler.cc',
853 '../../src/fast-accessor-assembler.h', 855 '../../src/fast-accessor-assembler.h',
854 '../../src/fast-dtoa.cc', 856 '../../src/fast-dtoa.cc',
855 '../../src/fast-dtoa.h', 857 '../../src/fast-dtoa.h',
856 '../../src/field-index.h', 858 '../../src/field-index.h',
857 '../../src/field-index-inl.h', 859 '../../src/field-index-inl.h',
858 '../../src/field-type.cc', 860 '../../src/field-type.cc',
859 '../../src/field-type.h', 861 '../../src/field-type.h',
(...skipping 1417 matching lines...) Expand 10 before | Expand all | Expand 10 after
2277 }], 2279 }],
2278 ['want_separate_host_toolset==1', { 2280 ['want_separate_host_toolset==1', {
2279 'toolsets': ['host'], 2281 'toolsets': ['host'],
2280 }, { 2282 }, {
2281 'toolsets': ['target'], 2283 'toolsets': ['target'],
2282 }], 2284 }],
2283 ], 2285 ],
2284 }, 2286 },
2285 ], 2287 ],
2286 } 2288 }
OLDNEW
« no previous file with comments | « tools/external-reference-check.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698