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 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1614 'browser/performance_monitor/event.cc', | 1614 'browser/performance_monitor/event.cc', |
1615 'browser/performance_monitor/event.h', | 1615 'browser/performance_monitor/event.h', |
1616 'browser/performance_monitor/metric_details.cc', | 1616 'browser/performance_monitor/metric_details.cc', |
1617 'browser/performance_monitor/metric_details.h', | 1617 'browser/performance_monitor/metric_details.h', |
1618 'browser/performance_monitor/metric_info.cc', | 1618 'browser/performance_monitor/metric_info.cc', |
1619 'browser/performance_monitor/metric_info.h', | 1619 'browser/performance_monitor/metric_info.h', |
1620 'browser/performance_monitor/performance_monitor.cc', | 1620 'browser/performance_monitor/performance_monitor.cc', |
1621 'browser/performance_monitor/performance_monitor.h', | 1621 'browser/performance_monitor/performance_monitor.h', |
1622 'browser/performance_monitor/performance_monitor_util.cc', | 1622 'browser/performance_monitor/performance_monitor_util.cc', |
1623 'browser/performance_monitor/performance_monitor_util.h', | 1623 'browser/performance_monitor/performance_monitor_util.h', |
| 1624 'browser/performance_monitor/startup_timer.cc', |
| 1625 'browser/performance_monitor/startup_timer.h', |
1624 'browser/platform_util.h', | 1626 'browser/platform_util.h', |
1625 'browser/platform_util_android.cc', | 1627 'browser/platform_util_android.cc', |
1626 'browser/platform_util_aura.cc', | 1628 'browser/platform_util_aura.cc', |
1627 'browser/platform_util_chromeos.cc', | 1629 'browser/platform_util_chromeos.cc', |
1628 'browser/platform_util_common_linux.cc', | 1630 'browser/platform_util_common_linux.cc', |
1629 'browser/platform_util_linux.cc', | 1631 'browser/platform_util_linux.cc', |
1630 'browser/platform_util_mac.mm', | 1632 'browser/platform_util_mac.mm', |
1631 'browser/platform_util_win.cc', | 1633 'browser/platform_util_win.cc', |
1632 'browser/plugin_data_remover_helper.cc', | 1634 'browser/plugin_data_remover_helper.cc', |
1633 'browser/plugin_data_remover_helper.h', | 1635 'browser/plugin_data_remover_helper.h', |
(...skipping 3853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5487 'variables': { | 5489 'variables': { |
5488 'jni_gen_dir': 'chrome', | 5490 'jni_gen_dir': 'chrome', |
5489 }, | 5491 }, |
5490 'includes': [ '../build/jni_generator.gypi' ], | 5492 'includes': [ '../build/jni_generator.gypi' ], |
5491 }, | 5493 }, |
5492 ], | 5494 ], |
5493 }, | 5495 }, |
5494 ], | 5496 ], |
5495 ], | 5497 ], |
5496 } | 5498 } |
OLD | NEW |