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 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 # The public render_widget_host.h needs to re-export skia defines. | 96 # The public render_widget_host.h needs to re-export skia defines. |
97 '../skia/skia.gyp:skia', | 97 '../skia/skia.gyp:skia', |
98 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', | 98 'content_common_mojo_bindings.gyp:content_common_mojo_bindings', |
99 ], | 99 ], |
100 'include_dirs': [ | 100 'include_dirs': [ |
101 '..', | 101 '..', |
102 '<(INTERMEDIATE_DIR)', | 102 '<(INTERMEDIATE_DIR)', |
103 ], | 103 ], |
104 'variables': { | 104 'variables': { |
105 'public_browser_sources': [ | 105 'public_browser_sources': [ |
106 'browser/power_save_blocker_factory.h', | |
107 'public/browser/access_token_store.h', | 106 'public/browser/access_token_store.h', |
108 'public/browser/android/browser_media_player_manager_register.cc', | 107 'public/browser/android/browser_media_player_manager_register.cc', |
109 'public/browser/android/browser_media_player_manager_register.h', | 108 'public/browser/android/browser_media_player_manager_register.h', |
110 'public/browser/android/compositor.h', | 109 'public/browser/android/compositor.h', |
111 'public/browser/android/compositor_client.h', | 110 'public/browser/android/compositor_client.h', |
112 'public/browser/android/content_protocol_handler.h', | 111 'public/browser/android/content_protocol_handler.h', |
113 'public/browser/android/content_view_core.h', | 112 'public/browser/android/content_view_core.h', |
114 'public/browser/android/content_view_layer_renderer.h', | 113 'public/browser/android/content_view_layer_renderer.h', |
115 'public/browser/android/devtools_auth.h', | 114 'public/browser/android/devtools_auth.h', |
116 'public/browser/android/download_controller_android.cc', | 115 'public/browser/android/download_controller_android.cc', |
(...skipping 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1167 'browser/notifications/platform_notification_context_impl.cc', | 1166 'browser/notifications/platform_notification_context_impl.cc', |
1168 'browser/notifications/platform_notification_context_impl.h', | 1167 'browser/notifications/platform_notification_context_impl.h', |
1169 'browser/notifications/type_converters.cc', | 1168 'browser/notifications/type_converters.cc', |
1170 'browser/notifications/type_converters.h', | 1169 'browser/notifications/type_converters.h', |
1171 'browser/permissions/permission_service_context.cc', | 1170 'browser/permissions/permission_service_context.cc', |
1172 'browser/permissions/permission_service_context.h', | 1171 'browser/permissions/permission_service_context.h', |
1173 'browser/permissions/permission_service_impl.cc', | 1172 'browser/permissions/permission_service_impl.cc', |
1174 'browser/permissions/permission_service_impl.h', | 1173 'browser/permissions/permission_service_impl.h', |
1175 'browser/power_monitor_message_broadcaster.cc', | 1174 'browser/power_monitor_message_broadcaster.cc', |
1176 'browser/power_monitor_message_broadcaster.h', | 1175 'browser/power_monitor_message_broadcaster.h', |
1177 'browser/power_save_blocker_factory.cc', | |
1178 'browser/power_usage_monitor_impl.cc', | 1176 'browser/power_usage_monitor_impl.cc', |
1179 'browser/power_usage_monitor_impl.h', | 1177 'browser/power_usage_monitor_impl.h', |
1180 'browser/presentation/presentation_service_impl.cc', | 1178 'browser/presentation/presentation_service_impl.cc', |
1181 'browser/presentation/presentation_service_impl.h', | 1179 'browser/presentation/presentation_service_impl.h', |
1182 'browser/presentation/presentation_type_converters.cc', | 1180 'browser/presentation/presentation_type_converters.cc', |
1183 'browser/presentation/presentation_type_converters.h', | 1181 'browser/presentation/presentation_type_converters.h', |
1184 'browser/profiler_controller_impl.cc', | 1182 'browser/profiler_controller_impl.cc', |
1185 'browser/profiler_controller_impl.h', | 1183 'browser/profiler_controller_impl.h', |
1186 'browser/profiler_message_filter.cc', | 1184 'browser/profiler_message_filter.cc', |
1187 'browser/profiler_message_filter.h', | 1185 'browser/profiler_message_filter.h', |
(...skipping 1009 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2197 ], | 2195 ], |
2198 }], | 2196 }], |
2199 ['OS != "mac" and OS != "android"', { | 2197 ['OS != "mac" and OS != "android"', { |
2200 'sources!': [ | 2198 'sources!': [ |
2201 'browser/gpu/gpu_surface_tracker.cc', | 2199 'browser/gpu/gpu_surface_tracker.cc', |
2202 'browser/gpu/gpu_surface_tracker.h', | 2200 'browser/gpu/gpu_surface_tracker.h', |
2203 ], | 2201 ], |
2204 }], | 2202 }], |
2205 ], | 2203 ], |
2206 } | 2204 } |
OLD | NEW |