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

Side by Side Diff: ui/gl/gl.gyp

Issue 70843003: ui: Android changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dom_distiller fixes Created 7 years, 1 month 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 | Annotate | Revision Log
« no previous file with comments | « ui/base/android/ui_jni_registrar.cc ('k') | ui/shell_dialogs/shell_dialogs.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 9
10 'targets': [ 10 'targets': [
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
339 }, 339 },
340 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 340 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
341 }, 341 },
342 { 342 {
343 'target_name': 'gl_jni_headers', 343 'target_name': 'gl_jni_headers',
344 'type': 'none', 344 'type': 'none',
345 'dependencies': [ 345 'dependencies': [
346 'surface_jni_headers', 346 'surface_jni_headers',
347 ], 347 ],
348 'sources': [ 348 'sources': [
349 '../android/java/src/org/chromium/ui/gfx/SurfaceTexturePlatformWrapp er.java', 349 '../android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrappe r.java',
350 '../android/java/src/org/chromium/ui/gfx/SurfaceTextureListener.java ', 350 '../android/java/src/org/chromium/ui/gl/SurfaceTextureListener.java' ,
351 ], 351 ],
352 'variables': { 352 'variables': {
353 'jni_gen_package': 'ui/gl', 353 'jni_gen_package': 'ui/gl',
354 'jni_generator_ptr_type': 'long', 354 'jni_generator_ptr_type': 'long',
355 }, 355 },
356 'includes': [ '../../build/jni_generator.gypi' ], 356 'includes': [ '../../build/jni_generator.gypi' ],
357 }, 357 },
358 ], 358 ],
359 }], 359 }],
360 ], 360 ],
361 } 361 }
OLDNEW
« no previous file with comments | « ui/base/android/ui_jni_registrar.cc ('k') | ui/shell_dialogs/shell_dialogs.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698