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

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

Issue 2091019: CPU profiler: make code events handling scalable. (Closed)
Patch Set: Created 10 years, 7 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
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 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 '../../src/string-stream.cc', 405 '../../src/string-stream.cc',
406 '../../src/string-stream.h', 406 '../../src/string-stream.h',
407 '../../src/stub-cache.cc', 407 '../../src/stub-cache.cc',
408 '../../src/stub-cache.h', 408 '../../src/stub-cache.h',
409 '../../src/token.cc', 409 '../../src/token.cc',
410 '../../src/token.h', 410 '../../src/token.h',
411 '../../src/top.cc', 411 '../../src/top.cc',
412 '../../src/top.h', 412 '../../src/top.h',
413 '../../src/type-info.cc', 413 '../../src/type-info.cc',
414 '../../src/type-info.h', 414 '../../src/type-info.h',
415 '../../src/unbound-queue-inl.h',
416 '../../src/unbound-queue.h',
415 '../../src/unicode-inl.h', 417 '../../src/unicode-inl.h',
416 '../../src/unicode.cc', 418 '../../src/unicode.cc',
417 '../../src/unicode.h', 419 '../../src/unicode.h',
418 '../../src/utils.cc', 420 '../../src/utils.cc',
419 '../../src/utils.h', 421 '../../src/utils.h',
420 '../../src/v8-counters.cc', 422 '../../src/v8-counters.cc',
421 '../../src/v8-counters.h', 423 '../../src/v8-counters.h',
422 '../../src/v8.cc', 424 '../../src/v8.cc',
423 '../../src/v8.h', 425 '../../src/v8.h',
424 '../../src/v8threads.cc', 426 '../../src/v8threads.cc',
(...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after
691 ], 693 ],
692 'conditions': [ 694 'conditions': [
693 [ 'OS=="win"', { 695 [ 'OS=="win"', {
694 # This could be gotten by not setting chromium_code, if that's OK. 696 # This could be gotten by not setting chromium_code, if that's OK.
695 'defines': ['_CRT_SECURE_NO_WARNINGS'], 697 'defines': ['_CRT_SECURE_NO_WARNINGS'],
696 }], 698 }],
697 ], 699 ],
698 }, 700 },
699 ], 701 ],
700 } 702 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698