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

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

Issue 3467010: Refactored string search code. (Closed)
Patch Set: Added to xcode project too. Created 10 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
« no previous file with comments | « src/string-search.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 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 423 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 '../../src/scopes.h', 434 '../../src/scopes.h',
435 '../../src/serialize.cc', 435 '../../src/serialize.cc',
436 '../../src/serialize.h', 436 '../../src/serialize.h',
437 '../../src/shell.h', 437 '../../src/shell.h',
438 '../../src/smart-pointer.h', 438 '../../src/smart-pointer.h',
439 '../../src/snapshot-common.cc', 439 '../../src/snapshot-common.cc',
440 '../../src/snapshot.h', 440 '../../src/snapshot.h',
441 '../../src/spaces-inl.h', 441 '../../src/spaces-inl.h',
442 '../../src/spaces.cc', 442 '../../src/spaces.cc',
443 '../../src/spaces.h', 443 '../../src/spaces.h',
444 '../../src/string-search.cc',
445 '../../src/string-search.h',
444 '../../src/string-stream.cc', 446 '../../src/string-stream.cc',
445 '../../src/string-stream.h', 447 '../../src/string-stream.h',
446 '../../src/stub-cache.cc', 448 '../../src/stub-cache.cc',
447 '../../src/stub-cache.h', 449 '../../src/stub-cache.h',
448 '../../src/token.cc', 450 '../../src/token.cc',
449 '../../src/token.h', 451 '../../src/token.h',
450 '../../src/top.cc', 452 '../../src/top.cc',
451 '../../src/top.h', 453 '../../src/top.h',
452 '../../src/type-info.cc', 454 '../../src/type-info.cc',
453 '../../src/type-info.h', 455 '../../src/type-info.h',
(...skipping 283 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 ], 739 ],
738 'conditions': [ 740 'conditions': [
739 ['OS=="win"', { 741 ['OS=="win"', {
740 # This could be gotten by not setting chromium_code, if that's OK. 742 # This could be gotten by not setting chromium_code, if that's OK.
741 'defines': ['_CRT_SECURE_NO_WARNINGS'], 743 'defines': ['_CRT_SECURE_NO_WARNINGS'],
742 }], 744 }],
743 ], 745 ],
744 }, 746 },
745 ], 747 ],
746 } 748 }
OLDNEW
« no previous file with comments | « src/string-search.h ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698