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

Side by Side Diff: chrome/chrome_browser.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: Add content/public/browser to GN deps 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3608 matching lines...) Expand 10 before | Expand all | Expand 10 after
3619 3619
3620 # This file is generated by GRIT. 3620 # This file is generated by GRIT.
3621 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc', 3621 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc',
3622 ], 3622 ],
3623 'dependencies': [ 3623 'dependencies': [
3624 'browser_chromeos', 3624 'browser_chromeos',
3625 '../components/components.gyp:user_manager', 3625 '../components/components.gyp:user_manager',
3626 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 3626 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
3627 ], 3627 ],
3628 }], 3628 }],
3629 ['chromeos==1', {
3630 'sources': [
3631 'browser/metrics/leak_detector_controller.cc',
3632 'browser/metrics/leak_detector_controller.h',
3633 ],
3634 'dependencies': [
3635 '../components/components.gyp:metrics_leak_detector',
3636 ],
3637 }],
3629 ['use_cups==1', { 3638 ['use_cups==1', {
3630 'dependencies': [ 3639 'dependencies': [
3631 '../printing/printing.gyp:cups', 3640 '../printing/printing.gyp:cups',
3632 ], 3641 ],
3633 }], 3642 }],
3634 ['use_gnome_keyring==1', { 3643 ['use_gnome_keyring==1', {
3635 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ], 3644 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ],
3636 'dependencies': [ 3645 'dependencies': [
3637 '../build/linux/system.gyp:gnome_keyring', 3646 '../build/linux/system.gyp:gnome_keyring',
3638 ], 3647 ],
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
4208 '../components/components.gyp:rlz', 4217 '../components/components.gyp:rlz',
4209 '../components/components.gyp:search_engines', 4218 '../components/components.gyp:search_engines',
4210 '../rlz/rlz.gyp:rlz_lib', 4219 '../rlz/rlz.gyp:rlz_lib',
4211 'common', 4220 'common',
4212 ], 4221 ],
4213 }, 4222 },
4214 ], 4223 ],
4215 }], 4224 }],
4216 ], 4225 ],
4217 } 4226 }
OLDNEW
« no previous file with comments | « chrome/browser/metrics/leak_detector_controller_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698