OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser', | 9 'target_name': 'browser', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 5436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5447 }, | 5447 }, |
5448 'includes': [ '../build/protoc.gypi' ] | 5448 'includes': [ '../build/protoc.gypi' ] |
5449 }, | 5449 }, |
5450 ], | 5450 ], |
5451 'conditions': [ | 5451 'conditions': [ |
5452 ['OS == "android"', { | 5452 ['OS == "android"', { |
5453 'targets': [ | 5453 'targets': [ |
5454 { | 5454 { |
5455 'target_name': 'chrome_browser_jni_headers', | 5455 'target_name': 'chrome_browser_jni_headers', |
5456 'type': 'none', | 5456 'type': 'none', |
| 5457 'sources': [ |
| 5458 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', |
| 5459 ], |
5457 'variables': { | 5460 'variables': { |
5458 'java_sources': [ | 5461 'jni_gen_dir': 'chrome', |
5459 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', | |
5460 ], | |
5461 'jni_headers': [ | |
5462 '<(SHARED_INTERMEDIATE_DIR)/chrome/jni/process_utils_jni.h', | |
5463 ], | |
5464 }, | 5462 }, |
5465 'includes': [ '../build/jni_generator.gypi' ], | 5463 'includes': [ '../build/jni_generator.gypi' ], |
5466 }, | 5464 }, |
5467 ], | 5465 ], |
5468 }, | 5466 }, |
5469 ], | 5467 ], |
5470 ], | 5468 ], |
5471 } | 5469 } |
OLD | NEW |