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