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

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

Issue 1961473003: [Mac/GN] Set up the component build. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comment and rebase Created 4 years, 7 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 | « ui/gfx/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('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 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 use_egl = is_win || is_android || is_linux 8 use_egl = is_win || is_android || is_linux
9 use_glx = use_x11 9 use_glx = use_x11
10 10
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 "gl_fence_apple.h", 252 "gl_fence_apple.h",
253 "gl_image_io_surface.h", 253 "gl_image_io_surface.h",
254 "gl_image_io_surface.mm", 254 "gl_image_io_surface.mm",
255 "scoped_cgl.cc", 255 "scoped_cgl.cc",
256 "scoped_cgl.h", 256 "scoped_cgl.h",
257 "yuv_to_rgb_converter.cc", 257 "yuv_to_rgb_converter.cc",
258 "yuv_to_rgb_converter.h", 258 "yuv_to_rgb_converter.h",
259 ] 259 ]
260 260
261 libs = [ 261 libs = [
262 "CoreFoundation.framework",
262 "IOSurface.framework", 263 "IOSurface.framework",
263 "OpenGL.framework", 264 "OpenGL.framework",
264 "Quartz.framework", 265 "Quartz.framework",
265 ] 266 ]
266 } 267 }
267 if (is_android) { 268 if (is_android) {
268 sources += [ 269 sources += [
269 "gl_image_surface_texture.cc", 270 "gl_image_surface_texture.cc",
270 "gl_image_surface_texture.h", 271 "gl_image_surface_texture.h",
271 ] 272 ]
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
393 sources = [ 394 sources = [
394 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java", 395 "../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java",
395 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ", 396 "../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ",
396 ] 397 ]
397 public_deps = [ 398 public_deps = [
398 ":surface_jni_headers", 399 ":surface_jni_headers",
399 ] 400 ]
400 jni_package = "ui/gl" 401 jni_package = "ui/gl"
401 } 402 }
402 } 403 }
OLDNEW
« no previous file with comments | « ui/gfx/BUILD.gn ('k') | ui/message_center/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698