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

Side by Side Diff: ui/gl/BUILD.gn

Issue 1258713002: ozone: unify GpuMemoryBufferFactoryOzoneNativePixmap in content/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Re-factor ui/gl/gl_image_ozone_native_pixmap.h/cc so there's only one Created 5 years, 4 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 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("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/config.gni") 9 import("//build/config/android/config.gni")
10 import("//build/config/android/rules.gni") 10 import("//build/config/android/rules.gni")
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
244 deps += [ 244 deps += [
245 ":gl_jni_headers", 245 ":gl_jni_headers",
246 "//ui/android:ui_java", 246 "//ui/android:ui_java",
247 ] 247 ]
248 } 248 }
249 if (use_ozone) { 249 if (use_ozone) {
250 sources += [ 250 sources += [
251 "gl_context_ozone.cc", 251 "gl_context_ozone.cc",
252 "gl_egl_api_implementation.cc", 252 "gl_egl_api_implementation.cc",
253 "gl_egl_api_implementation.h", 253 "gl_egl_api_implementation.h",
254 "gl_image_ozone_native_pixmap.cc",
255 "gl_image_ozone_native_pixmap.h",
254 "gl_implementation_ozone.cc", 256 "gl_implementation_ozone.cc",
255 "gl_surface_ozone.cc", 257 "gl_surface_ozone.cc",
256 ] 258 ]
257 deps += [ 259 deps += [
258 "//ui/ozone", 260 "//ui/ozone",
259 "//ui/ozone:ozone_base", 261 "//ui/ozone:ozone_base",
260 ] 262 ]
261 } 263 }
262 } 264 }
263 265
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
348 deps = [ 350 deps = [
349 ":surface_jni_headers", 351 ":surface_jni_headers",
350 ] 352 ]
351 sources = [ 353 sources = [
352 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 354 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
353 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 355 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
354 ] 356 ]
355 jni_package = "ui/gl" 357 jni_package = "ui/gl"
356 } 358 }
357 } 359 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | ui/gl/gl.gyp » ('j') | ui/gl/gl_image_ozone_native_pixmap.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698