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