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

Side by Side Diff: sky/engine/platform/BUILD.gn

Issue 689373003: Remove most of the media stack. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/config/ui.gni") 5 import("//build/config/ui.gni")
6 import("//sky/engine/build/scripts/scripts.gni") 6 import("//sky/engine/build/scripts/scripts.gni")
7 import("//sky/engine/config.gni") 7 import("//sky/engine/config.gni")
8 8
9 # Most targets in this file are private actions so use that as the default. 9 # Most targets in this file are private actions so use that as the default.
10 visibility = [":*"] 10 visibility = [":*"]
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
192 "exported/WebArrayBuffer.cpp", 192 "exported/WebArrayBuffer.cpp",
193 "exported/WebCString.cpp", 193 "exported/WebCString.cpp",
194 "exported/WebCommon.cpp", 194 "exported/WebCommon.cpp",
195 "exported/WebConvertableToTraceFormat.cpp", 195 "exported/WebConvertableToTraceFormat.cpp",
196 "exported/WebCursorInfo.cpp", 196 "exported/WebCursorInfo.cpp",
197 "exported/WebData.cpp", 197 "exported/WebData.cpp",
198 "exported/WebFilterKeyframe.cpp", 198 "exported/WebFilterKeyframe.cpp",
199 "exported/WebHTTPBody.cpp", 199 "exported/WebHTTPBody.cpp",
200 "exported/WebHTTPLoadInfo.cpp", 200 "exported/WebHTTPLoadInfo.cpp",
201 "exported/WebImageSkia.cpp", 201 "exported/WebImageSkia.cpp",
202 "exported/WebMediaConstraints.cpp",
203 "exported/WebMediaDeviceInfo.cpp",
204 "exported/WebScrollbarImpl.cpp", 202 "exported/WebScrollbarImpl.cpp",
205 "exported/WebScrollbarImpl.h", 203 "exported/WebScrollbarImpl.h",
206 "exported/WebScrollbarThemeGeometryNative.cpp", 204 "exported/WebScrollbarThemeGeometryNative.cpp",
207 "exported/WebScrollbarThemeGeometryNative.h", 205 "exported/WebScrollbarThemeGeometryNative.h",
208 "exported/WebString.cpp", 206 "exported/WebString.cpp",
209 "exported/WebTransformKeyframe.cpp", 207 "exported/WebTransformKeyframe.cpp",
210 "exported/WebURL.cpp", 208 "exported/WebURL.cpp",
211 "exported/WebURLError.cpp", 209 "exported/WebURLError.cpp",
212 "exported/WebURLLoadTiming.cpp", 210 "exported/WebURLLoadTiming.cpp",
213 "exported/WebURLRequest.cpp", 211 "exported/WebURLRequest.cpp",
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 "graphics/filters/SpotLightSource.cpp", 380 "graphics/filters/SpotLightSource.cpp",
383 "graphics/filters/SpotLightSource.h", 381 "graphics/filters/SpotLightSource.h",
384 "graphics/gpu/DrawingBuffer.cpp", 382 "graphics/gpu/DrawingBuffer.cpp",
385 "graphics/gpu/DrawingBuffer.h", 383 "graphics/gpu/DrawingBuffer.h",
386 "graphics/gpu/Extensions3DUtil.cpp", 384 "graphics/gpu/Extensions3DUtil.cpp",
387 "graphics/gpu/Extensions3DUtil.h", 385 "graphics/gpu/Extensions3DUtil.h",
388 "graphics/gpu/WebGLImageBufferSurface.cpp", 386 "graphics/gpu/WebGLImageBufferSurface.cpp",
389 "graphics/gpu/WebGLImageBufferSurface.h", 387 "graphics/gpu/WebGLImageBufferSurface.h",
390 "graphics/gpu/WebGLImageConversion.cpp", 388 "graphics/gpu/WebGLImageConversion.cpp",
391 "graphics/gpu/WebGLImageConversion.h", 389 "graphics/gpu/WebGLImageConversion.h",
392 "graphics/media/MediaPlayer.cpp",
393 "graphics/media/MediaPlayer.h",
394 "graphics/skia/GaneshUtils.cpp", 390 "graphics/skia/GaneshUtils.cpp",
395 "graphics/skia/GaneshUtils.h", 391 "graphics/skia/GaneshUtils.h",
396 "graphics/skia/NativeImageSkia.cpp", 392 "graphics/skia/NativeImageSkia.cpp",
397 "graphics/skia/NativeImageSkia.h", 393 "graphics/skia/NativeImageSkia.h",
398 "graphics/skia/SkSizeHash.h", 394 "graphics/skia/SkSizeHash.h",
399 "graphics/skia/SkiaUtils.cpp", 395 "graphics/skia/SkiaUtils.cpp",
400 "graphics/skia/SkiaUtils.h", 396 "graphics/skia/SkiaUtils.h",
401 "graphics/BitmapImage.cpp", 397 "graphics/BitmapImage.cpp",
402 "graphics/BitmapImage.h", 398 "graphics/BitmapImage.h",
403 "graphics/Canvas2DImageBufferSurface.h", 399 "graphics/Canvas2DImageBufferSurface.h",
(...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after
811 # See https://bugs.webkit.org/show_bug.cgi?id=62916. 807 # See https://bugs.webkit.org/show_bug.cgi?id=62916.
812 # TODO(GYP) 808 # TODO(GYP)
813 #'cflags': ['-marm'], 809 #'cflags': ['-marm'],
814 # 'conditions': [ 810 # 'conditions': [
815 # ['OS=="android"', { 811 # ['OS=="android"', {
816 # 'cflags!': ['-mthumb'], 812 # 'cflags!': ['-mthumb'],
817 # }], 813 # }],
818 # ], 814 # ],
819 } 815 }
820 } 816 }
OLDNEW
« no previous file with comments | « sky/engine/core/rendering/compositing/GraphicsLayerUpdater.cpp ('k') | sky/engine/platform/MIMETypeRegistry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698