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

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

Issue 164555: Fix typo in v8.gyp (Closed)
Patch Set: Created 11 years, 4 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 | « no previous file | 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 418 matching lines...) Expand 10 before | Expand all | Expand 10 after
429 '../../src/ia32/ic-ia32.cc', 429 '../../src/ia32/ic-ia32.cc',
430 '../../src/ia32/jump-target-ia32.cc', 430 '../../src/ia32/jump-target-ia32.cc',
431 '../../src/ia32/macro-assembler-ia32.cc', 431 '../../src/ia32/macro-assembler-ia32.cc',
432 '../../src/ia32/macro-assembler-ia32.h', 432 '../../src/ia32/macro-assembler-ia32.h',
433 '../../src/ia32/register-allocator-ia32.cc', 433 '../../src/ia32/register-allocator-ia32.cc',
434 '../../src/ia32/stub-cache-ia32.cc', 434 '../../src/ia32/stub-cache-ia32.cc',
435 '../../src/ia32/virtual-frame-ia32.cc', 435 '../../src/ia32/virtual-frame-ia32.cc',
436 '../../src/ia32/virtual-frame-ia32.h', 436 '../../src/ia32/virtual-frame-ia32.h',
437 ], 437 ],
438 }], 438 }],
439 ['target_arch=="x32" and v8_regexp=="native"', { 439 ['target_arch=="ia32" and v8_regexp=="native"', {
440 'sources': [ 440 'sources': [
441 '../../src/ia32/regexp-macro-assembler-ia32.cc', 441 '../../src/ia32/regexp-macro-assembler-ia32.cc',
442 '../../src/ia32/regexp-macro-assembler-ia32.h', 442 '../../src/ia32/regexp-macro-assembler-ia32.h',
443 ], 443 ],
444 }], 444 }],
445 ['target_arch=="x64"', { 445 ['target_arch=="x64"', {
446 'include_dirs+': [ 446 'include_dirs+': [
447 '../../src/x64', 447 '../../src/x64',
448 ], 448 ],
449 'sources': [ 449 'sources': [
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 ], 575 ],
576 'conditions': [ 576 'conditions': [
577 [ 'OS=="win"', { 577 [ 'OS=="win"', {
578 # This could be gotten by not setting chromium_code, if that's OK. 578 # This could be gotten by not setting chromium_code, if that's OK.
579 'defines': ['_CRT_SECURE_NO_WARNINGS'], 579 'defines': ['_CRT_SECURE_NO_WARNINGS'],
580 }], 580 }],
581 ], 581 ],
582 }, 582 },
583 ], 583 ],
584 } 584 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698