| 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 1664 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1675 'browser/pepper_flash_settings_manager.cc', | 1675 'browser/pepper_flash_settings_manager.cc', |
| 1676 'browser/pepper_flash_settings_manager.h', | 1676 'browser/pepper_flash_settings_manager.h', |
| 1677 'browser/pepper_gtalk_message_filter.cc', | 1677 'browser/pepper_gtalk_message_filter.cc', |
| 1678 'browser/pepper_gtalk_message_filter.h', | 1678 'browser/pepper_gtalk_message_filter.h', |
| 1679 'browser/performance_monitor/constants.cc', | 1679 'browser/performance_monitor/constants.cc', |
| 1680 'browser/performance_monitor/constants.h', | 1680 'browser/performance_monitor/constants.h', |
| 1681 'browser/performance_monitor/database.cc', | 1681 'browser/performance_monitor/database.cc', |
| 1682 'browser/performance_monitor/database.h', | 1682 'browser/performance_monitor/database.h', |
| 1683 'browser/performance_monitor/event.cc', | 1683 'browser/performance_monitor/event.cc', |
| 1684 'browser/performance_monitor/event.h', | 1684 'browser/performance_monitor/event.h', |
| 1685 'browser/performance_monitor/metric.cc', |
| 1686 'browser/performance_monitor/metric.h', |
| 1685 'browser/performance_monitor/metric_details.cc', | 1687 'browser/performance_monitor/metric_details.cc', |
| 1686 'browser/performance_monitor/metric_details.h', | 1688 'browser/performance_monitor/metric_details.h', |
| 1687 'browser/performance_monitor/metric_info.cc', | |
| 1688 'browser/performance_monitor/metric_info.h', | |
| 1689 'browser/performance_monitor/performance_monitor.cc', | 1689 'browser/performance_monitor/performance_monitor.cc', |
| 1690 'browser/performance_monitor/performance_monitor.h', | 1690 'browser/performance_monitor/performance_monitor.h', |
| 1691 'browser/performance_monitor/performance_monitor_util.cc', | 1691 'browser/performance_monitor/performance_monitor_util.cc', |
| 1692 'browser/performance_monitor/performance_monitor_util.h', | 1692 'browser/performance_monitor/performance_monitor_util.h', |
| 1693 'browser/performance_monitor/startup_timer.cc', | 1693 'browser/performance_monitor/startup_timer.cc', |
| 1694 'browser/performance_monitor/startup_timer.h', | 1694 'browser/performance_monitor/startup_timer.h', |
| 1695 'browser/platform_util.h', | 1695 'browser/platform_util.h', |
| 1696 'browser/platform_util_android.cc', | 1696 'browser/platform_util_android.cc', |
| 1697 'browser/platform_util_aura.cc', | 1697 'browser/platform_util_aura.cc', |
| 1698 'browser/platform_util_chromeos.cc', | 1698 'browser/platform_util_chromeos.cc', |
| (...skipping 3944 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5643 'includes': [ '../build/jni_generator.gypi' ], | 5643 'includes': [ '../build/jni_generator.gypi' ], |
| 5644 'dependencies': [ | 5644 'dependencies': [ |
| 5645 'android_jar_jni_headers', | 5645 'android_jar_jni_headers', |
| 5646 ], | 5646 ], |
| 5647 }, | 5647 }, |
| 5648 ], | 5648 ], |
| 5649 }, | 5649 }, |
| 5650 ], | 5650 ], |
| 5651 ], | 5651 ], |
| 5652 } | 5652 } |
| OLD | NEW |