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