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

Side by Side Diff: net/third_party/nss/ssl.gyp

Issue 1016773002: MJPEG acceleration for video capture using VAAPI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix many thread issues Created 5 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
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 'conditions': [ 6 'conditions': [
7 [ 'os_posix == 1 and OS != "mac" and OS != "ios"', { 7 [ 'os_posix == 1 and OS != "mac" and OS != "ios"', {
8 'conditions': [ 8 'conditions': [
9 ['sysroot!=""', { 9 ['sysroot!=""', {
10 'variables': { 10 'variables': {
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 'direct_dependent_settings': { 185 'direct_dependent_settings': {
186 'include_dirs': [ 186 'include_dirs': [
187 'ssl', 187 'ssl',
188 ], 188 ],
189 }, 189 },
190 }], 190 }],
191 ], 191 ],
192 'configurations': { 192 'configurations': {
193 'Debug_Base': { 193 'Debug_Base': {
194 'defines': [ 194 'defines': [
195 'DEBUG', 195 #'DEBUG',
196 ], 196 ],
197 }, 197 },
198 }, 198 },
199 }, 199 },
200 ], 200 ],
201 } 201 }
OLDNEW
« content/common/gpu/client/gpu_channel_host.cc ('K') | « media/video/jpeg_decode_accelerator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698