| 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 866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 877 'browser/renderer_host/database_message_filter.cc', | 877 'browser/renderer_host/database_message_filter.cc', |
| 878 'browser/renderer_host/database_message_filter.h', | 878 'browser/renderer_host/database_message_filter.h', |
| 879 'browser/renderer_host/delegated_frame_evictor.cc', | 879 'browser/renderer_host/delegated_frame_evictor.cc', |
| 880 'browser/renderer_host/delegated_frame_evictor.h', | 880 'browser/renderer_host/delegated_frame_evictor.h', |
| 881 'browser/renderer_host/dip_util.cc', | 881 'browser/renderer_host/dip_util.cc', |
| 882 'browser/renderer_host/dip_util.h', | 882 'browser/renderer_host/dip_util.h', |
| 883 'browser/renderer_host/display_link_mac.h', | 883 'browser/renderer_host/display_link_mac.h', |
| 884 'browser/renderer_host/display_link_mac.cc', | 884 'browser/renderer_host/display_link_mac.cc', |
| 885 'browser/renderer_host/file_utilities_message_filter.cc', | 885 'browser/renderer_host/file_utilities_message_filter.cc', |
| 886 'browser/renderer_host/file_utilities_message_filter.h', | 886 'browser/renderer_host/file_utilities_message_filter.h', |
| 887 'browser/renderer_host/fontmgr_message_filter.cc', |
| 888 'browser/renderer_host/fontmgr_message_filter.h', |
| 887 'browser/renderer_host/gamepad_browser_message_filter.cc', | 889 'browser/renderer_host/gamepad_browser_message_filter.cc', |
| 888 'browser/renderer_host/gamepad_browser_message_filter.h', | 890 'browser/renderer_host/gamepad_browser_message_filter.h', |
| 889 'browser/renderer_host/gpu_message_filter.cc', | 891 'browser/renderer_host/gpu_message_filter.cc', |
| 890 'browser/renderer_host/gpu_message_filter.h', | 892 'browser/renderer_host/gpu_message_filter.h', |
| 891 'browser/renderer_host/gtk_im_context_wrapper.cc', | 893 'browser/renderer_host/gtk_im_context_wrapper.cc', |
| 892 'browser/renderer_host/gtk_im_context_wrapper.h', | 894 'browser/renderer_host/gtk_im_context_wrapper.h', |
| 893 'browser/renderer_host/gtk_key_bindings_handler.cc', | 895 'browser/renderer_host/gtk_key_bindings_handler.cc', |
| 894 'browser/renderer_host/gtk_key_bindings_handler.h', | 896 'browser/renderer_host/gtk_key_bindings_handler.h', |
| 895 'browser/renderer_host/gtk_plugin_container.cc', | 897 'browser/renderer_host/gtk_plugin_container.cc', |
| 896 'browser/renderer_host/gtk_plugin_container.h', | 898 'browser/renderer_host/gtk_plugin_container.h', |
| (...skipping 826 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1723 '../build/linux/system.gyp:dbus', | 1725 '../build/linux/system.gyp:dbus', |
| 1724 '../dbus/dbus.gyp:dbus', | 1726 '../dbus/dbus.gyp:dbus', |
| 1725 ], | 1727 ], |
| 1726 }, { # OS != "linux" or use_dbus==0 | 1728 }, { # OS != "linux" or use_dbus==0 |
| 1727 'sources!': [ | 1729 'sources!': [ |
| 1728 'browser/geolocation/wifi_data_provider_linux.cc', | 1730 'browser/geolocation/wifi_data_provider_linux.cc', |
| 1729 ], | 1731 ], |
| 1730 }], | 1732 }], |
| 1731 ], | 1733 ], |
| 1732 } | 1734 } |
| OLD | NEW |