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

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

Issue 1051393003: Removed src/{isolate,property-details,utils}-inl.h (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 8 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/unittests/test-utils.cc ('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 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 '../../src/typing.cc', 897 '../../src/typing.cc',
898 '../../src/typing.h', 898 '../../src/typing.h',
899 '../../src/unbound-queue-inl.h', 899 '../../src/unbound-queue-inl.h',
900 '../../src/unbound-queue.h', 900 '../../src/unbound-queue.h',
901 '../../src/unicode-inl.h', 901 '../../src/unicode-inl.h',
902 '../../src/unicode.cc', 902 '../../src/unicode.cc',
903 '../../src/unicode.h', 903 '../../src/unicode.h',
904 '../../src/unicode-decoder.cc', 904 '../../src/unicode-decoder.cc',
905 '../../src/unicode-decoder.h', 905 '../../src/unicode-decoder.h',
906 '../../src/unique.h', 906 '../../src/unique.h',
907 '../../src/utils-inl.h',
908 '../../src/utils.cc', 907 '../../src/utils.cc',
909 '../../src/utils.h', 908 '../../src/utils.h',
910 '../../src/v8.cc', 909 '../../src/v8.cc',
911 '../../src/v8.h', 910 '../../src/v8.h',
912 '../../src/v8memory.h', 911 '../../src/v8memory.h',
913 '../../src/v8threads.cc', 912 '../../src/v8threads.cc',
914 '../../src/v8threads.h', 913 '../../src/v8threads.h',
915 '../../src/variables.cc', 914 '../../src/variables.cc',
916 '../../src/variables.h', 915 '../../src/variables.h',
917 '../../src/vector.h', 916 '../../src/vector.h',
(...skipping 918 matching lines...) Expand 10 before | Expand all | Expand 10 after
1836 }], 1835 }],
1837 ['want_separate_host_toolset==1', { 1836 ['want_separate_host_toolset==1', {
1838 'toolsets': ['host'], 1837 'toolsets': ['host'],
1839 }, { 1838 }, {
1840 'toolsets': ['target'], 1839 'toolsets': ['target'],
1841 }], 1840 }],
1842 ], 1841 ],
1843 }, 1842 },
1844 ], 1843 ],
1845 } 1844 }
OLDNEW
« no previous file with comments | « test/unittests/test-utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698