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

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

Issue 1323003: Gyp causing me gyp. (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 | « 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 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 '../../src/heap-inl.h', 303 '../../src/heap-inl.h',
304 '../../src/heap.cc', 304 '../../src/heap.cc',
305 '../../src/heap.h', 305 '../../src/heap.h',
306 '../../src/heap-profiler.cc', 306 '../../src/heap-profiler.cc',
307 '../../src/heap-profiler.h', 307 '../../src/heap-profiler.h',
308 '../../src/ic-inl.h', 308 '../../src/ic-inl.h',
309 '../../src/ic.cc', 309 '../../src/ic.cc',
310 '../../src/ic.h', 310 '../../src/ic.h',
311 '../../src/interpreter-irregexp.cc', 311 '../../src/interpreter-irregexp.cc',
312 '../../src/interpreter-irregexp.h', 312 '../../src/interpreter-irregexp.h',
313 '../../src/jump-target-heavy-inl.h',
314 '../../src/jump-target-heavy.cc',
315 '../../src/jump-target-inl.h', 313 '../../src/jump-target-inl.h',
316 '../../src/jump-target-light-inl.h',
317 '../../src/jump-target-light.cc',
318 '../../src/jump-target.cc', 314 '../../src/jump-target.cc',
319 '../../src/jump-target.h', 315 '../../src/jump-target.h',
320 '../../src/jsregexp.cc', 316 '../../src/jsregexp.cc',
321 '../../src/jsregexp.h', 317 '../../src/jsregexp.h',
322 '../../src/list-inl.h', 318 '../../src/list-inl.h',
323 '../../src/list.h', 319 '../../src/list.h',
324 '../../src/liveedit.cc', 320 '../../src/liveedit.cc',
325 '../../src/liveedit.h', 321 '../../src/liveedit.h',
326 '../../src/log-inl.h', 322 '../../src/log-inl.h',
327 '../../src/log-utils.cc', 323 '../../src/log-utils.cc',
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 '../../src/v8-counters.cc', 397 '../../src/v8-counters.cc',
402 '../../src/v8-counters.h', 398 '../../src/v8-counters.h',
403 '../../src/v8.cc', 399 '../../src/v8.cc',
404 '../../src/v8.h', 400 '../../src/v8.h',
405 '../../src/v8threads.cc', 401 '../../src/v8threads.cc',
406 '../../src/v8threads.h', 402 '../../src/v8threads.h',
407 '../../src/variables.cc', 403 '../../src/variables.cc',
408 '../../src/variables.h', 404 '../../src/variables.h',
409 '../../src/version.cc', 405 '../../src/version.cc',
410 '../../src/version.h', 406 '../../src/version.h',
411 '../../src/virtual-frame-heavy-inl.h',
412 '../../src/virtual-frame-heavy.cc',
413 '../../src/virtual-frame-inl.h', 407 '../../src/virtual-frame-inl.h',
414 '../../src/virtual-frame-light-inl.h',
415 '../../src/virtual-frame-light.cc',
416 '../../src/virtual-frame.cc', 408 '../../src/virtual-frame.cc',
417 '../../src/virtual-frame.h', 409 '../../src/virtual-frame.h',
418 '../../src/zone-inl.h', 410 '../../src/zone-inl.h',
419 '../../src/zone.cc', 411 '../../src/zone.cc',
420 '../../src/zone.h', 412 '../../src/zone.h',
421 ], 413 ],
422 'conditions': [ 414 'conditions': [
423 ['target_arch=="arm"', { 415 ['target_arch=="arm"', {
424 'include_dirs+': [ 416 'include_dirs+': [
425 '../../src/arm', 417 '../../src/arm',
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 ], 648 ],
657 'conditions': [ 649 'conditions': [
658 [ 'OS=="win"', { 650 [ 'OS=="win"', {
659 # This could be gotten by not setting chromium_code, if that's OK. 651 # This could be gotten by not setting chromium_code, if that's OK.
660 'defines': ['_CRT_SECURE_NO_WARNINGS'], 652 'defines': ['_CRT_SECURE_NO_WARNINGS'],
661 }], 653 }],
662 ], 654 ],
663 }, 655 },
664 ], 656 ],
665 } 657 }
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