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

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

Issue 111493006: Have jni_generator.gypi specify include_dirs to dependent targets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove export_dependent_settings Created 7 years 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 | « testing/android/native_test_launcher.cc ('k') | ui/ui.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) 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 401 matching lines...) Expand 10 before | Expand all | Expand 10 after
412 'input_java_class': 'android/view/ViewConfiguration.class', 412 'input_java_class': 'android/view/ViewConfiguration.class',
413 }, 413 },
414 'includes': [ '../../build/jar_file_jni_generator.gypi' ], 414 'includes': [ '../../build/jar_file_jni_generator.gypi' ],
415 }, 415 },
416 { 416 {
417 'target_name': 'gfx_jni_headers', 417 'target_name': 'gfx_jni_headers',
418 'type': 'none', 418 'type': 'none',
419 'dependencies': [ 419 'dependencies': [
420 'gfx_view_jni_headers' 420 'gfx_view_jni_headers'
421 ], 421 ],
422 'direct_dependent_settings': {
423 'include_dirs': [
424 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx',
425 ],
426 },
427 'sources': [ 422 'sources': [
428 '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java', 423 '../android/java/src/org/chromium/ui/gfx/BitmapHelper.java',
429 '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java', 424 '../android/java/src/org/chromium/ui/gfx/DeviceDisplayInfo.java',
430 ], 425 ],
431 'variables': { 426 'variables': {
432 'jni_gen_package': 'ui/gfx', 427 'jni_gen_package': 'ui/gfx',
433 'jni_generator_ptr_type': 'long' 428 'jni_generator_ptr_type': 'long'
434 }, 429 },
435 'includes': [ '../../build/jni_generator.gypi' ], 430 'includes': [ '../../build/jni_generator.gypi' ],
436 }, 431 },
437 ], 432 ],
438 }], 433 }],
439 ], 434 ],
440 } 435 }
OLDNEW
« no previous file with comments | « testing/android/native_test_launcher.cc ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698