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

Side by Side Diff: gyp/gpu.gypi

Issue 1036283002: Remove all code related to NaCl (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Rebase 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
« no previous file with comments | « gyp/gpu.gyp ('k') | gyp/images.gyp » ('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 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Include this gypi to include all 'gpu' files 5 # Include this gypi to include all 'gpu' files
6 # The parent gyp/gypi file must define 6 # The parent gyp/gypi file must define
7 # 'skia_src_path' e.g. skia/trunk/src 7 # 'skia_src_path' e.g. skia/trunk/src
8 # 'skia_include_path' e.g. skia/trunk/include 8 # 'skia_include_path' e.g. skia/trunk/include
9 # 9 #
10 # The skia build defines these in common_variables.gypi 10 # The skia build defines these in common_variables.gypi
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp', 347 '<(skia_src_path)/gpu/gl/GrGLDefaultInterface_native.cpp',
348 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp', 348 '<(skia_src_path)/gpu/gl/mac/GrGLCreateNativeInterface_mac.cpp',
349 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp', 349 '<(skia_src_path)/gpu/gl/win/GrGLCreateNativeInterface_win.cpp',
350 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp', 350 '<(skia_src_path)/gpu/gl/glx/GrGLCreateNativeInterface_glx.cpp',
351 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 351 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
352 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 352 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
353 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 353 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
354 354
355 # Sk files 355 # Sk files
356 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp', 356 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp',
357 '<(skia_src_path)/gpu/gl/nacl/SkCreatePlatformGLContext_nacl.cpp',
358 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', 357 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp',
359 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', 358 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
360 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', 359 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp',
361 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', 360 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm',
362 ], 361 ],
363 'skgpu_mesa_gl_sources': [ 362 'skgpu_mesa_gl_sources': [
364 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', 363 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
365 364
366 # Sk files 365 # Sk files
367 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', 366 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
399 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 398 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
400 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 399 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
401 ], 400 ],
402 'skgpu_null_gl_sources': [ 401 'skgpu_null_gl_sources': [
403 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 402 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
404 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 403 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
405 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 404 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
406 ], 405 ],
407 }, 406 },
408 } 407 }
OLDNEW
« no previous file with comments | « gyp/gpu.gyp ('k') | gyp/images.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698