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

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

Issue 9615009: Basic interface inference for modules. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Eps. Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/harmony/module-resolution.js ('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 324 matching lines...) Expand 10 before | Expand all | Expand 10 after
335 '../../src/hydrogen.h', 335 '../../src/hydrogen.h',
336 '../../src/hydrogen-instructions.cc', 336 '../../src/hydrogen-instructions.cc',
337 '../../src/hydrogen-instructions.h', 337 '../../src/hydrogen-instructions.h',
338 '../../src/ic-inl.h', 338 '../../src/ic-inl.h',
339 '../../src/ic.cc', 339 '../../src/ic.cc',
340 '../../src/ic.h', 340 '../../src/ic.h',
341 '../../src/incremental-marking.cc', 341 '../../src/incremental-marking.cc',
342 '../../src/incremental-marking.h', 342 '../../src/incremental-marking.h',
343 '../../src/inspector.cc', 343 '../../src/inspector.cc',
344 '../../src/inspector.h', 344 '../../src/inspector.h',
345 '../../src/interface.cc',
346 '../../src/interface.h',
345 '../../src/interpreter-irregexp.cc', 347 '../../src/interpreter-irregexp.cc',
346 '../../src/interpreter-irregexp.h', 348 '../../src/interpreter-irregexp.h',
347 '../../src/json-parser.h', 349 '../../src/json-parser.h',
348 '../../src/jsregexp.cc', 350 '../../src/jsregexp.cc',
349 '../../src/jsregexp.h', 351 '../../src/jsregexp.h',
350 '../../src/isolate.cc', 352 '../../src/isolate.cc',
351 '../../src/isolate.h', 353 '../../src/isolate.h',
352 '../../src/list-inl.h', 354 '../../src/list-inl.h',
353 '../../src/list.h', 355 '../../src/list.h',
354 '../../src/lithium.cc', 356 '../../src/lithium.cc',
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
982 }], 984 }],
983 ], 985 ],
984 'dependencies': [ 986 'dependencies': [
985 'v8' 987 'v8'
986 ], 988 ],
987 }, 989 },
988 ], 990 ],
989 }], 991 }],
990 ], 992 ],
991 } 993 }
OLDNEW
« no previous file with comments | « test/mjsunit/harmony/module-resolution.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698