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

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

Issue 1295333002: Remove empty string-search.cc file. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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.cc ('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 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
938 '../../src/snapshot/snapshot.h', 938 '../../src/snapshot/snapshot.h',
939 '../../src/snapshot/snapshot-common.cc', 939 '../../src/snapshot/snapshot-common.cc',
940 '../../src/snapshot/snapshot-source-sink.cc', 940 '../../src/snapshot/snapshot-source-sink.cc',
941 '../../src/snapshot/snapshot-source-sink.h', 941 '../../src/snapshot/snapshot-source-sink.h',
942 '../../src/splay-tree.h', 942 '../../src/splay-tree.h',
943 '../../src/splay-tree-inl.h', 943 '../../src/splay-tree-inl.h',
944 '../../src/startup-data-util.cc', 944 '../../src/startup-data-util.cc',
945 '../../src/startup-data-util.h', 945 '../../src/startup-data-util.h',
946 '../../src/string-builder.cc', 946 '../../src/string-builder.cc',
947 '../../src/string-builder.h', 947 '../../src/string-builder.h',
948 '../../src/string-search.cc',
949 '../../src/string-search.h', 948 '../../src/string-search.h',
950 '../../src/string-stream.cc', 949 '../../src/string-stream.cc',
951 '../../src/string-stream.h', 950 '../../src/string-stream.h',
952 '../../src/strings-storage.cc', 951 '../../src/strings-storage.cc',
953 '../../src/strings-storage.h', 952 '../../src/strings-storage.h',
954 '../../src/strtod.cc', 953 '../../src/strtod.cc',
955 '../../src/strtod.h', 954 '../../src/strtod.h',
956 '../../src/ic/stub-cache.cc', 955 '../../src/ic/stub-cache.cc',
957 '../../src/ic/stub-cache.h', 956 '../../src/ic/stub-cache.h',
958 '../../src/token.cc', 957 '../../src/token.cc',
(...skipping 1029 matching lines...) Expand 10 before | Expand all | Expand 10 after
1988 }], 1987 }],
1989 ['want_separate_host_toolset==1', { 1988 ['want_separate_host_toolset==1', {
1990 'toolsets': ['host'], 1989 'toolsets': ['host'],
1991 }, { 1990 }, {
1992 'toolsets': ['target'], 1991 'toolsets': ['target'],
1993 }], 1992 }],
1994 ], 1993 ],
1995 }, 1994 },
1996 ], 1995 ],
1997 } 1996 }
OLDNEW
« no previous file with comments | « src/string-search.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698