| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 'target_name': 'browser', | 8 'target_name': 'browser', |
| 9 'type': 'static_library', | 9 'type': 'static_library', |
| 10 'dependencies': [ | 10 'dependencies': [ |
| (...skipping 733 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 744 'browser/chromeos/system/syslogs_provider.cc', | 744 'browser/chromeos/system/syslogs_provider.cc', |
| 745 'browser/chromeos/system/syslogs_provider.h', | 745 'browser/chromeos/system/syslogs_provider.h', |
| 746 'browser/chromeos/system/timezone_settings.cc', | 746 'browser/chromeos/system/timezone_settings.cc', |
| 747 'browser/chromeos/system/timezone_settings.h', | 747 'browser/chromeos/system/timezone_settings.h', |
| 748 'browser/chromeos/system/touchpad_settings.cc', | 748 'browser/chromeos/system/touchpad_settings.cc', |
| 749 'browser/chromeos/system/touchpad_settings.h', | 749 'browser/chromeos/system/touchpad_settings.h', |
| 750 'browser/chromeos/system_key_event_listener.cc', | 750 'browser/chromeos/system_key_event_listener.cc', |
| 751 'browser/chromeos/system_key_event_listener.h', | 751 'browser/chromeos/system_key_event_listener.h', |
| 752 'browser/chromeos/tab_closeable_state_watcher.cc', | 752 'browser/chromeos/tab_closeable_state_watcher.cc', |
| 753 'browser/chromeos/tab_closeable_state_watcher.h', | 753 'browser/chromeos/tab_closeable_state_watcher.h', |
| 754 'browser/chromeos/tab_first_render_watcher.cc', |
| 755 'browser/chromeos/tab_first_render_watcher.h', |
| 754 'browser/chromeos/update_observer.cc', | 756 'browser/chromeos/update_observer.cc', |
| 755 'browser/chromeos/update_observer.h', | 757 'browser/chromeos/update_observer.h', |
| 756 'browser/chromeos/upgrade_detector_chromeos.cc', | 758 'browser/chromeos/upgrade_detector_chromeos.cc', |
| 757 'browser/chromeos/upgrade_detector_chromeos.h', | 759 'browser/chromeos/upgrade_detector_chromeos.h', |
| 758 'browser/chromeos/user_cros_settings_provider.cc', | 760 'browser/chromeos/user_cros_settings_provider.cc', |
| 759 'browser/chromeos/user_cros_settings_provider.h', | 761 'browser/chromeos/user_cros_settings_provider.h', |
| 760 'browser/chromeos/version_loader.cc', | 762 'browser/chromeos/version_loader.cc', |
| 761 'browser/chromeos/version_loader.h', | 763 'browser/chromeos/version_loader.h', |
| 762 'browser/chromeos/view_ids.h', | 764 'browser/chromeos/view_ids.h', |
| 763 'browser/chromeos/views/copy_background.cc', | 765 'browser/chromeos/views/copy_background.cc', |
| (...skipping 4199 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4963 # weak imports in dependents, who still must #include | 4965 # weak imports in dependents, who still must #include |
| 4964 # closure_blocks_leopard_compat.h to get weak imports. | 4966 # closure_blocks_leopard_compat.h to get weak imports. |
| 4965 'type': 'none', | 4967 'type': 'none', |
| 4966 }], | 4968 }], |
| 4967 ], | 4969 ], |
| 4968 }, | 4970 }, |
| 4969 ], | 4971 ], |
| 4970 }], | 4972 }], |
| 4971 ], | 4973 ], |
| 4972 } | 4974 } |
| OLD | NEW |