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

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

Issue 3108015: [Isolates] Fix gyp build. (Closed)
Patch Set: Created 10 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 357 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 '../../src/heap-inl.h', 368 '../../src/heap-inl.h',
369 '../../src/heap.cc', 369 '../../src/heap.cc',
370 '../../src/heap.h', 370 '../../src/heap.h',
371 '../../src/heap-profiler.cc', 371 '../../src/heap-profiler.cc',
372 '../../src/heap-profiler.h', 372 '../../src/heap-profiler.h',
373 '../../src/ic-inl.h', 373 '../../src/ic-inl.h',
374 '../../src/ic.cc', 374 '../../src/ic.cc',
375 '../../src/ic.h', 375 '../../src/ic.h',
376 '../../src/interpreter-irregexp.cc', 376 '../../src/interpreter-irregexp.cc',
377 '../../src/interpreter-irregexp.h', 377 '../../src/interpreter-irregexp.h',
378 '../../src/isolate.cc',
379 '../../src/isolate.h',
378 '../../src/jump-target-inl.h', 380 '../../src/jump-target-inl.h',
379 '../../src/jump-target.cc', 381 '../../src/jump-target.cc',
380 '../../src/jump-target.h', 382 '../../src/jump-target.h',
381 '../../src/jsregexp.cc', 383 '../../src/jsregexp.cc',
382 '../../src/jsregexp.h', 384 '../../src/jsregexp.h',
383 '../../src/list-inl.h', 385 '../../src/list-inl.h',
384 '../../src/list.h', 386 '../../src/list.h',
385 '../../src/liveedit.cc', 387 '../../src/liveedit.cc',
386 '../../src/liveedit.h', 388 '../../src/liveedit.h',
387 '../../src/log-inl.h', 389 '../../src/log-inl.h',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
468 '../../src/v8threads.cc', 470 '../../src/v8threads.cc',
469 '../../src/v8threads.h', 471 '../../src/v8threads.h',
470 '../../src/variables.cc', 472 '../../src/variables.cc',
471 '../../src/variables.h', 473 '../../src/variables.h',
472 '../../src/version.cc', 474 '../../src/version.cc',
473 '../../src/version.h', 475 '../../src/version.h',
474 '../../src/virtual-frame-inl.h', 476 '../../src/virtual-frame-inl.h',
475 '../../src/virtual-frame.cc', 477 '../../src/virtual-frame.cc',
476 '../../src/virtual-frame.h', 478 '../../src/virtual-frame.h',
477 '../../src/vm-state-inl.h', 479 '../../src/vm-state-inl.h',
478 '../../src/vm-state.cc',
479 '../../src/vm-state.h', 480 '../../src/vm-state.h',
480 '../../src/zone-inl.h', 481 '../../src/zone-inl.h',
481 '../../src/zone.cc', 482 '../../src/zone.cc',
482 '../../src/zone.h', 483 '../../src/zone.h',
483 ], 484 ],
484 'conditions': [ 485 'conditions': [
485 ['v8_target_arch=="arm"', { 486 ['v8_target_arch=="arm"', {
486 'include_dirs+': [ 487 'include_dirs+': [
487 '../../src/arm', 488 '../../src/arm',
488 ], 489 ],
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 ], 741 ],
741 'conditions': [ 742 'conditions': [
742 ['OS=="win"', { 743 ['OS=="win"', {
743 # This could be gotten by not setting chromium_code, if that's OK. 744 # This could be gotten by not setting chromium_code, if that's OK.
744 'defines': ['_CRT_SECURE_NO_WARNINGS'], 745 'defines': ['_CRT_SECURE_NO_WARNINGS'],
745 }], 746 }],
746 ], 747 ],
747 }, 748 },
748 ], 749 ],
749 } 750 }
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