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

Side by Side Diff: content/content_browser.gypi

Issue 888783002: Composite to cc::Display from ui::InProcessContextFactory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 '../device/vibration/vibration.gyp:device_vibration', 9 '../device/vibration/vibration.gyp:device_vibration',
10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings', 10 '../device/vibration/vibration.gyp:device_vibration_mojo_bindings',
(...skipping 1519 matching lines...) Expand 10 before | Expand all | Expand 10 after
1530 'browser/compositor/software_output_device_mac.h', 1530 'browser/compositor/software_output_device_mac.h',
1531 'browser/compositor/software_output_device_ozone.cc', 1531 'browser/compositor/software_output_device_ozone.cc',
1532 'browser/compositor/software_output_device_ozone.h', 1532 'browser/compositor/software_output_device_ozone.h',
1533 'browser/compositor/software_output_device_win.cc', 1533 'browser/compositor/software_output_device_win.cc',
1534 'browser/compositor/software_output_device_win.h', 1534 'browser/compositor/software_output_device_win.h',
1535 'browser/compositor/software_output_device_x11.cc', 1535 'browser/compositor/software_output_device_x11.cc',
1536 'browser/compositor/software_output_device_x11.h', 1536 'browser/compositor/software_output_device_x11.h',
1537 'browser/context_factory.cc', 1537 'browser/context_factory.cc',
1538 'browser/memory_pressure_observer.cc', 1538 'browser/memory_pressure_observer.cc',
1539 ], 1539 ],
1540 'compositor_browser_surface_sources': [
1541 'browser/compositor/onscreen_display_client.cc',
1542 'browser/compositor/onscreen_display_client.h',
1543 'browser/compositor/surface_display_output_surface.cc',
1544 'browser/compositor/surface_display_output_surface.h',
1545 ],
1546 'plugin_browser_sources': [ 1540 'plugin_browser_sources': [
1547 'browser/pepper_flash_settings_helper_impl.cc', 1541 'browser/pepper_flash_settings_helper_impl.cc',
1548 'browser/pepper_flash_settings_helper_impl.h', 1542 'browser/pepper_flash_settings_helper_impl.h',
1549 'browser/plugin_content_origin_whitelist.cc', 1543 'browser/plugin_content_origin_whitelist.cc',
1550 'browser/plugin_content_origin_whitelist.h', 1544 'browser/plugin_content_origin_whitelist.h',
1551 'browser/plugin_data_remover_impl.cc', 1545 'browser/plugin_data_remover_impl.cc',
1552 'browser/plugin_data_remover_impl.h', 1546 'browser/plugin_data_remover_impl.h',
1553 'browser/plugin_loader_posix.cc', 1547 'browser/plugin_loader_posix.cc',
1554 'browser/plugin_loader_posix.h', 1548 'browser/plugin_loader_posix.h',
1555 'browser/plugin_process_host.cc', 1549 'browser/plugin_process_host.cc',
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
1713 ['OS!="ios" and chrome_multiple_dll!=1', { 1707 ['OS!="ios" and chrome_multiple_dll!=1', {
1714 'dependencies': [ 1708 'dependencies': [
1715 '../third_party/WebKit/public/blink.gyp:blink', 1709 '../third_party/WebKit/public/blink.gyp:blink',
1716 ], 1710 ],
1717 }], 1711 }],
1718 ['OS!="ios"', { 1712 ['OS!="ios"', {
1719 'dependencies': [ 1713 'dependencies': [
1720 '../sandbox/sandbox.gyp:sandbox', 1714 '../sandbox/sandbox.gyp:sandbox',
1721 ], 1715 ],
1722 }], 1716 }],
1723 ['OS!="ios"', {
1724 'sources': [ '<@(compositor_browser_surface_sources)' ],
1725 }],
1726 ['OS!="android" and OS!="ios"', { 1717 ['OS!="android" and OS!="ios"', {
1727 'dependencies': [ 1718 'dependencies': [
1728 'browser/tracing/tracing_resources.gyp:tracing_resources', 1719 'browser/tracing/tracing_resources.gyp:tracing_resources',
1729 '../ui/compositor/compositor.gyp:compositor', 1720 '../ui/compositor/compositor.gyp:compositor',
1730 ], 1721 ],
1731 'sources': [ '<@(compositor_browser_sources)' ], 1722 'sources': [ '<@(compositor_browser_sources)' ],
1732 }, { 1723 }, {
1733 'sources/': [ 1724 'sources/': [
1734 ['exclude', '^public/browser/context_factory.h'], 1725 ['exclude', '^public/browser/context_factory.h'],
1735 ] 1726 ]
(...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after
1976 'browser/media/media_web_contents_observer.h', 1967 'browser/media/media_web_contents_observer.h',
1977 ], 1968 ],
1978 }], 1969 }],
1979 ['OS == "linux" and use_openssl==1', { 1970 ['OS == "linux" and use_openssl==1', {
1980 'dependencies': [ 1971 'dependencies': [
1981 '../third_party/boringssl/boringssl.gyp:boringssl', 1972 '../third_party/boringssl/boringssl.gyp:boringssl',
1982 ], 1973 ],
1983 }], 1974 }],
1984 ], 1975 ],
1985 } 1976 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | ui/aura/bench/bench_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698