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

Side by Side Diff: build/common.gypi

Issue 10912092: Fix missing colon in common.gypi (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 3 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 | 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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 'v8_use_mips_abi_hardfloat%': 'true', 64 'v8_use_mips_abi_hardfloat%': 'true',
65 65
66 # Default arch variant for MIPS. 66 # Default arch variant for MIPS.
67 'mips_arch_variant%': 'mips32r2', 67 'mips_arch_variant%': 'mips32r2',
68 68
69 'v8_enable_debugger_support%': 1, 69 'v8_enable_debugger_support%': 1,
70 70
71 'v8_enable_disassembler%': 0, 71 'v8_enable_disassembler%': 0,
72 72
73 # Enable extra checks in API functions and other strategic places. 73 # Enable extra checks in API functions and other strategic places.
74 'v8_enable_extra_checks%' 1, 74 'v8_enable_extra_checks%': 1,
75 75
76 'v8_object_print%': 0, 76 'v8_object_print%': 0,
77 77
78 'v8_enable_gdbjit%': 0, 78 'v8_enable_gdbjit%': 0,
79 79
80 # Enable profiling support. Only required on Windows. 80 # Enable profiling support. Only required on Windows.
81 'v8_enable_prof%': 0, 81 'v8_enable_prof%': 0,
82 82
83 # Some versions of GCC 4.5 seem to need -fno-strict-aliasing. 83 # Some versions of GCC 4.5 seem to need -fno-strict-aliasing.
84 'v8_no_strict_aliasing%': 0, 84 'v8_no_strict_aliasing%': 0,
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 'OptimizeReferences': '2', 421 'OptimizeReferences': '2',
422 'EnableCOMDATFolding': '2', 422 'EnableCOMDATFolding': '2',
423 }, 423 },
424 }, 424 },
425 }], # OS=="win" 425 }], # OS=="win"
426 ], # conditions 426 ], # conditions
427 }, # Release 427 }, # Release
428 }, # configurations 428 }, # configurations
429 }, # target_defaults 429 }, # target_defaults
430 } 430 }
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