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

Side by Side Diff: src/v8.gyp

Issue 2061933002: [build] Provide tracing dependency via variable (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: using depth Created 4 years, 6 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 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 'type': 'static_library', 380 'type': 'static_library',
381 'dependencies': [ 381 'dependencies': [
382 'v8_libbase', 382 'v8_libbase',
383 'v8_libsampler', 383 'v8_libsampler',
384 ], 384 ],
385 'variables': { 385 'variables': {
386 'optimize': 'max', 386 'optimize': 'max',
387 }, 387 },
388 'include_dirs+': [ 388 'include_dirs+': [
389 '..', 389 '..',
390 # To be able to find base/trace_event/common/trace_event_common.h 390 '<(DEPTH)',
391 '../..',
392 ], 391 ],
393 'sources': [ ### gcmole(all) ### 392 'sources': [ ### gcmole(all) ###
394 '../include/v8-debug.h', 393 '../include/v8-debug.h',
395 '../include/v8-experimental.h', 394 '../include/v8-experimental.h',
396 '../include/v8-platform.h', 395 '../include/v8-platform.h',
397 '../include/v8-profiler.h', 396 '../include/v8-profiler.h',
398 '../include/v8-testing.h', 397 '../include/v8-testing.h',
399 '../include/v8-util.h', 398 '../include/v8-util.h',
400 '../include/v8-version.h', 399 '../include/v8-version.h',
401 '../include/v8.h', 400 '../include/v8.h',
(...skipping 1880 matching lines...) Expand 10 before | Expand all | Expand 10 after
2282 }], 2281 }],
2283 ['want_separate_host_toolset==1', { 2282 ['want_separate_host_toolset==1', {
2284 'toolsets': ['host'], 2283 'toolsets': ['host'],
2285 }, { 2284 }, {
2286 'toolsets': ['target'], 2285 'toolsets': ['target'],
2287 }], 2286 }],
2288 ], 2287 ],
2289 }, 2288 },
2290 ], 2289 ],
2291 } 2290 }
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