| 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 3630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3641 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r
esources_map.cc', | 3641 '<(SHARED_INTERMEDIATE_DIR)/ui/chromeos/resources/grit/ui_chromeos_r
esources_map.cc', |
| 3642 ], | 3642 ], |
| 3643 'dependencies': [ | 3643 'dependencies': [ |
| 3644 'browser_chromeos', | 3644 'browser_chromeos', |
| 3645 '../components/components.gyp:user_manager', | 3645 '../components/components.gyp:user_manager', |
| 3646 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 3646 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 3647 ], | 3647 ], |
| 3648 }], | 3648 }], |
| 3649 ['chromeos==1', { | 3649 ['chromeos==1', { |
| 3650 'sources': [ | 3650 'sources': [ |
| 3651 'browser/metrics/leak_detector_controller.cc', | 3651 'browser/metrics/leak_detector/leak_detector_controller.cc', |
| 3652 'browser/metrics/leak_detector_controller.h', | 3652 'browser/metrics/leak_detector/leak_detector_controller.h', |
| 3653 ], | 3653 ], |
| 3654 'dependencies': [ | 3654 'dependencies': [ |
| 3655 '../components/components.gyp:metrics_leak_detector', | 3655 '../components/components.gyp:metrics_leak_detector', |
| 3656 ], | 3656 ], |
| 3657 }], | 3657 }], |
| 3658 ['use_cups==1', { | 3658 ['use_cups==1', { |
| 3659 'dependencies': [ | 3659 'dependencies': [ |
| 3660 '../printing/printing.gyp:cups', | 3660 '../printing/printing.gyp:cups', |
| 3661 ], | 3661 ], |
| 3662 }], | 3662 }], |
| (...skipping 609 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4272 '../components/components.gyp:rlz', | 4272 '../components/components.gyp:rlz', |
| 4273 '../components/components.gyp:search_engines', | 4273 '../components/components.gyp:search_engines', |
| 4274 '../rlz/rlz.gyp:rlz_lib', | 4274 '../rlz/rlz.gyp:rlz_lib', |
| 4275 'common', | 4275 'common', |
| 4276 ], | 4276 ], |
| 4277 }, | 4277 }, |
| 4278 ], | 4278 ], |
| 4279 }], | 4279 }], |
| 4280 ], | 4280 ], |
| 4281 } | 4281 } |
| OLD | NEW |