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

Side by Side Diff: build/common.gypi

Issue 12039038: Enable Latin-1 (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: forgot something Created 7 years, 10 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 | « no previous file | include/v8.h » ('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 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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 # registers. Note that the GCC flag '-mfloat-abi=hard' should be used as 66 # registers. Note that the GCC flag '-mfloat-abi=hard' should be used as
67 # well when compiling for the ARM target. 67 # well when compiling for the ARM target.
68 'v8_use_arm_eabi_hardfloat%': 'false', 68 'v8_use_arm_eabi_hardfloat%': 'false',
69 69
70 # Similar to the ARM hard float ABI but on MIPS. 70 # Similar to the ARM hard float ABI but on MIPS.
71 'v8_use_mips_abi_hardfloat%': 'true', 71 'v8_use_mips_abi_hardfloat%': 'true',
72 72
73 # Default arch variant for MIPS. 73 # Default arch variant for MIPS.
74 'mips_arch_variant%': 'mips32r2', 74 'mips_arch_variant%': 'mips32r2',
75 75
76 'v8_enable_latin_1%': 0, 76 'v8_enable_latin_1%': 1,
77 77
78 'v8_enable_debugger_support%': 1, 78 'v8_enable_debugger_support%': 1,
79 79
80 'v8_enable_backtrace%': 0, 80 'v8_enable_backtrace%': 0,
81 81
82 'v8_enable_disassembler%': 0, 82 'v8_enable_disassembler%': 0,
83 83
84 'v8_enable_gdbjit%': 0, 84 'v8_enable_gdbjit%': 0,
85 85
86 'v8_object_print%': 0, 86 'v8_object_print%': 0,
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 'OptimizeReferences': '2', 467 'OptimizeReferences': '2',
468 'EnableCOMDATFolding': '2', 468 'EnableCOMDATFolding': '2',
469 }, 469 },
470 }, 470 },
471 }], # OS=="win" 471 }], # OS=="win"
472 ], # conditions 472 ], # conditions
473 }, # Release 473 }, # Release
474 }, # configurations 474 }, # configurations
475 }, # target_defaults 475 }, # target_defaults
476 } 476 }
OLDNEW
« no previous file with comments | « no previous file | include/v8.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698