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

Side by Side Diff: base/base.gyp

Issue 1038453002: Add option to export tracing events to ETW. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: scottmg@ review. Created 5 years, 8 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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 671 matching lines...) Expand 10 before | Expand all | Expand 10 after
682 'dependencies': [ 682 'dependencies': [
683 'base', 683 'base',
684 'base_i18n', 684 'base_i18n',
685 'base_message_loop_tests', 685 'base_message_loop_tests',
686 'base_prefs', 686 'base_prefs',
687 'base_prefs_test_support', 687 'base_prefs_test_support',
688 'base_static', 688 'base_static',
689 'run_all_unittests', 689 'run_all_unittests',
690 'test_support_base', 690 'test_support_base',
691 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions', 691 'third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_annotat ions',
692 'trace_event/etw_manifest/etw_manifest.gyp:etw_manifest',
692 '../testing/gmock.gyp:gmock', 693 '../testing/gmock.gyp:gmock',
693 '../testing/gtest.gyp:gtest', 694 '../testing/gtest.gyp:gtest',
694 '../third_party/icu/icu.gyp:icui18n', 695 '../third_party/icu/icu.gyp:icui18n',
695 '../third_party/icu/icu.gyp:icuuc', 696 '../third_party/icu/icu.gyp:icuuc',
696 ], 697 ],
697 'includes': ['../build/nocompile.gypi'], 698 'includes': ['../build/nocompile.gypi'],
698 'variables': { 699 'variables': {
699 # TODO(ajwong): Is there a way to autodetect this? 700 # TODO(ajwong): Is there a way to autodetect this?
700 'module_dir': 'base' 701 'module_dir': 'base'
701 }, 702 },
(...skipping 876 matching lines...) Expand 10 before | Expand all | Expand 10 after
1578 'dependencies': [ 1579 'dependencies': [
1579 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1580 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1580 ], 1581 ],
1581 }], 1582 }],
1582 ], 1583 ],
1583 }, 1584 },
1584 ], 1585 ],
1585 }], 1586 }],
1586 ], 1587 ],
1587 } 1588 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/BUILD.gn » ('j') | base/trace_event/etw_manifest/etw_manifest.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698