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

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

Issue 9572008: Implement date library functions in C++. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebase Created 8 years, 9 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 | Annotate | Revision Log
« no previous file with comments | « test/mjsunit/fuzz-natives.js ('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 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 '../../src/conversions.cc', 275 '../../src/conversions.cc',
276 '../../src/conversions.h', 276 '../../src/conversions.h',
277 '../../src/counters.cc', 277 '../../src/counters.cc',
278 '../../src/counters.h', 278 '../../src/counters.h',
279 '../../src/cpu.h', 279 '../../src/cpu.h',
280 '../../src/cpu-profiler-inl.h', 280 '../../src/cpu-profiler-inl.h',
281 '../../src/cpu-profiler.cc', 281 '../../src/cpu-profiler.cc',
282 '../../src/cpu-profiler.h', 282 '../../src/cpu-profiler.h',
283 '../../src/data-flow.cc', 283 '../../src/data-flow.cc',
284 '../../src/data-flow.h', 284 '../../src/data-flow.h',
285 '../../src/date.cc',
286 '../../src/date.h',
285 '../../src/dateparser.cc', 287 '../../src/dateparser.cc',
286 '../../src/dateparser.h', 288 '../../src/dateparser.h',
287 '../../src/dateparser-inl.h', 289 '../../src/dateparser-inl.h',
288 '../../src/debug.cc', 290 '../../src/debug.cc',
289 '../../src/debug.h', 291 '../../src/debug.h',
290 '../../src/debug-agent.cc', 292 '../../src/debug-agent.cc',
291 '../../src/debug-agent.h', 293 '../../src/debug-agent.h',
292 '../../src/deoptimizer.cc', 294 '../../src/deoptimizer.cc',
293 '../../src/deoptimizer.h', 295 '../../src/deoptimizer.h',
294 '../../src/disasm.h', 296 '../../src/disasm.h',
(...skipping 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
984 }], 986 }],
985 ], 987 ],
986 'dependencies': [ 988 'dependencies': [
987 'v8' 989 'v8'
988 ], 990 ],
989 }, 991 },
990 ], 992 ],
991 }], 993 }],
992 ], 994 ],
993 } 995 }
OLDNEW
« no previous file with comments | « test/mjsunit/fuzz-natives.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698