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

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

Issue 8501006: Disentangle header dependecies a bit by moving PropertyDetails-related types into a separate header (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 9 years, 1 month 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 | « src/v8globals.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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 '../../src/platform.h', 394 '../../src/platform.h',
395 '../../src/preparse-data-format.h', 395 '../../src/preparse-data-format.h',
396 '../../src/preparse-data.cc', 396 '../../src/preparse-data.cc',
397 '../../src/preparse-data.h', 397 '../../src/preparse-data.h',
398 '../../src/preparser.cc', 398 '../../src/preparser.cc',
399 '../../src/preparser.h', 399 '../../src/preparser.h',
400 '../../src/prettyprinter.cc', 400 '../../src/prettyprinter.cc',
401 '../../src/prettyprinter.h', 401 '../../src/prettyprinter.h',
402 '../../src/property.cc', 402 '../../src/property.cc',
403 '../../src/property.h', 403 '../../src/property.h',
404 '../../src/property-details.h',
404 '../../src/profile-generator-inl.h', 405 '../../src/profile-generator-inl.h',
405 '../../src/profile-generator.cc', 406 '../../src/profile-generator.cc',
406 '../../src/profile-generator.h', 407 '../../src/profile-generator.h',
407 '../../src/regexp-macro-assembler-irregexp-inl.h', 408 '../../src/regexp-macro-assembler-irregexp-inl.h',
408 '../../src/regexp-macro-assembler-irregexp.cc', 409 '../../src/regexp-macro-assembler-irregexp.cc',
409 '../../src/regexp-macro-assembler-irregexp.h', 410 '../../src/regexp-macro-assembler-irregexp.h',
410 '../../src/regexp-macro-assembler-tracer.cc', 411 '../../src/regexp-macro-assembler-tracer.cc',
411 '../../src/regexp-macro-assembler-tracer.h', 412 '../../src/regexp-macro-assembler-tracer.h',
412 '../../src/regexp-macro-assembler.cc', 413 '../../src/regexp-macro-assembler.cc',
413 '../../src/regexp-macro-assembler.h', 414 '../../src/regexp-macro-assembler.h',
(...skipping 485 matching lines...) Expand 10 before | Expand all | Expand 10 after
899 }], 900 }],
900 ], 901 ],
901 'dependencies': [ 902 'dependencies': [
902 'v8' 903 'v8'
903 ], 904 ],
904 }, 905 },
905 ], 906 ],
906 }], 907 }],
907 ], 908 ],
908 } 909 }
OLDNEW
« no previous file with comments | « src/v8globals.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698