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

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

Issue 62203014: Move WindowOpenDisposition.template to ui/base/android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix ui.gyp 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/gfx/gfx.gyp ('k') | ui/ui.gyp » ('j') | ui/ui.gyp » ('J')
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 327 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 }, 338 },
339 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 339 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
340 }, 340 },
341 { 341 {
342 'target_name': 'gl_jni_headers', 342 'target_name': 'gl_jni_headers',
343 'type': 'none', 343 'type': 'none',
344 'dependencies': [ 344 'dependencies': [
345 'surface_jni_headers', 345 'surface_jni_headers',
346 ], 346 ],
347 'sources': [ 347 'sources': [
348 '../android/java/src/org/chromium/ui/gfx/SurfaceTexturePlatformWrapp er.java', 348 '../base/android/java/src/org/chromium/ui/gfx/SurfaceTexturePlatform Wrapper.java',
tfarina 2013/11/12 19:26:36 looks like these two java files should be in ui/an
349 '../android/java/src/org/chromium/ui/gfx/SurfaceTextureListener.java ', 349 '../base/android/java/src/org/chromium/ui/gfx/SurfaceTextureListener .java',
350 ], 350 ],
351 'variables': { 351 'variables': {
352 'jni_gen_package': 'ui/gl', 352 'jni_gen_package': 'ui/gl',
353 }, 353 },
354 'includes': [ '../../build/jni_generator.gypi' ], 354 'includes': [ '../../build/jni_generator.gypi' ],
355 }, 355 },
356 ], 356 ],
357 }], 357 }],
358 ], 358 ],
359 } 359 }
OLDNEW
« no previous file with comments | « ui/gfx/gfx.gyp ('k') | ui/ui.gyp » ('j') | ui/ui.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698