| 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 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
| 9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
| 10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
| (...skipping 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'browser/frame_host/render_frame_host_delegate.cc', | 559 'browser/frame_host/render_frame_host_delegate.cc', |
| 560 'browser/frame_host/render_frame_host_delegate.h', | 560 'browser/frame_host/render_frame_host_delegate.h', |
| 561 'browser/frame_host/render_frame_host_factory.cc', | 561 'browser/frame_host/render_frame_host_factory.cc', |
| 562 'browser/frame_host/render_frame_host_factory.h', | 562 'browser/frame_host/render_frame_host_factory.h', |
| 563 'browser/frame_host/render_frame_host_impl.cc', | 563 'browser/frame_host/render_frame_host_impl.cc', |
| 564 'browser/frame_host/render_frame_host_impl.h', | 564 'browser/frame_host/render_frame_host_impl.h', |
| 565 'browser/frame_host/render_frame_host_manager.cc', | 565 'browser/frame_host/render_frame_host_manager.cc', |
| 566 'browser/frame_host/render_frame_host_manager.h', | 566 'browser/frame_host/render_frame_host_manager.h', |
| 567 'browser/frame_host/render_frame_message_filter.cc', | 567 'browser/frame_host/render_frame_message_filter.cc', |
| 568 'browser/frame_host/render_frame_message_filter.h', | 568 'browser/frame_host/render_frame_message_filter.h', |
| 569 'browser/frame_host/render_frame_proxy_host.cc', | |
| 570 'browser/frame_host/render_frame_proxy_host.h', | |
| 571 'browser/frame_host/render_widget_host_view_child_frame.cc', | 569 'browser/frame_host/render_widget_host_view_child_frame.cc', |
| 572 'browser/frame_host/render_widget_host_view_child_frame.h', | 570 'browser/frame_host/render_widget_host_view_child_frame.h', |
| 573 'browser/frame_host/render_widget_host_view_guest.cc', | 571 'browser/frame_host/render_widget_host_view_guest.cc', |
| 574 'browser/frame_host/render_widget_host_view_guest.h', | 572 'browser/frame_host/render_widget_host_view_guest.h', |
| 575 'browser/gamepad/gamepad_data_fetcher.h', | 573 'browser/gamepad/gamepad_data_fetcher.h', |
| 576 'browser/gamepad/gamepad_platform_data_fetcher.h', | 574 'browser/gamepad/gamepad_platform_data_fetcher.h', |
| 577 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', | 575 'browser/gamepad/gamepad_platform_data_fetcher_linux.cc', |
| 578 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', | 576 'browser/gamepad/gamepad_platform_data_fetcher_linux.h', |
| 579 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', | 577 'browser/gamepad/gamepad_platform_data_fetcher_mac.h', |
| 580 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', | 578 'browser/gamepad/gamepad_platform_data_fetcher_mac.mm', |
| (...skipping 1131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 '../build/linux/system.gyp:dbus', | 1710 '../build/linux/system.gyp:dbus', |
| 1713 '../dbus/dbus.gyp:dbus', | 1711 '../dbus/dbus.gyp:dbus', |
| 1714 ], | 1712 ], |
| 1715 }, { # OS != "linux" or use_dbus==0 | 1713 }, { # OS != "linux" or use_dbus==0 |
| 1716 'sources!': [ | 1714 'sources!': [ |
| 1717 'browser/geolocation/wifi_data_provider_linux.cc', | 1715 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1718 ], | 1716 ], |
| 1719 }], | 1717 }], |
| 1720 ], | 1718 ], |
| 1721 } | 1719 } |
| OLD | NEW |