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

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

Issue 1375843004: Remove obsolete lookup-inl.h header. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix includes. Created 5 years, 2 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 | « src/lookup-inl.h ('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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 '../../src/lithium-codegen.cc', 837 '../../src/lithium-codegen.cc',
838 '../../src/lithium-codegen.h', 838 '../../src/lithium-codegen.h',
839 '../../src/lithium.cc', 839 '../../src/lithium.cc',
840 '../../src/lithium.h', 840 '../../src/lithium.h',
841 '../../src/lithium-inl.h', 841 '../../src/lithium-inl.h',
842 '../../src/log-inl.h', 842 '../../src/log-inl.h',
843 '../../src/log-utils.cc', 843 '../../src/log-utils.cc',
844 '../../src/log-utils.h', 844 '../../src/log-utils.h',
845 '../../src/log.cc', 845 '../../src/log.cc',
846 '../../src/log.h', 846 '../../src/log.h',
847 '../../src/lookup-inl.h',
848 '../../src/lookup.cc', 847 '../../src/lookup.cc',
849 '../../src/lookup.h', 848 '../../src/lookup.h',
850 '../../src/macro-assembler.h', 849 '../../src/macro-assembler.h',
851 '../../src/messages.cc', 850 '../../src/messages.cc',
852 '../../src/messages.h', 851 '../../src/messages.h',
853 '../../src/modules.cc', 852 '../../src/modules.cc',
854 '../../src/modules.h', 853 '../../src/modules.h',
855 '../../src/msan.h', 854 '../../src/msan.h',
856 '../../src/objects-debug.cc', 855 '../../src/objects-debug.cc',
857 '../../src/objects-inl.h', 856 '../../src/objects-inl.h',
(...skipping 1231 matching lines...) Expand 10 before | Expand all | Expand 10 after
2089 }], 2088 }],
2090 ['want_separate_host_toolset==1', { 2089 ['want_separate_host_toolset==1', {
2091 'toolsets': ['host'], 2090 'toolsets': ['host'],
2092 }, { 2091 }, {
2093 'toolsets': ['target'], 2092 'toolsets': ['target'],
2094 }], 2093 }],
2095 ], 2094 ],
2096 }, 2095 },
2097 ], 2096 ],
2098 } 2097 }
OLDNEW
« no previous file with comments | « src/lookup-inl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698