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

Side by Side Diff: content/content_browser.gypi

Issue 1132683004: MJPEG acceleration for video capture, browser part (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mjpeg-2-gpu
Patch Set: Created 5 years, 7 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
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/battery/battery.gyp:device_battery', 9 '../device/battery/battery.gyp:device_battery',
10 '../device/battery/battery.gyp:device_battery_mojo_bindings', 10 '../device/battery/battery.gyp:device_battery_mojo_bindings',
(...skipping 1094 matching lines...) Expand 10 before | Expand all | Expand 10 after
1105 'browser/renderer_host/display_link_mac.h', 1105 'browser/renderer_host/display_link_mac.h',
1106 'browser/renderer_host/event_with_latency_info.h', 1106 'browser/renderer_host/event_with_latency_info.h',
1107 'browser/renderer_host/file_utilities_message_filter.cc', 1107 'browser/renderer_host/file_utilities_message_filter.cc',
1108 'browser/renderer_host/file_utilities_message_filter.h', 1108 'browser/renderer_host/file_utilities_message_filter.h',
1109 'browser/renderer_host/font_utils_linux.cc', 1109 'browser/renderer_host/font_utils_linux.cc',
1110 'browser/renderer_host/font_utils_linux.h', 1110 'browser/renderer_host/font_utils_linux.h',
1111 'browser/renderer_host/frame_metadata_util.cc', 1111 'browser/renderer_host/frame_metadata_util.cc',
1112 'browser/renderer_host/frame_metadata_util.h', 1112 'browser/renderer_host/frame_metadata_util.h',
1113 'browser/renderer_host/gamepad_browser_message_filter.cc', 1113 'browser/renderer_host/gamepad_browser_message_filter.cc',
1114 'browser/renderer_host/gamepad_browser_message_filter.h', 1114 'browser/renderer_host/gamepad_browser_message_filter.h',
1115 'browser/renderer_host/gpu_jpeg_decoder.cc',
1116 'browser/renderer_host/gpu_jpeg_decoder.h',
1115 'browser/renderer_host/gpu_message_filter.cc', 1117 'browser/renderer_host/gpu_message_filter.cc',
1116 'browser/renderer_host/gpu_message_filter.h', 1118 'browser/renderer_host/gpu_message_filter.h',
1117 'browser/renderer_host/ime_adapter_android.cc', 1119 'browser/renderer_host/ime_adapter_android.cc',
1118 'browser/renderer_host/ime_adapter_android.h', 1120 'browser/renderer_host/ime_adapter_android.h',
1119 'browser/renderer_host/input/gesture_event_queue.cc', 1121 'browser/renderer_host/input/gesture_event_queue.cc',
1120 'browser/renderer_host/input/gesture_event_queue.h', 1122 'browser/renderer_host/input/gesture_event_queue.h',
1121 'browser/renderer_host/input/input_ack_handler.h', 1123 'browser/renderer_host/input/input_ack_handler.h',
1122 'browser/renderer_host/input/input_router.h', 1124 'browser/renderer_host/input/input_router.h',
1123 'browser/renderer_host/input/input_router_client.h', 1125 'browser/renderer_host/input/input_router_client.h',
1124 'browser/renderer_host/input/input_router_config_helper.cc', 1126 'browser/renderer_host/input/input_router_config_helper.cc',
(...skipping 921 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'browser/media/media_web_contents_observer.h', 2048 'browser/media/media_web_contents_observer.h',
2047 ], 2049 ],
2048 }], 2050 }],
2049 ['OS == "linux" and use_openssl==1', { 2051 ['OS == "linux" and use_openssl==1', {
2050 'dependencies': [ 2052 'dependencies': [
2051 '../third_party/boringssl/boringssl.gyp:boringssl', 2053 '../third_party/boringssl/boringssl.gyp:boringssl',
2052 ], 2054 ],
2053 }], 2055 }],
2054 ], 2056 ],
2055 } 2057 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698