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

Side by Side Diff: src/v8.gyp

Issue 2367623004: [modules] Detect and throw exceptions for cyclic dependencies (Closed)
Patch Set: Update golden files Created 4 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
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 1022 matching lines...) Expand 10 before | Expand all | Expand 10 after
1033 'lookup-cache-inl.h', 1033 'lookup-cache-inl.h',
1034 'lookup-cache.cc', 1034 'lookup-cache.cc',
1035 'lookup-cache.h', 1035 'lookup-cache.h',
1036 'lookup.cc', 1036 'lookup.cc',
1037 'lookup.h', 1037 'lookup.h',
1038 'macro-assembler.h', 1038 'macro-assembler.h',
1039 'machine-type.cc', 1039 'machine-type.cc',
1040 'machine-type.h', 1040 'machine-type.h',
1041 'messages.cc', 1041 'messages.cc',
1042 'messages.h', 1042 'messages.h',
1043 'module-resolve-set-inl.h',
1043 'msan.h', 1044 'msan.h',
1044 'objects-body-descriptors-inl.h', 1045 'objects-body-descriptors-inl.h',
1045 'objects-body-descriptors.h', 1046 'objects-body-descriptors.h',
1046 'objects-debug.cc', 1047 'objects-debug.cc',
1047 'objects-inl.h', 1048 'objects-inl.h',
1048 'objects-printer.cc', 1049 'objects-printer.cc',
1049 'objects.cc', 1050 'objects.cc',
1050 'objects.h', 1051 'objects.h',
1051 'ostreams.cc', 1052 'ostreams.cc',
1052 'ostreams.h', 1053 'ostreams.h',
(...skipping 1392 matching lines...) Expand 10 before | Expand all | Expand 10 after
2445 'conditions': [ 2446 'conditions': [
2446 ['want_separate_host_toolset_mkpeephole==1', { 2447 ['want_separate_host_toolset_mkpeephole==1', {
2447 'toolsets': ['host'], 2448 'toolsets': ['host'],
2448 }, { 2449 }, {
2449 'toolsets': ['target'], 2450 'toolsets': ['target'],
2450 }], 2451 }],
2451 ], 2452 ],
2452 }, 2453 },
2453 ], 2454 ],
2454 } 2455 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698