OLD | NEW |
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 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 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
396 'targets': [ | 396 'targets': [ |
397 { | 397 { |
398 'target_name': 'gfx_jni_headers', | 398 'target_name': 'gfx_jni_headers', |
399 'type': 'none', | 399 'type': 'none', |
400 'direct_dependent_settings': { | 400 'direct_dependent_settings': { |
401 'include_dirs': [ | 401 'include_dirs': [ |
402 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx', | 402 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx', |
403 ], | 403 ], |
404 }, | 404 }, |
405 'sources': [ | 405 'sources': [ |
406 '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java', | 406 '../base/android/java/src/org/chromium/ui/gfx/BitmapHelper.java', |
407 '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java', | 407 '../base/android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java'
, |
408 ], | 408 ], |
409 'variables': { | 409 'variables': { |
410 'jni_gen_package': 'ui/gfx', | 410 'jni_gen_package': 'ui/gfx', |
411 }, | 411 }, |
412 'includes': [ '../../build/jni_generator.gypi' ], | 412 'includes': [ '../../build/jni_generator.gypi' ], |
413 }, | 413 }, |
414 ], | 414 ], |
415 }], | 415 }], |
416 ], | 416 ], |
417 } | 417 } |
OLD | NEW |