| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |