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

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: 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 { 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 3145 matching lines...) Expand 10 before | Expand all | Expand 10 after
3156 '../components/components.gyp:favicon_core', 3156 '../components/components.gyp:favicon_core',
3157 '../components/components.gyp:gcm_driver', 3157 '../components/components.gyp:gcm_driver',
3158 '../components/components.gyp:google_core_browser', 3158 '../components/components.gyp:google_core_browser',
3159 '../components/components.gyp:handoff', 3159 '../components/components.gyp:handoff',
3160 '../components/components.gyp:history_core_browser', 3160 '../components/components.gyp:history_core_browser',
3161 '../components/components.gyp:history_core_common', 3161 '../components/components.gyp:history_core_common',
3162 '../components/components.gyp:infobars_core', 3162 '../components/components.gyp:infobars_core',
3163 '../components/components.gyp:instance_id', 3163 '../components/components.gyp:instance_id',
3164 '../components/components.gyp:invalidation_impl', 3164 '../components/components.gyp:invalidation_impl',
3165 '../components/components.gyp:metrics', 3165 '../components/components.gyp:metrics',
3166 '../components/components.gyp:metrics_flags',
3166 '../components/components.gyp:metrics_net', 3167 '../components/components.gyp:metrics_net',
3167 '../components/components.gyp:metrics_services_manager', 3168 '../components/components.gyp:metrics_services_manager',
3168 '../components/components.gyp:metrics_ui', 3169 '../components/components.gyp:metrics_ui',
3169 '../components/components.gyp:navigation_metrics', 3170 '../components/components.gyp:navigation_metrics',
3170 '../components/components.gyp:network_time', 3171 '../components/components.gyp:network_time',
3171 '../components/components.gyp:offline_pages', 3172 '../components/components.gyp:offline_pages',
3172 '../components/components.gyp:omnibox_browser', 3173 '../components/components.gyp:omnibox_browser',
3173 '../components/components.gyp:os_crypt', 3174 '../components/components.gyp:os_crypt',
3174 '../components/components.gyp:password_manager_core_browser', 3175 '../components/components.gyp:password_manager_core_browser',
3175 '../components/components.gyp:password_manager_core_common', 3176 '../components/components.gyp:password_manager_core_common',
(...skipping 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
3605 3606
3606 # This file is generated by GRIT. 3607 # This file is generated by GRIT.
3607 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc', 3608 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r esources_map.cc',
3608 ], 3609 ],
3609 'dependencies': [ 3610 'dependencies': [
3610 'browser_chromeos', 3611 'browser_chromeos',
3611 '../components/components.gyp:user_manager', 3612 '../components/components.gyp:user_manager',
3612 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 3613 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
3613 ], 3614 ],
3614 }], 3615 }],
3616 ['chromeos==1 and enable_leak_detector==1', {
Simon Que 2016/02/19 02:33:54 Still have to include the flag definition somewher
3617 'sources': [
3618 'browser/metrics/leak_detector_controller.cc',
3619 'browser/metrics/leak_detector_controller.h',
3620 ],
3621 'dependencies': [
3622 '../components/components.gyp:metrics_leak_detector',
3623 ],
3624 }],
3615 ['use_cups==1', { 3625 ['use_cups==1', {
3616 'dependencies': [ 3626 'dependencies': [
3617 '../printing/printing.gyp:cups', 3627 '../printing/printing.gyp:cups',
3618 ], 3628 ],
3619 }], 3629 }],
3620 ['use_gnome_keyring==1', { 3630 ['use_gnome_keyring==1', {
3621 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ], 3631 'sources': [ '<@(chrome_browser_gnome_keyring_sources)' ],
3622 'dependencies': [ 3632 'dependencies': [
3623 '../build/linux/system.gyp:gnome_keyring', 3633 '../build/linux/system.gyp:gnome_keyring',
3624 ], 3634 ],
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
4194 '../components/components.gyp:omnibox_browser', 4204 '../components/components.gyp:omnibox_browser',
4195 '../components/components.gyp:rlz', 4205 '../components/components.gyp:rlz',
4196 '../components/components.gyp:search_engines', 4206 '../components/components.gyp:search_engines',
4197 '../rlz/rlz.gyp:rlz_lib', 4207 '../rlz/rlz.gyp:rlz_lib',
4198 ], 4208 ],
4199 }, 4209 },
4200 ], 4210 ],
4201 }], 4211 }],
4202 ], 4212 ],
4203 } 4213 }
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