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

Side by Side Diff: content/content_browser.gypi

Issue 1844843002: android: Remove in-process video path (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove commented out code + rebase again Created 4 years, 8 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') | content/content_renderer.gypi » ('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 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/leveldb/leveldb.gyp:leveldb_lib', 10 '../components/leveldb/leveldb.gyp:leveldb_lib',
(...skipping 1709 matching lines...) Expand 10 before | Expand all | Expand 10 after
1720 'browser/screen_orientation/screen_orientation_delegate_android.cc', 1720 'browser/screen_orientation/screen_orientation_delegate_android.cc',
1721 'browser/screen_orientation/screen_orientation_delegate_android.h', 1721 'browser/screen_orientation/screen_orientation_delegate_android.h',
1722 'browser/screen_orientation/screen_orientation_message_filter_android.cc', 1722 'browser/screen_orientation/screen_orientation_message_filter_android.cc',
1723 'browser/screen_orientation/screen_orientation_message_filter_android.h', 1723 'browser/screen_orientation/screen_orientation_message_filter_android.h',
1724 'browser/web_contents/web_contents_android.cc', 1724 'browser/web_contents/web_contents_android.cc',
1725 'browser/web_contents/web_contents_android.h', 1725 'browser/web_contents/web_contents_android.h',
1726 'browser/web_contents/web_contents_view_android.cc', 1726 'browser/web_contents/web_contents_view_android.cc',
1727 'browser/web_contents/web_contents_view_android.h', 1727 'browser/web_contents/web_contents_view_android.h',
1728 ], 1728 ],
1729 'android_in_process_browser_sources': [ 1729 'android_in_process_browser_sources': [
1730 'browser/android/in_process/context_provider_in_process.cc',
1731 'browser/android/in_process/context_provider_in_process.h',
1732 'browser/android/in_process/synchronous_compositor_factory_impl.cc', 1730 'browser/android/in_process/synchronous_compositor_factory_impl.cc',
1733 'browser/android/in_process/synchronous_compositor_factory_impl.h', 1731 'browser/android/in_process/synchronous_compositor_factory_impl.h',
1734 'browser/android/in_process/synchronous_compositor_impl.cc', 1732 'browser/android/in_process/synchronous_compositor_impl.cc',
1735 'browser/android/in_process/synchronous_compositor_impl.h', 1733 'browser/android/in_process/synchronous_compositor_impl.h',
1736 'browser/android/in_process/synchronous_compositor_registry_in_proc.cc', 1734 'browser/android/in_process/synchronous_compositor_registry_in_proc.cc',
1737 'browser/android/in_process/synchronous_compositor_registry_in_proc.h', 1735 'browser/android/in_process/synchronous_compositor_registry_in_proc.h',
1738 'browser/android/in_process/synchronous_compositor_renderer_statics.cc', 1736 'browser/android/in_process/synchronous_compositor_renderer_statics.cc',
1739 'browser/android/in_process/synchronous_compositor_renderer_statics.h', 1737 'browser/android/in_process/synchronous_compositor_renderer_statics.h',
1740 'browser/android/in_process/synchronous_input_event_filter.cc', 1738 'browser/android/in_process/synchronous_input_event_filter.cc',
1741 'browser/android/in_process/synchronous_input_event_filter.h', 1739 'browser/android/in_process/synchronous_input_event_filter.h',
(...skipping 480 matching lines...) Expand 10 before | Expand all | Expand 10 after
2222 ['enable_webvr==1 and OS=="android"', { 2220 ['enable_webvr==1 and OS=="android"', {
2223 'sources': [ 2221 'sources': [
2224 'browser/vr/android/cardboard/cardboard_vr_device.cc', 2222 'browser/vr/android/cardboard/cardboard_vr_device.cc',
2225 'browser/vr/android/cardboard/cardboard_vr_device.h', 2223 'browser/vr/android/cardboard/cardboard_vr_device.h',
2226 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc', 2224 'browser/vr/android/cardboard/cardboard_vr_device_provider.cc',
2227 'browser/vr/android/cardboard/cardboard_vr_device_provider.h', 2225 'browser/vr/android/cardboard/cardboard_vr_device_provider.h',
2228 ], 2226 ],
2229 }], 2227 }],
2230 ], 2228 ],
2231 } 2229 }
OLDNEW
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | content/content_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698