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

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

Issue 3608011: Simplify powers-of-ten cache. (Closed)
Patch Set: 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/powers-ten.h ('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 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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 '../../src/assembler.cc', 278 '../../src/assembler.cc',
279 '../../src/assembler.h', 279 '../../src/assembler.h',
280 '../../src/ast.cc', 280 '../../src/ast.cc',
281 '../../src/ast-inl.h', 281 '../../src/ast-inl.h',
282 '../../src/ast.h', 282 '../../src/ast.h',
283 '../../src/bootstrapper.cc', 283 '../../src/bootstrapper.cc',
284 '../../src/bootstrapper.h', 284 '../../src/bootstrapper.h',
285 '../../src/builtins.cc', 285 '../../src/builtins.cc',
286 '../../src/builtins.h', 286 '../../src/builtins.h',
287 '../../src/bytecodes-irregexp.h', 287 '../../src/bytecodes-irregexp.h',
288 '../../src/cached-powers.cc',
288 '../../src/cached-powers.h', 289 '../../src/cached-powers.h',
289 '../../src/char-predicates-inl.h', 290 '../../src/char-predicates-inl.h',
290 '../../src/char-predicates.h', 291 '../../src/char-predicates.h',
291 '../../src/checks.cc', 292 '../../src/checks.cc',
292 '../../src/checks.h', 293 '../../src/checks.h',
293 '../../src/circular-queue-inl.h', 294 '../../src/circular-queue-inl.h',
294 '../../src/circular-queue.cc', 295 '../../src/circular-queue.cc',
295 '../../src/circular-queue.h', 296 '../../src/circular-queue.h',
296 '../../src/code-stubs.cc', 297 '../../src/code-stubs.cc',
297 '../../src/code-stubs.h', 298 '../../src/code-stubs.h',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 '../../src/objects-inl.h', 396 '../../src/objects-inl.h',
396 '../../src/objects-visiting.cc', 397 '../../src/objects-visiting.cc',
397 '../../src/objects-visiting.h', 398 '../../src/objects-visiting.h',
398 '../../src/objects.cc', 399 '../../src/objects.cc',
399 '../../src/objects.h', 400 '../../src/objects.h',
400 '../../src/oprofile-agent.h', 401 '../../src/oprofile-agent.h',
401 '../../src/oprofile-agent.cc', 402 '../../src/oprofile-agent.cc',
402 '../../src/parser.cc', 403 '../../src/parser.cc',
403 '../../src/parser.h', 404 '../../src/parser.h',
404 '../../src/platform.h', 405 '../../src/platform.h',
405 '../../src/powers-ten.h',
406 '../../src/prettyprinter.cc', 406 '../../src/prettyprinter.cc',
407 '../../src/prettyprinter.h', 407 '../../src/prettyprinter.h',
408 '../../src/property.cc', 408 '../../src/property.cc',
409 '../../src/property.h', 409 '../../src/property.h',
410 '../../src/profile-generator-inl.h', 410 '../../src/profile-generator-inl.h',
411 '../../src/profile-generator.cc', 411 '../../src/profile-generator.cc',
412 '../../src/profile-generator.h', 412 '../../src/profile-generator.h',
413 '../../src/regexp-macro-assembler-irregexp-inl.h', 413 '../../src/regexp-macro-assembler-irregexp-inl.h',
414 '../../src/regexp-macro-assembler-irregexp.cc', 414 '../../src/regexp-macro-assembler-irregexp.cc',
415 '../../src/regexp-macro-assembler-irregexp.h', 415 '../../src/regexp-macro-assembler-irregexp.h',
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 ], 739 ],
740 'conditions': [ 740 'conditions': [
741 ['OS=="win"', { 741 ['OS=="win"', {
742 # 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.
743 'defines': ['_CRT_SECURE_NO_WARNINGS'], 743 'defines': ['_CRT_SECURE_NO_WARNINGS'],
744 }], 744 }],
745 ], 745 ],
746 }, 746 },
747 ], 747 ],
748 } 748 }
OLDNEW
« no previous file with comments | « src/powers-ten.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698