Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'dependencies': [ | 6 'dependencies': [ |
| 7 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
| 8 '../components/url_formatter/url_formatter.gyp:url_formatter', | 8 '../components/url_formatter/url_formatter.gyp:url_formatter', |
| 9 '../crypto/crypto.gyp:crypto', | 9 '../crypto/crypto.gyp:crypto', |
| 10 '../device/battery/battery.gyp:device_battery', | 10 '../device/battery/battery.gyp:device_battery', |
| (...skipping 729 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 740 'browser/frame_host/render_frame_host_manager.cc', | 740 'browser/frame_host/render_frame_host_manager.cc', |
| 741 'browser/frame_host/render_frame_host_manager.h', | 741 'browser/frame_host/render_frame_host_manager.h', |
| 742 'browser/frame_host/render_frame_message_filter.cc', | 742 'browser/frame_host/render_frame_message_filter.cc', |
| 743 'browser/frame_host/render_frame_message_filter.h', | 743 'browser/frame_host/render_frame_message_filter.h', |
| 744 'browser/frame_host/render_frame_proxy_host.cc', | 744 'browser/frame_host/render_frame_proxy_host.cc', |
| 745 'browser/frame_host/render_frame_proxy_host.h', | 745 'browser/frame_host/render_frame_proxy_host.h', |
| 746 'browser/frame_host/render_widget_host_view_child_frame.cc', | 746 'browser/frame_host/render_widget_host_view_child_frame.cc', |
| 747 'browser/frame_host/render_widget_host_view_child_frame.h', | 747 'browser/frame_host/render_widget_host_view_child_frame.h', |
| 748 'browser/frame_host/render_widget_host_view_guest.cc', | 748 'browser/frame_host/render_widget_host_view_guest.cc', |
| 749 'browser/frame_host/render_widget_host_view_guest.h', | 749 'browser/frame_host/render_widget_host_view_guest.h', |
| 750 'browser/frame_host/ancestor_throttle.cc', | |
|
nasko
2016/02/12 23:21:40
Alphabetical ordering.
Mike West
2016/04/12 20:13:30
Done.
| |
| 751 'browser/frame_host/ancestor_throttle.h', | |
| 750 'browser/gamepad/gamepad_consumer.h', | 752 'browser/gamepad/gamepad_consumer.h', |
| 751 'browser/gamepad/gamepad_data_fetcher.h', | 753 'browser/gamepad/gamepad_data_fetcher.h', |
| 752 'browser/gamepad/gamepad_data_fetcher.cc', | 754 'browser/gamepad/gamepad_data_fetcher.cc', |
| 753 'browser/gamepad/gamepad_platform_data_fetcher.h', | 755 'browser/gamepad/gamepad_platform_data_fetcher.h', |
| 754 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', | 756 'browser/gamepad/gamepad_platform_data_fetcher_android.cc', |
| 755 'browser/gamepad/gamepad_platform_data_fetcher_android.h', | 757 'browser/gamepad/gamepad_platform_data_fetcher_android.h', |
| 756 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 758 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| 757 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', | 759 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', |
| 758 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', | 760 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', |
| 759 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', | 761 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', |
| (...skipping 1459 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 2219 ['enable_webvr==1 and OS=="android"', { | 2221 ['enable_webvr==1 and OS=="android"', { |
| 2220 'sources': [ | 2222 'sources': [ |
| 2221 'browser/vr/android/cardboard/cardboard_vr_device.cc', | 2223 'browser/vr/android/cardboard/cardboard_vr_device.cc', |
| 2222 'browser/vr/android/cardboard/cardboard_vr_device.h', | 2224 'browser/vr/android/cardboard/cardboard_vr_device.h', |
| 2223 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', | 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', |
| 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', | 2226 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', |
| 2225 ], | 2227 ], |
| 2226 }], | 2228 }], |
| 2227 ], | 2229 ], |
| 2228 } | 2230 } |
| OLD | NEW |