| 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 1666 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1677 'browser/pepper_flash_settings_manager.cc', | 1677 'browser/pepper_flash_settings_manager.cc', |
| 1678 'browser/pepper_flash_settings_manager.h', | 1678 'browser/pepper_flash_settings_manager.h', |
| 1679 'browser/pepper_gtalk_message_filter.cc', | 1679 'browser/pepper_gtalk_message_filter.cc', |
| 1680 'browser/pepper_gtalk_message_filter.h', | 1680 'browser/pepper_gtalk_message_filter.h', |
| 1681 'browser/performance_monitor/constants.cc', | 1681 'browser/performance_monitor/constants.cc', |
| 1682 'browser/performance_monitor/constants.h', | 1682 'browser/performance_monitor/constants.h', |
| 1683 'browser/performance_monitor/database.cc', | 1683 'browser/performance_monitor/database.cc', |
| 1684 'browser/performance_monitor/database.h', | 1684 'browser/performance_monitor/database.h', |
| 1685 'browser/performance_monitor/event.cc', | 1685 'browser/performance_monitor/event.cc', |
| 1686 'browser/performance_monitor/event.h', | 1686 'browser/performance_monitor/event.h', |
| 1687 'browser/performance_monitor/metric.cc', |
| 1688 'browser/performance_monitor/metric.h', |
| 1687 'browser/performance_monitor/metric_details.cc', | 1689 'browser/performance_monitor/metric_details.cc', |
| 1688 'browser/performance_monitor/metric_details.h', | 1690 'browser/performance_monitor/metric_details.h', |
| 1689 'browser/performance_monitor/metric_info.cc', | |
| 1690 'browser/performance_monitor/metric_info.h', | |
| 1691 'browser/performance_monitor/performance_monitor.cc', | 1691 'browser/performance_monitor/performance_monitor.cc', |
| 1692 'browser/performance_monitor/performance_monitor.h', | 1692 'browser/performance_monitor/performance_monitor.h', |
| 1693 'browser/performance_monitor/performance_monitor_util.cc', | 1693 'browser/performance_monitor/performance_monitor_util.cc', |
| 1694 'browser/performance_monitor/performance_monitor_util.h', | 1694 'browser/performance_monitor/performance_monitor_util.h', |
| 1695 'browser/performance_monitor/startup_timer.cc', | 1695 'browser/performance_monitor/startup_timer.cc', |
| 1696 'browser/performance_monitor/startup_timer.h', | 1696 'browser/performance_monitor/startup_timer.h', |
| 1697 'browser/platform_util.h', | 1697 'browser/platform_util.h', |
| 1698 'browser/platform_util_android.cc', | 1698 'browser/platform_util_android.cc', |
| 1699 'browser/platform_util_aura.cc', | 1699 'browser/platform_util_aura.cc', |
| 1700 'browser/platform_util_chromeos.cc', | 1700 'browser/platform_util_chromeos.cc', |
| (...skipping 3952 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5653 'includes': [ '../build/jni_generator.gypi' ], | 5653 'includes': [ '../build/jni_generator.gypi' ], |
| 5654 'dependencies': [ | 5654 'dependencies': [ |
| 5655 'android_jar_jni_headers', | 5655 'android_jar_jni_headers', |
| 5656 ], | 5656 ], |
| 5657 }, | 5657 }, |
| 5658 ], | 5658 ], |
| 5659 }, | 5659 }, |
| 5660 ], | 5660 ], |
| 5661 ], | 5661 ], |
| 5662 } | 5662 } |
| OLD | NEW |