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

Side by Side Diff: src/v8.gyp

Issue 2645063002: includes: move Label out of assembler.h. (Closed)
Patch Set: oops Created 3 years, 11 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/label.h ('k') | test/cctest/interpreter/interpreter-tester.h » ('j') | 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 1025 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'interpreter/interpreter-intrinsics.h', 1036 'interpreter/interpreter-intrinsics.h',
1037 'isolate-inl.h', 1037 'isolate-inl.h',
1038 'isolate.cc', 1038 'isolate.cc',
1039 'isolate.h', 1039 'isolate.h',
1040 'json-parser.cc', 1040 'json-parser.cc',
1041 'json-parser.h', 1041 'json-parser.h',
1042 'json-stringifier.cc', 1042 'json-stringifier.cc',
1043 'json-stringifier.h', 1043 'json-stringifier.h',
1044 'keys.h', 1044 'keys.h',
1045 'keys.cc', 1045 'keys.cc',
1046 'label.h',
1046 'layout-descriptor-inl.h', 1047 'layout-descriptor-inl.h',
1047 'layout-descriptor.cc', 1048 'layout-descriptor.cc',
1048 'layout-descriptor.h', 1049 'layout-descriptor.h',
1049 'list-inl.h', 1050 'list-inl.h',
1050 'list.h', 1051 'list.h',
1051 'locked-queue-inl.h', 1052 'locked-queue-inl.h',
1052 'locked-queue.h', 1053 'locked-queue.h',
1053 'log-inl.h', 1054 'log-inl.h',
1054 'log-utils.cc', 1055 'log-utils.cc',
1055 'log-utils.h', 1056 'log-utils.h',
(...skipping 1441 matching lines...) Expand 10 before | Expand all | Expand 10 after
2497 'conditions': [ 2498 'conditions': [
2498 ['want_separate_host_toolset_mkpeephole==1', { 2499 ['want_separate_host_toolset_mkpeephole==1', {
2499 'toolsets': ['host'], 2500 'toolsets': ['host'],
2500 }, { 2501 }, {
2501 'toolsets': ['target'], 2502 'toolsets': ['target'],
2502 }], 2503 }],
2503 ], 2504 ],
2504 }, 2505 },
2505 ], 2506 ],
2506 } 2507 }
OLDNEW
« no previous file with comments | « src/label.h ('k') | test/cctest/interpreter/interpreter-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698