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

Side by Side Diff: gyp/gpu.gypi

Issue 1410593002: Use common display initialization logic for Unix (Closed) Base URL: https://skia.googlesource.com/skia.git@vbnvpr
Patch Set: minor tidy Created 5 years, 2 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 | « no previous file | gyp/views.gyp » ('j') | src/gpu/gl/glx/GrNativeDisplay_glx.h » ('J')
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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp', 394 '<(skia_src_path)/gpu/gl/egl/GrGLCreateNativeInterface_egl.cpp',
395 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp', 395 '<(skia_src_path)/gpu/gl/iOS/GrGLCreateNativeInterface_iOS.cpp',
396 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp', 396 '<(skia_src_path)/gpu/gl/android/GrGLCreateNativeInterface_android.cpp',
397 397
398 # Sk files 398 # Sk files
399 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp', 399 '<(skia_src_path)/gpu/gl/mac/SkCreatePlatformGLContext_mac.cpp',
400 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp', 400 '<(skia_src_path)/gpu/gl/win/SkCreatePlatformGLContext_win.cpp',
401 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp', 401 '<(skia_src_path)/gpu/gl/glx/SkCreatePlatformGLContext_glx.cpp',
402 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp', 402 '<(skia_src_path)/gpu/gl/egl/SkCreatePlatformGLContext_egl.cpp',
403 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm', 403 '<(skia_src_path)/gpu/gl/iOS/SkCreatePlatformGLContext_iOS.mm',
404
405 # OS helper files
406 '<(skia_src_path)/gpu/gl/glx/GrNativeDisplay_glx.cpp',
407 '<(skia_src_path)/gpu/gl/glx/GrNativeDisplay_glx.h',
404 ], 408 ],
405 'skgpu_mesa_gl_sources': [ 409 'skgpu_mesa_gl_sources': [
406 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp', 410 '<(skia_src_path)/gpu/gl/mesa/GrGLCreateMesaInterface.cpp',
407 411
408 # Sk files 412 # Sk files
409 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp', 413 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.cpp',
410 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h', 414 '<(skia_src_path)/gpu/gl/mesa/SkMesaGLContext.h',
411 ], 415 ],
412 'skgpu_angle_gl_sources': [ 416 'skgpu_angle_gl_sources': [
413 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp', 417 '<(skia_src_path)/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
446 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp', 450 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.cpp',
447 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h', 451 '<(skia_src_path)/gpu/gl/debug/SkDebugGLContext.h',
448 ], 452 ],
449 'skgpu_null_gl_sources': [ 453 'skgpu_null_gl_sources': [
450 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp', 454 '<(skia_src_path)/gpu/gl/GrGLCreateNullInterface.cpp',
451 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp', 455 '<(skia_src_path)/gpu/gl/SkNullGLContext.cpp',
452 '<(skia_include_path)/gpu/gl/SkNullGLContext.h', 456 '<(skia_include_path)/gpu/gl/SkNullGLContext.h',
453 ], 457 ],
454 }, 458 },
455 } 459 }
OLDNEW
« no previous file with comments | « no previous file | gyp/views.gyp » ('j') | src/gpu/gl/glx/GrNativeDisplay_glx.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698