OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |