Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(552)

Side by Side Diff: content/content_browser.gypi

Issue 137893007: Add the UI compositor to the Mac build (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add missed file Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'browser/android/tracing_controller_android.cc', 288 'browser/android/tracing_controller_android.cc',
289 'browser/android/tracing_controller_android.h', 289 'browser/android/tracing_controller_android.h',
290 'browser/android/web_contents_observer_android.cc', 290 'browser/android/web_contents_observer_android.cc',
291 'browser/android/web_contents_observer_android.h', 291 'browser/android/web_contents_observer_android.h',
292 'browser/appcache/appcache_dispatcher_host.cc', 292 'browser/appcache/appcache_dispatcher_host.cc',
293 'browser/appcache/appcache_dispatcher_host.h', 293 'browser/appcache/appcache_dispatcher_host.h',
294 'browser/appcache/appcache_frontend_proxy.cc', 294 'browser/appcache/appcache_frontend_proxy.cc',
295 'browser/appcache/appcache_frontend_proxy.h', 295 'browser/appcache/appcache_frontend_proxy.h',
296 'browser/appcache/chrome_appcache_service.cc', 296 'browser/appcache/chrome_appcache_service.cc',
297 'browser/appcache/chrome_appcache_service.h', 297 'browser/appcache/chrome_appcache_service.h',
298 'browser/aura/browser_compositor_output_surface.cc',
299 'browser/aura/browser_compositor_output_surface.h',
300 'browser/aura/browser_compositor_output_surface_proxy.cc',
301 'browser/aura/browser_compositor_output_surface_proxy.h',
302 'browser/aura/compositor_resize_lock.cc',
303 'browser/aura/compositor_resize_lock.h',
304 'browser/aura/gpu_process_transport_factory.cc',
305 'browser/aura/gpu_process_transport_factory.h',
306 'browser/aura/image_transport_factory.cc',
307 'browser/aura/image_transport_factory.h',
308 'browser/aura/no_transport_image_transport_factory.cc',
309 'browser/aura/no_transport_image_transport_factory.h',
310 'browser/aura/owned_mailbox.h',
311 'browser/aura/owned_mailbox.cc',
312 'browser/aura/reflector_impl.cc',
313 'browser/aura/reflector_impl.h',
314 'browser/aura/resize_lock.cc',
315 'browser/aura/resize_lock.h',
316 'browser/aura/gpu_browser_compositor_output_surface.cc',
317 'browser/aura/gpu_browser_compositor_output_surface.h',
318 'browser/aura/software_browser_compositor_output_surface.cc',
319 'browser/aura/software_browser_compositor_output_surface.h',
320 'browser/aura/software_output_device_ozone.cc',
321 'browser/aura/software_output_device_ozone.h',
322 'browser/aura/software_output_device_win.cc',
323 'browser/aura/software_output_device_win.h',
324 'browser/aura/software_output_device_x11.cc',
325 'browser/aura/software_output_device_x11.h',
326 'browser/browser_child_process_host_impl.cc', 298 'browser/browser_child_process_host_impl.cc',
327 'browser/browser_child_process_host_impl.h', 299 'browser/browser_child_process_host_impl.h',
328 'browser/browser_context.cc', 300 'browser/browser_context.cc',
329 'browser/browser_ipc_logging.cc', 301 'browser/browser_ipc_logging.cc',
330 'browser/browser_main.cc', 302 'browser/browser_main.cc',
331 'browser/browser_main.h', 303 'browser/browser_main.h',
332 'browser/browser_main_loop.cc', 304 'browser/browser_main_loop.cc',
333 'browser/browser_main_loop.h', 305 'browser/browser_main_loop.h',
334 'browser/browser_main_runner.cc', 306 'browser/browser_main_runner.cc',
335 'browser/browser_plugin/browser_plugin_embedder.cc', 307 'browser/browser_plugin/browser_plugin_embedder.cc',
(...skipping 20 matching lines...) Expand all
356 'browser/browsing_instance.cc', 328 'browser/browsing_instance.cc',
357 'browser/browsing_instance.h', 329 'browser/browsing_instance.h',
358 'browser/byte_stream.cc', 330 'browser/byte_stream.cc',
359 'browser/byte_stream.h', 331 'browser/byte_stream.h',
360 'browser/cert_store_impl.cc', 332 'browser/cert_store_impl.cc',
361 'browser/cert_store_impl.h', 333 'browser/cert_store_impl.h',
362 'browser/child_process_launcher.cc', 334 'browser/child_process_launcher.cc',
363 'browser/child_process_launcher.h', 335 'browser/child_process_launcher.h',
364 'browser/child_process_security_policy_impl.cc', 336 'browser/child_process_security_policy_impl.cc',
365 'browser/child_process_security_policy_impl.h', 337 'browser/child_process_security_policy_impl.h',
338 'browser/compositor/browser_compositor_output_surface.cc',
339 'browser/compositor/browser_compositor_output_surface.h',
340 'browser/compositor/browser_compositor_output_surface_proxy.cc',
341 'browser/compositor/browser_compositor_output_surface_proxy.h',
342 'browser/compositor/gpu_process_transport_factory.cc',
343 'browser/compositor/gpu_process_transport_factory.h',
344 'browser/compositor/image_transport_factory.cc',
345 'browser/compositor/image_transport_factory.h',
346 'browser/compositor/no_transport_image_transport_factory.cc',
347 'browser/compositor/no_transport_image_transport_factory.h',
348 'browser/compositor/owned_mailbox.h',
349 'browser/compositor/owned_mailbox.cc',
350 'browser/compositor/reflector_impl.cc',
351 'browser/compositor/reflector_impl.h',
352 'browser/compositor/resize_lock.cc',
353 'browser/compositor/resize_lock.h',
354 'browser/compositor/gpu_browser_compositor_output_surface.cc',
355 'browser/compositor/gpu_browser_compositor_output_surface.h',
356 'browser/compositor/software_browser_compositor_output_surface.cc',
357 'browser/compositor/software_browser_compositor_output_surface.h',
358 'browser/compositor/software_output_device_ozone.cc',
359 'browser/compositor/software_output_device_ozone.h',
360 'browser/compositor/software_output_device_win.cc',
361 'browser/compositor/software_output_device_win.h',
362 'browser/compositor/software_output_device_x11.cc',
363 'browser/compositor/software_output_device_x11.h',
366 'browser/cross_site_request_manager.cc', 364 'browser/cross_site_request_manager.cc',
367 'browser/cross_site_request_manager.h', 365 'browser/cross_site_request_manager.h',
368 'browser/devtools/devtools_agent_host_impl.cc', 366 'browser/devtools/devtools_agent_host_impl.cc',
369 'browser/devtools/devtools_agent_host_impl.h', 367 'browser/devtools/devtools_agent_host_impl.h',
370 'browser/devtools/devtools_browser_target.cc', 368 'browser/devtools/devtools_browser_target.cc',
371 'browser/devtools/devtools_browser_target.h', 369 'browser/devtools/devtools_browser_target.h',
372 'browser/devtools/devtools_external_agent_proxy_impl.cc', 370 'browser/devtools/devtools_external_agent_proxy_impl.cc',
373 'browser/devtools/devtools_external_agent_proxy_impl.h', 371 'browser/devtools/devtools_external_agent_proxy_impl.h',
374 'browser/devtools/devtools_frontend_host.cc', 372 'browser/devtools/devtools_frontend_host.cc',
375 'browser/devtools/devtools_frontend_host.h', 373 'browser/devtools/devtools_frontend_host.h',
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
814 'browser/renderer_host/compositing_iosurface_layer_mac.h', 812 'browser/renderer_host/compositing_iosurface_layer_mac.h',
815 'browser/renderer_host/compositing_iosurface_layer_mac.mm', 813 'browser/renderer_host/compositing_iosurface_layer_mac.mm',
816 'browser/renderer_host/compositing_iosurface_mac.h', 814 'browser/renderer_host/compositing_iosurface_mac.h',
817 'browser/renderer_host/compositing_iosurface_mac.mm', 815 'browser/renderer_host/compositing_iosurface_mac.mm',
818 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc', 816 'browser/renderer_host/compositing_iosurface_shader_programs_mac.cc',
819 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h', 817 'browser/renderer_host/compositing_iosurface_shader_programs_mac.h',
820 'browser/renderer_host/compositing_iosurface_transformer_mac.cc', 818 'browser/renderer_host/compositing_iosurface_transformer_mac.cc',
821 'browser/renderer_host/compositing_iosurface_transformer_mac.h', 819 'browser/renderer_host/compositing_iosurface_transformer_mac.h',
822 'browser/renderer_host/compositor_impl_android.cc', 820 'browser/renderer_host/compositor_impl_android.cc',
823 'browser/renderer_host/compositor_impl_android.h', 821 'browser/renderer_host/compositor_impl_android.h',
822 'browser/renderer_host/compositor_resize_lock_aura.cc',
823 'browser/renderer_host/compositor_resize_lock_aura.h',
824 'browser/renderer_host/database_message_filter.cc', 824 'browser/renderer_host/database_message_filter.cc',
825 'browser/renderer_host/database_message_filter.h', 825 'browser/renderer_host/database_message_filter.h',
826 'browser/renderer_host/delegated_frame_evictor.cc', 826 'browser/renderer_host/delegated_frame_evictor.cc',
827 'browser/renderer_host/delegated_frame_evictor.h', 827 'browser/renderer_host/delegated_frame_evictor.h',
828 'browser/renderer_host/dip_util.cc', 828 'browser/renderer_host/dip_util.cc',
829 'browser/renderer_host/dip_util.h', 829 'browser/renderer_host/dip_util.h',
830 'browser/renderer_host/file_utilities_message_filter.cc', 830 'browser/renderer_host/file_utilities_message_filter.cc',
831 'browser/renderer_host/file_utilities_message_filter.h', 831 'browser/renderer_host/file_utilities_message_filter.h',
832 'browser/renderer_host/gamepad_browser_message_filter.cc', 832 'browser/renderer_host/gamepad_browser_message_filter.cc',
833 'browser/renderer_host/gamepad_browser_message_filter.h', 833 'browser/renderer_host/gamepad_browser_message_filter.h',
(...skipping 720 matching lines...) Expand 10 before | Expand all | Expand 10 after
1554 ], 1554 ],
1555 }, { 1555 }, {
1556 'sources!': [ 1556 'sources!': [
1557 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc', 1557 'browser/renderer_host/input/touchscreen_tap_suppression_controller_stub .cc',
1558 ], 1558 ],
1559 }], 1559 }],
1560 ['use_aura==1', { 1560 ['use_aura==1', {
1561 'dependencies': [ 1561 'dependencies': [
1562 '../ui/aura/aura.gyp:aura', 1562 '../ui/aura/aura.gyp:aura',
1563 '../ui/base/strings/ui_strings.gyp:ui_strings', 1563 '../ui/base/strings/ui_strings.gyp:ui_strings',
1564 '../ui/compositor/compositor.gyp:compositor',
1565 ], 1564 ],
1566 'sources/': [ 1565 'sources/': [
1567 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 1566 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
1568 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 1567 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
1569 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'], 1568 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller.cc'],
1570 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'], 1569 ['exclude', '^browser/renderer_host/native_web_keyboard_event_win.cc'],
1571 ], 1570 ],
1572 }, { 1571 }, {
1573 'sources/': [ 1572 'sources/': [
1574 ['exclude', '^browser/aura/'],
1575 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'], 1573 ['exclude', '^browser/renderer_host/input/touchpad_tap_suppression_contr oller_aura.cc'],
1576 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'], 1574 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.cc'],
1577 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'], 1575 ['exclude', '^browser/renderer_host/render_widget_host_view_aura.h'],
1578 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'], 1576 ['exclude', '^browser/web_contents/touch_editable_impl_aura.cc'],
1579 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'], 1577 ['exclude', '^browser/web_contents/touch_editable_impl_aura.h'],
1580 ['exclude', '^browser/renderer_host/ui_events_helper.cc'], 1578 ['exclude', '^browser/renderer_host/ui_events_helper.cc'],
1581 ['exclude', '^browser/renderer_host/ui_events_helper.h'], 1579 ['exclude', '^browser/renderer_host/ui_events_helper.h'],
1582 ], 1580 ],
1583 }], 1581 }],
1582 ['use_aura==1 or OS=="mac"', {
1583 'dependencies': [
1584 '../ui/compositor/compositor.gyp:compositor',
1585 ],
1586 }, {
1587 'sources/': [
1588 ['exclude', '^browser/compositor/'],
1589 ]
1590 }],
1584 ['enable_plugins==1', { 1591 ['enable_plugins==1', {
1585 'dependencies': [ 1592 'dependencies': [
1586 '../ppapi/ppapi_internal.gyp:ppapi_ipc', 1593 '../ppapi/ppapi_internal.gyp:ppapi_ipc',
1587 '../ppapi/ppapi_internal.gyp:ppapi_shared', 1594 '../ppapi/ppapi_internal.gyp:ppapi_shared',
1588 ], 1595 ],
1589 }, { # enable_plugins==0 1596 }, { # enable_plugins==0
1590 'sources!': [ 1597 'sources!': [
1591 'browser/pepper_flash_settings_helper_impl.cc', 1598 'browser/pepper_flash_settings_helper_impl.cc',
1592 'browser/pepper_flash_settings_helper_impl.h', 1599 'browser/pepper_flash_settings_helper_impl.h',
1593 'browser/plugin_data_remover_impl.cc', 1600 'browser/plugin_data_remover_impl.cc',
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
1628 '../build/linux/system.gyp:dbus', 1635 '../build/linux/system.gyp:dbus',
1629 '../dbus/dbus.gyp:dbus', 1636 '../dbus/dbus.gyp:dbus',
1630 ], 1637 ],
1631 }, { # OS != "linux" or use_dbus==0 1638 }, { # OS != "linux" or use_dbus==0
1632 'sources!': [ 1639 'sources!': [
1633 'browser/geolocation/wifi_data_provider_linux.cc', 1640 'browser/geolocation/wifi_data_provider_linux.cc',
1634 ], 1641 ],
1635 }], 1642 }],
1636 ], 1643 ],
1637 } 1644 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_aura_unittest.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698