| 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 641 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 'browser/chromeos/login/wizard_accessibility_helper.cc', | 652 'browser/chromeos/login/wizard_accessibility_helper.cc', |
| 653 'browser/chromeos/login/wizard_accessibility_helper.h', | 653 'browser/chromeos/login/wizard_accessibility_helper.h', |
| 654 'browser/chromeos/login/wizard_controller.cc', | 654 'browser/chromeos/login/wizard_controller.cc', |
| 655 'browser/chromeos/login/wizard_controller.h', | 655 'browser/chromeos/login/wizard_controller.h', |
| 656 'browser/chromeos/login/wizard_screen.cc', | 656 'browser/chromeos/login/wizard_screen.cc', |
| 657 'browser/chromeos/login/wizard_screen.h', | 657 'browser/chromeos/login/wizard_screen.h', |
| 658 'browser/chromeos/low_battery_observer.cc', | 658 'browser/chromeos/low_battery_observer.cc', |
| 659 'browser/chromeos/low_battery_observer.h', | 659 'browser/chromeos/low_battery_observer.h', |
| 660 'browser/chromeos/media/media_player.cc', | 660 'browser/chromeos/media/media_player.cc', |
| 661 'browser/chromeos/media/media_player.h', | 661 'browser/chromeos/media/media_player.h', |
| 662 'browser/chromeos/mobile_config.cc', |
| 663 'browser/chromeos/mobile_config.h', |
| 662 'browser/chromeos/native_dialog_window.cc', | 664 'browser/chromeos/native_dialog_window.cc', |
| 663 'browser/chromeos/native_dialog_window.h', | 665 'browser/chromeos/native_dialog_window.h', |
| 664 'browser/chromeos/net/cros_network_change_notifier_factory.cc', | 666 'browser/chromeos/net/cros_network_change_notifier_factory.cc', |
| 665 'browser/chromeos/net/cros_network_change_notifier_factory.h', | 667 'browser/chromeos/net/cros_network_change_notifier_factory.h', |
| 666 'browser/chromeos/net/network_change_notifier_chromeos.cc', | 668 'browser/chromeos/net/network_change_notifier_chromeos.cc', |
| 667 'browser/chromeos/net/network_change_notifier_chromeos.h', | 669 'browser/chromeos/net/network_change_notifier_chromeos.h', |
| 668 'browser/chromeos/network_login_observer.cc', | 670 'browser/chromeos/network_login_observer.cc', |
| 669 'browser/chromeos/network_login_observer.h', | 671 'browser/chromeos/network_login_observer.h', |
| 670 'browser/chromeos/network_message_observer.cc', | 672 'browser/chromeos/network_message_observer.cc', |
| 671 'browser/chromeos/network_message_observer.h', | 673 'browser/chromeos/network_message_observer.h', |
| (...skipping 4257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4929 # weak imports in dependents, who still must #include | 4931 # weak imports in dependents, who still must #include |
| 4930 # closure_blocks_leopard_compat.h to get weak imports. | 4932 # closure_blocks_leopard_compat.h to get weak imports. |
| 4931 'type': 'none', | 4933 'type': 'none', |
| 4932 }], | 4934 }], |
| 4933 ], | 4935 ], |
| 4934 }, | 4936 }, |
| 4935 ], | 4937 ], |
| 4936 }], | 4938 }], |
| 4937 ], | 4939 ], |
| 4938 } | 4940 } |
| OLD | NEW |