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

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

Issue 5276004: Added files to gyp-config. (Closed)
Patch Set: Created 10 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
« no previous file with comments | « no previous file | 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 2009 the V8 project authors. All rights reserved. 1 # Copyright 2009 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 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 '../../src/objects-inl.h', 399 '../../src/objects-inl.h',
400 '../../src/objects-visiting.cc', 400 '../../src/objects-visiting.cc',
401 '../../src/objects-visiting.h', 401 '../../src/objects-visiting.h',
402 '../../src/objects.cc', 402 '../../src/objects.cc',
403 '../../src/objects.h', 403 '../../src/objects.h',
404 '../../src/oprofile-agent.h', 404 '../../src/oprofile-agent.h',
405 '../../src/oprofile-agent.cc', 405 '../../src/oprofile-agent.cc',
406 '../../src/parser.cc', 406 '../../src/parser.cc',
407 '../../src/parser.h', 407 '../../src/parser.h',
408 '../../src/platform.h', 408 '../../src/platform.h',
409 '../../src/preparse-data.cc',
410 '../../src/preparse-data.h',
411 '../../src/preparser.cc',
412 '../../src/preparser.h',
409 '../../src/prettyprinter.cc', 413 '../../src/prettyprinter.cc',
410 '../../src/prettyprinter.h', 414 '../../src/prettyprinter.h',
411 '../../src/property.cc', 415 '../../src/property.cc',
412 '../../src/property.h', 416 '../../src/property.h',
413 '../../src/profile-generator-inl.h', 417 '../../src/profile-generator-inl.h',
414 '../../src/profile-generator.cc', 418 '../../src/profile-generator.cc',
415 '../../src/profile-generator.h', 419 '../../src/profile-generator.h',
416 '../../src/regexp-macro-assembler-irregexp-inl.h', 420 '../../src/regexp-macro-assembler-irregexp-inl.h',
417 '../../src/regexp-macro-assembler-irregexp.cc', 421 '../../src/regexp-macro-assembler-irregexp.cc',
418 '../../src/regexp-macro-assembler-irregexp.h', 422 '../../src/regexp-macro-assembler-irregexp.h',
(...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after
745 ], 749 ],
746 'conditions': [ 750 'conditions': [
747 ['OS=="win"', { 751 ['OS=="win"', {
748 # This could be gotten by not setting chromium_code, if that's OK. 752 # This could be gotten by not setting chromium_code, if that's OK.
749 'defines': ['_CRT_SECURE_NO_WARNINGS'], 753 'defines': ['_CRT_SECURE_NO_WARNINGS'],
750 }], 754 }],
751 ], 755 ],
752 }, 756 },
753 ], 757 ],
754 } 758 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698