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

Side by Side Diff: src/v8.gyp

Issue 2529383002: [inspector] Split off interface-types.h (Closed)
Patch Set: Rebase Created 4 years 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
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 818 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'dateparser.h', 829 'dateparser.h',
830 'debug/debug-evaluate.cc', 830 'debug/debug-evaluate.cc',
831 'debug/debug-evaluate.h', 831 'debug/debug-evaluate.h',
832 'debug/debug-interface.h', 832 'debug/debug-interface.h',
833 'debug/debug-frames.cc', 833 'debug/debug-frames.cc',
834 'debug/debug-frames.h', 834 'debug/debug-frames.h',
835 'debug/debug-scopes.cc', 835 'debug/debug-scopes.cc',
836 'debug/debug-scopes.h', 836 'debug/debug-scopes.h',
837 'debug/debug.cc', 837 'debug/debug.cc',
838 'debug/debug.h', 838 'debug/debug.h',
839 'debug/interface-types.h',
839 'debug/liveedit.cc', 840 'debug/liveedit.cc',
840 'debug/liveedit.h', 841 'debug/liveedit.h',
841 'deoptimize-reason.cc', 842 'deoptimize-reason.cc',
842 'deoptimize-reason.h', 843 'deoptimize-reason.h',
843 'deoptimizer.cc', 844 'deoptimizer.cc',
844 'deoptimizer.h', 845 'deoptimizer.h',
845 'disasm.h', 846 'disasm.h',
846 'disassembler.cc', 847 'disassembler.cc',
847 'disassembler.h', 848 'disassembler.h',
848 'diy-fp.cc', 849 'diy-fp.cc',
(...skipping 1625 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 'conditions': [ 2475 'conditions': [
2475 ['want_separate_host_toolset_mkpeephole==1', { 2476 ['want_separate_host_toolset_mkpeephole==1', {
2476 'toolsets': ['host'], 2477 'toolsets': ['host'],
2477 }, { 2478 }, {
2478 'toolsets': ['target'], 2479 'toolsets': ['target'],
2479 }], 2480 }],
2480 ], 2481 ],
2481 }, 2482 },
2482 ], 2483 ],
2483 } 2484 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698