| 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 '../cc/cc.gyp:cc', | 8 '../cc/cc.gyp:cc', |
| 9 '../cc/cc.gyp:cc_surfaces', | 9 '../cc/cc.gyp:cc_surfaces', |
| 10 '../components/components.gyp:display_compositor', | 10 '../components/components.gyp:display_compositor', |
| (...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1065 'browser/memory/memory_message_filter.h', | 1065 'browser/memory/memory_message_filter.h', |
| 1066 'browser/memory/memory_pressure_controller_impl.cc', | 1066 'browser/memory/memory_pressure_controller_impl.cc', |
| 1067 'browser/memory/memory_pressure_controller_impl.h', | 1067 'browser/memory/memory_pressure_controller_impl.h', |
| 1068 'browser/message_port_message_filter.cc', | 1068 'browser/message_port_message_filter.cc', |
| 1069 'browser/message_port_message_filter.h', | 1069 'browser/message_port_message_filter.h', |
| 1070 'browser/message_port_provider.cc', | 1070 'browser/message_port_provider.cc', |
| 1071 'browser/message_port_service.cc', | 1071 'browser/message_port_service.cc', |
| 1072 'browser/message_port_service.h', | 1072 'browser/message_port_service.h', |
| 1073 'browser/mime_registry_impl.cc', | 1073 'browser/mime_registry_impl.cc', |
| 1074 'browser/mime_registry_impl.h', | 1074 'browser/mime_registry_impl.h', |
| 1075 'browser/mojo/constants.cc', | |
| 1076 'browser/mojo/constants.h', | |
| 1077 'browser/mojo/interface_registrar_android.cc', | 1075 'browser/mojo/interface_registrar_android.cc', |
| 1078 'browser/mojo/interface_registrar_android.h', | 1076 'browser/mojo/interface_registrar_android.h', |
| 1079 'browser/mojo/mojo_child_connection.cc', | 1077 'browser/mojo/mojo_child_connection.cc', |
| 1080 'browser/mojo/mojo_child_connection.h', | 1078 'browser/mojo/mojo_child_connection.h', |
| 1081 'browser/mojo/mojo_shell_context.cc', | 1079 'browser/mojo/mojo_shell_context.cc', |
| 1082 'browser/mojo/mojo_shell_context.h', | 1080 'browser/mojo/mojo_shell_context.h', |
| 1083 'browser/net/browser_online_state_observer.cc', | 1081 'browser/net/browser_online_state_observer.cc', |
| 1084 'browser/net/browser_online_state_observer.h', | 1082 'browser/net/browser_online_state_observer.h', |
| 1085 'browser/net/network_errors_listing_ui.cc', | 1083 'browser/net/network_errors_listing_ui.cc', |
| 1086 'browser/net/network_errors_listing_ui.h', | 1084 'browser/net/network_errors_listing_ui.h', |
| (...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2113 ], | 2111 ], |
| 2114 }], | 2112 }], |
| 2115 ['OS != "mac" and OS != "android"', { | 2113 ['OS != "mac" and OS != "android"', { |
| 2116 'sources!': [ | 2114 'sources!': [ |
| 2117 'browser/gpu/gpu_surface_tracker.cc', | 2115 'browser/gpu/gpu_surface_tracker.cc', |
| 2118 'browser/gpu/gpu_surface_tracker.h', | 2116 'browser/gpu/gpu_surface_tracker.h', |
| 2119 ], | 2117 ], |
| 2120 }], | 2118 }], |
| 2121 ], | 2119 ], |
| 2122 } | 2120 } |
| OLD | NEW |