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

Side by Side Diff: src/v8.gyp

Issue 2125023004: Remove v8- prefix of file name in libsampler. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 5 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/v8.cc ('k') | test/cctest/libsampler/test-sampler.cc » ('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 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 1957 matching lines...) Expand 10 before | Expand all | Expand 10 after
1968 'optimize': 'max', 1968 'optimize': 'max',
1969 }, 1969 },
1970 'dependencies': [ 1970 'dependencies': [
1971 'v8_libbase', 1971 'v8_libbase',
1972 ], 1972 ],
1973 'include_dirs+': [ 1973 'include_dirs+': [
1974 '..', 1974 '..',
1975 '../include', 1975 '../include',
1976 ], 1976 ],
1977 'sources': [ 1977 'sources': [
1978 'libsampler/v8-sampler.cc', 1978 'libsampler/sampler.cc',
1979 'libsampler/v8-sampler.h' 1979 'libsampler/sampler.h'
1980 ], 1980 ],
1981 'conditions': [ 1981 'conditions': [
1982 ['want_separate_host_toolset==1', { 1982 ['want_separate_host_toolset==1', {
1983 'toolsets': ['host', 'target'], 1983 'toolsets': ['host', 'target'],
1984 }, { 1984 }, {
1985 'toolsets': ['target'], 1985 'toolsets': ['target'],
1986 }], 1986 }],
1987 ], 1987 ],
1988 'direct_dependent_settings': { 1988 'direct_dependent_settings': {
1989 'include_dirs': [ 1989 'include_dirs': [
(...skipping 301 matching lines...) Expand 10 before | Expand all | Expand 10 after
2291 }], 2291 }],
2292 ['want_separate_host_toolset==1', { 2292 ['want_separate_host_toolset==1', {
2293 'toolsets': ['host'], 2293 'toolsets': ['host'],
2294 }, { 2294 }, {
2295 'toolsets': ['target'], 2295 'toolsets': ['target'],
2296 }], 2296 }],
2297 ], 2297 ],
2298 }, 2298 },
2299 ], 2299 ],
2300 } 2300 }
OLDNEW
« no previous file with comments | « src/v8.cc ('k') | test/cctest/libsampler/test-sampler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698