| 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 1650 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1661 'browser/pepper_flash_settings_manager.cc', | 1661 'browser/pepper_flash_settings_manager.cc', |
| 1662 'browser/pepper_flash_settings_manager.h', | 1662 'browser/pepper_flash_settings_manager.h', |
| 1663 'browser/pepper_gtalk_message_filter.cc', | 1663 'browser/pepper_gtalk_message_filter.cc', |
| 1664 'browser/pepper_gtalk_message_filter.h', | 1664 'browser/pepper_gtalk_message_filter.h', |
| 1665 'browser/performance_monitor/constants.cc', | 1665 'browser/performance_monitor/constants.cc', |
| 1666 'browser/performance_monitor/constants.h', | 1666 'browser/performance_monitor/constants.h', |
| 1667 'browser/performance_monitor/database.cc', | 1667 'browser/performance_monitor/database.cc', |
| 1668 'browser/performance_monitor/database.h', | 1668 'browser/performance_monitor/database.h', |
| 1669 'browser/performance_monitor/event.cc', | 1669 'browser/performance_monitor/event.cc', |
| 1670 'browser/performance_monitor/event.h', | 1670 'browser/performance_monitor/event.h', |
| 1671 'browser/performance_monitor/metric.cc', |
| 1672 'browser/performance_monitor/metric.h', |
| 1671 'browser/performance_monitor/metric_details.cc', | 1673 'browser/performance_monitor/metric_details.cc', |
| 1672 'browser/performance_monitor/metric_details.h', | 1674 'browser/performance_monitor/metric_details.h', |
| 1673 'browser/performance_monitor/metric_info.cc', | |
| 1674 'browser/performance_monitor/metric_info.h', | |
| 1675 'browser/performance_monitor/performance_monitor.cc', | 1675 'browser/performance_monitor/performance_monitor.cc', |
| 1676 'browser/performance_monitor/performance_monitor.h', | 1676 'browser/performance_monitor/performance_monitor.h', |
| 1677 'browser/performance_monitor/performance_monitor_util.cc', | 1677 'browser/performance_monitor/performance_monitor_util.cc', |
| 1678 'browser/performance_monitor/performance_monitor_util.h', | 1678 'browser/performance_monitor/performance_monitor_util.h', |
| 1679 'browser/performance_monitor/startup_timer.cc', | 1679 'browser/performance_monitor/startup_timer.cc', |
| 1680 'browser/performance_monitor/startup_timer.h', | 1680 'browser/performance_monitor/startup_timer.h', |
| 1681 'browser/platform_util.h', | 1681 'browser/platform_util.h', |
| 1682 'browser/platform_util_android.cc', | 1682 'browser/platform_util_android.cc', |
| 1683 'browser/platform_util_aura.cc', | 1683 'browser/platform_util_aura.cc', |
| 1684 'browser/platform_util_chromeos.cc', | 1684 'browser/platform_util_chromeos.cc', |
| (...skipping 3942 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5627 'includes': [ '../build/jni_generator.gypi' ], | 5627 'includes': [ '../build/jni_generator.gypi' ], |
| 5628 'dependencies': [ | 5628 'dependencies': [ |
| 5629 'android_jar_jni_headers', | 5629 'android_jar_jni_headers', |
| 5630 ], | 5630 ], |
| 5631 }, | 5631 }, |
| 5632 ], | 5632 ], |
| 5633 }, | 5633 }, |
| 5634 ], | 5634 ], |
| 5635 ], | 5635 ], |
| 5636 } | 5636 } |
| OLD | NEW |