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

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

Issue 1049003: Revert r4159 because of x64 test failures. (Closed) Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 10 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/cctest/test-circular-queue.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('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 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 '../../src/bootstrapper.cc', 227 '../../src/bootstrapper.cc',
228 '../../src/bootstrapper.h', 228 '../../src/bootstrapper.h',
229 '../../src/builtins.cc', 229 '../../src/builtins.cc',
230 '../../src/builtins.h', 230 '../../src/builtins.h',
231 '../../src/bytecodes-irregexp.h', 231 '../../src/bytecodes-irregexp.h',
232 '../../src/cached_powers.h', 232 '../../src/cached_powers.h',
233 '../../src/char-predicates-inl.h', 233 '../../src/char-predicates-inl.h',
234 '../../src/char-predicates.h', 234 '../../src/char-predicates.h',
235 '../../src/checks.cc', 235 '../../src/checks.cc',
236 '../../src/checks.h', 236 '../../src/checks.h',
237 '../../src/circular-queue.cc',
238 '../../src/code-stubs.cc', 237 '../../src/code-stubs.cc',
239 '../../src/code-stubs.h', 238 '../../src/code-stubs.h',
240 '../../src/code.h', 239 '../../src/code.h',
241 '../../src/codegen-inl.h', 240 '../../src/codegen-inl.h',
242 '../../src/codegen.cc', 241 '../../src/codegen.cc',
243 '../../src/codegen.h', 242 '../../src/codegen.h',
244 '../../src/compilation-cache.cc', 243 '../../src/compilation-cache.cc',
245 '../../src/compilation-cache.h', 244 '../../src/compilation-cache.h',
246 '../../src/compiler.cc', 245 '../../src/compiler.cc',
247 '../../src/compiler.h', 246 '../../src/compiler.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 ], 631 ],
633 'conditions': [ 632 'conditions': [
634 [ 'OS=="win"', { 633 [ 'OS=="win"', {
635 # This could be gotten by not setting chromium_code, if that's OK. 634 # This could be gotten by not setting chromium_code, if that's OK.
636 'defines': ['_CRT_SECURE_NO_WARNINGS'], 635 'defines': ['_CRT_SECURE_NO_WARNINGS'],
637 }], 636 }],
638 ], 637 ],
639 }, 638 },
640 ], 639 ],
641 } 640 }
OLDNEW
« no previous file with comments | « test/cctest/test-circular-queue.cc ('k') | tools/v8.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698