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

Side by Side Diff: chrome/chrome_tests_unit.gypi

Issue 1681263003: metrics: Add leak detector controller in Chrome OS metrics system (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use new build flag generation system; Define var 'enable_leak_detector' locally Created 4 years, 10 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 5 'variables': {
6 'chrome_unit_tests_sources': [ 6 'chrome_unit_tests_sources': [
7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this 7 # histograms.xml is analyzed by AboutFlagsHistogramTest, so this
8 # dependency is needed to make commit bots run unit_tests on 8 # dependency is needed to make commit bots run unit_tests on
9 # histograms.xml changes. 9 # histograms.xml changes.
10 '../tools/metrics/histograms/histograms.xml', 10 '../tools/metrics/histograms/histograms.xml',
(...skipping 2537 matching lines...) Expand 10 before | Expand all | Expand 10 after
2548 '../chromeos/ime/input_method.gyp:gencode', 2548 '../chromeos/ime/input_method.gyp:gencode',
2549 '../components/components.gyp:drive_test_support', 2549 '../components/components.gyp:drive_test_support',
2550 '../components/components.gyp:drive_test_support_chromeos', 2550 '../components/components.gyp:drive_test_support_chromeos',
2551 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 2551 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
2552 ], 2552 ],
2553 'sources!': [ 2553 'sources!': [
2554 'browser/signin/signin_manager_unittest.cc', 2554 'browser/signin/signin_manager_unittest.cc',
2555 'browser/signin/signin_names_io_thread_unittest.cc', 2555 'browser/signin/signin_names_io_thread_unittest.cc',
2556 ], 2556 ],
2557 }], 2557 }],
2558 ['chromeos==1 and enable_leak_detector==1', {
2559 'sources': [
2560 'browser/metrics/leak_detector_controller_unittest.cc',
2561 ],
2562 }],
2558 ['use_x11==1', { 2563 ['use_x11==1', {
2559 'dependencies': [ 2564 'dependencies': [
2560 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2565 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2561 '../ui/events/devices/events_devices.gyp:events_devices', 2566 '../ui/events/devices/events_devices.gyp:events_devices',
2562 ], 2567 ],
2563 }], 2568 }],
2564 [ 'cld_version==2', { 2569 [ 'cld_version==2', {
2565 'dependencies': [ 2570 'dependencies': [
2566 # Unit tests should be independent of the CLD2 access mechanism, 2571 # Unit tests should be independent of the CLD2 access mechanism,
2567 # just use static for simplicity. 2572 # just use static for simplicity.
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after
3034 'dependencies': [ 3039 'dependencies': [
3035 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 3040 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
3036 ], 3041 ],
3037 }], 3042 }],
3038 ], 3043 ],
3039 }, 3044 },
3040 ], 3045 ],
3041 }], 3046 }],
3042 ], # 'conditions' 3047 ], # 'conditions'
3043 } 3048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698