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 2922 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2933 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
Helper.java', | 2933 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
Helper.java', |
2934 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
HelperStub.java', | 2934 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
HelperStub.java', |
2935 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', | 2935 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', |
2936 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial
og.java', | 2936 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial
og.java', |
2937 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', | 2937 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', |
2938 'android/java/src/org/chromium/chrome/browser/TabBase.java', | 2938 'android/java/src/org/chromium/chrome/browser/TabBase.java', |
2939 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.
java', | 2939 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.
java', |
2940 ], | 2940 ], |
2941 'variables': { | 2941 'variables': { |
2942 'jni_gen_dir': 'chrome', | 2942 'jni_gen_dir': 'chrome', |
| 2943 'jni_external_param_list': 'browser/android/class_list.jni', |
2943 }, | 2944 }, |
2944 'includes': [ '../build/jni_generator.gypi' ], | 2945 'includes': [ '../build/jni_generator.gypi' ], |
2945 }, | 2946 }, |
2946 ], | 2947 ], |
2947 }, | 2948 }, |
2948 ], | 2949 ], |
2949 ['OS=="linux"', { | 2950 ['OS=="linux"', { |
2950 'targets': [ | 2951 'targets': [ |
2951 { | 2952 { |
2952 # Protobuf compiler / generator for the MtpFileEntry and | 2953 # Protobuf compiler / generator for the MtpFileEntry and |
(...skipping 21 matching lines...) Expand all Loading... |
2974 'proto_in_dir': '../third_party/cros_system_api/dbus', | 2975 'proto_in_dir': '../third_party/cros_system_api/dbus', |
2975 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 2976 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
2976 }, | 2977 }, |
2977 'includes': ['../build/protoc.gypi'], | 2978 'includes': ['../build/protoc.gypi'], |
2978 }, | 2979 }, |
2979 ], | 2980 ], |
2980 }, | 2981 }, |
2981 ], | 2982 ], |
2982 ], | 2983 ], |
2983 } | 2984 } |
OLD | NEW |