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

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

Issue 1869433004: Fix printf formats (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Address review comments. Created 4 years, 8 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 | « test/cctest/test-log.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 1673 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 '../../src/base/atomicops_internals_x86_msvc.h', 1684 '../../src/base/atomicops_internals_x86_msvc.h',
1685 '../../src/base/bits.cc', 1685 '../../src/base/bits.cc',
1686 '../../src/base/bits.h', 1686 '../../src/base/bits.h',
1687 '../../src/base/build_config.h', 1687 '../../src/base/build_config.h',
1688 '../../src/base/compiler-specific.h', 1688 '../../src/base/compiler-specific.h',
1689 '../../src/base/cpu.cc', 1689 '../../src/base/cpu.cc',
1690 '../../src/base/cpu.h', 1690 '../../src/base/cpu.h',
1691 '../../src/base/division-by-constant.cc', 1691 '../../src/base/division-by-constant.cc',
1692 '../../src/base/division-by-constant.h', 1692 '../../src/base/division-by-constant.h',
1693 '../../src/base/flags.h', 1693 '../../src/base/flags.h',
1694 '../../src/base/format-macros.h',
1694 '../../src/base/functional.cc', 1695 '../../src/base/functional.cc',
1695 '../../src/base/functional.h', 1696 '../../src/base/functional.h',
1696 '../../src/base/iterator.h', 1697 '../../src/base/iterator.h',
1697 '../../src/base/lazy-instance.h', 1698 '../../src/base/lazy-instance.h',
1698 '../../src/base/logging.cc', 1699 '../../src/base/logging.cc',
1699 '../../src/base/logging.h', 1700 '../../src/base/logging.h',
1700 '../../src/base/macros.h', 1701 '../../src/base/macros.h',
1701 '../../src/base/once.cc', 1702 '../../src/base/once.cc',
1702 '../../src/base/once.h', 1703 '../../src/base/once.h',
1703 '../../src/base/platform/elapsed-timer.h', 1704 '../../src/base/platform/elapsed-timer.h',
(...skipping 566 matching lines...) Expand 10 before | Expand all | Expand 10 after
2270 }], 2271 }],
2271 ['want_separate_host_toolset==1', { 2272 ['want_separate_host_toolset==1', {
2272 'toolsets': ['host'], 2273 'toolsets': ['host'],
2273 }, { 2274 }, {
2274 'toolsets': ['target'], 2275 'toolsets': ['target'],
2275 }], 2276 }],
2276 ], 2277 ],
2277 }, 2278 },
2278 ], 2279 ],
2279 } 2280 }
OLDNEW
« no previous file with comments | « test/cctest/test-log.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698