| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # | 2 # |
| 3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
| 4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
| 5 | 5 |
| 6 { | 6 { |
| 7 'targets': [ | 7 'targets': [ |
| 8 { | 8 { |
| 9 'target_name': 'browser', | 9 'target_name': 'browser', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 1632 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1643 'browser/pepper_flash_settings_manager.cc', | 1643 'browser/pepper_flash_settings_manager.cc', |
| 1644 'browser/pepper_flash_settings_manager.h', | 1644 'browser/pepper_flash_settings_manager.h', |
| 1645 'browser/pepper_gtalk_message_filter.cc', | 1645 'browser/pepper_gtalk_message_filter.cc', |
| 1646 'browser/pepper_gtalk_message_filter.h', | 1646 'browser/pepper_gtalk_message_filter.h', |
| 1647 'browser/performance_monitor/constants.cc', | 1647 'browser/performance_monitor/constants.cc', |
| 1648 'browser/performance_monitor/constants.h', | 1648 'browser/performance_monitor/constants.h', |
| 1649 'browser/performance_monitor/database.cc', | 1649 'browser/performance_monitor/database.cc', |
| 1650 'browser/performance_monitor/database.h', | 1650 'browser/performance_monitor/database.h', |
| 1651 'browser/performance_monitor/event.cc', | 1651 'browser/performance_monitor/event.cc', |
| 1652 'browser/performance_monitor/event.h', | 1652 'browser/performance_monitor/event.h', |
| 1653 'browser/performance_monitor/metric.cc', |
| 1654 'browser/performance_monitor/metric.h', |
| 1653 'browser/performance_monitor/metric_details.cc', | 1655 'browser/performance_monitor/metric_details.cc', |
| 1654 'browser/performance_monitor/metric_details.h', | 1656 'browser/performance_monitor/metric_details.h', |
| 1655 'browser/performance_monitor/metric_info.cc', | |
| 1656 'browser/performance_monitor/metric_info.h', | |
| 1657 'browser/performance_monitor/performance_monitor.cc', | 1657 'browser/performance_monitor/performance_monitor.cc', |
| 1658 'browser/performance_monitor/performance_monitor.h', | 1658 'browser/performance_monitor/performance_monitor.h', |
| 1659 'browser/performance_monitor/performance_monitor_util.cc', | 1659 'browser/performance_monitor/performance_monitor_util.cc', |
| 1660 'browser/performance_monitor/performance_monitor_util.h', | 1660 'browser/performance_monitor/performance_monitor_util.h', |
| 1661 'browser/performance_monitor/startup_timer.cc', | 1661 'browser/performance_monitor/startup_timer.cc', |
| 1662 'browser/performance_monitor/startup_timer.h', | 1662 'browser/performance_monitor/startup_timer.h', |
| 1663 'browser/platform_util.h', | 1663 'browser/platform_util.h', |
| 1664 'browser/platform_util_android.cc', | 1664 'browser/platform_util_android.cc', |
| 1665 'browser/platform_util_aura.cc', | 1665 'browser/platform_util_aura.cc', |
| 1666 'browser/platform_util_chromeos.cc', | 1666 'browser/platform_util_chromeos.cc', |
| (...skipping 3926 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5593 'includes': [ '../build/jni_generator.gypi' ], | 5593 'includes': [ '../build/jni_generator.gypi' ], |
| 5594 'dependencies': [ | 5594 'dependencies': [ |
| 5595 'android_jar_jni_headers', | 5595 'android_jar_jni_headers', |
| 5596 ], | 5596 ], |
| 5597 }, | 5597 }, |
| 5598 ], | 5598 ], |
| 5599 }, | 5599 }, |
| 5600 ], | 5600 ], |
| 5601 ], | 5601 ], |
| 5602 } | 5602 } |
| OLD | NEW |