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

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

Issue 23401002: Fix the CPU feature detection. (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Improve cpuinfo parsing. Created 7 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 | « test/cctest/test-disasm-ia32.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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 '../../src/contexts.cc', 250 '../../src/contexts.cc',
251 '../../src/contexts.h', 251 '../../src/contexts.h',
252 '../../src/conversions-inl.h', 252 '../../src/conversions-inl.h',
253 '../../src/conversions.cc', 253 '../../src/conversions.cc',
254 '../../src/conversions.h', 254 '../../src/conversions.h',
255 '../../src/counters.cc', 255 '../../src/counters.cc',
256 '../../src/counters.h', 256 '../../src/counters.h',
257 '../../src/cpu-profiler-inl.h', 257 '../../src/cpu-profiler-inl.h',
258 '../../src/cpu-profiler.cc', 258 '../../src/cpu-profiler.cc',
259 '../../src/cpu-profiler.h', 259 '../../src/cpu-profiler.h',
260 '../../src/cpu.cc',
260 '../../src/cpu.h', 261 '../../src/cpu.h',
261 '../../src/data-flow.cc', 262 '../../src/data-flow.cc',
262 '../../src/data-flow.h', 263 '../../src/data-flow.h',
263 '../../src/date.cc', 264 '../../src/date.cc',
264 '../../src/date.h', 265 '../../src/date.h',
265 '../../src/dateparser-inl.h', 266 '../../src/dateparser-inl.h',
266 '../../src/dateparser.cc', 267 '../../src/dateparser.cc',
267 '../../src/dateparser.h', 268 '../../src/dateparser.h',
268 '../../src/debug-agent.cc', 269 '../../src/debug-agent.cc',
269 '../../src/debug-agent.h', 270 '../../src/debug-agent.h',
(...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after
999 }], 1000 }],
1000 ['v8_compress_startup_data=="bz2"', { 1001 ['v8_compress_startup_data=="bz2"', {
1001 'libraries': [ 1002 'libraries': [
1002 '-lbz2', 1003 '-lbz2',
1003 ] 1004 ]
1004 }], 1005 }],
1005 ], 1006 ],
1006 }, 1007 },
1007 ], 1008 ],
1008 } 1009 }
OLDNEW
« no previous file with comments | « test/cctest/test-disasm-ia32.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698