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 2973 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2984 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
Helper.java', | 2984 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
Helper.java', |
2985 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
HelperStub.java', | 2985 'android/java/src/org/chromium/chrome/browser/GoogleLocationSettings
HelperStub.java', |
2986 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', | 2986 'android/java/src/org/chromium/chrome/browser/IntentHelper.java', |
2987 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial
og.java', | 2987 'android/java/src/org/chromium/chrome/browser/JavascriptAppModalDial
og.java', |
2988 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', | 2988 'android/java/src/org/chromium/chrome/browser/ProcessUtils.java', |
2989 'android/java/src/org/chromium/chrome/browser/TabBase.java', | 2989 'android/java/src/org/chromium/chrome/browser/TabBase.java', |
2990 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.
java', | 2990 'android/java/src/org/chromium/chrome/browser/database/SQLiteCursor.
java', |
2991 ], | 2991 ], |
2992 'variables': { | 2992 'variables': { |
2993 'jni_gen_dir': 'chrome', | 2993 'jni_gen_dir': 'chrome', |
2994 'jni_external_param_list': 'browser/android/class_list.jni', | |
2995 }, | 2994 }, |
2996 'includes': [ '../build/jni_generator.gypi' ], | 2995 'includes': [ '../build/jni_generator.gypi' ], |
2997 }, | 2996 }, |
2998 ], | 2997 ], |
2999 }, | 2998 }, |
3000 ], | 2999 ], |
3001 ['OS=="linux"', { | 3000 ['OS=="linux"', { |
3002 'targets': [ | 3001 'targets': [ |
3003 { | 3002 { |
3004 # Protobuf compiler / generator for the MtpFileEntry and | 3003 # Protobuf compiler / generator for the MtpFileEntry and |
(...skipping 21 matching lines...) Expand all Loading... |
3026 'proto_in_dir': '../third_party/cros_system_api/dbus', | 3025 'proto_in_dir': '../third_party/cros_system_api/dbus', |
3027 'proto_out_dir': 'chrome/browser/media_transfer_protocol', | 3026 'proto_out_dir': 'chrome/browser/media_transfer_protocol', |
3028 }, | 3027 }, |
3029 'includes': ['../build/protoc.gypi'], | 3028 'includes': ['../build/protoc.gypi'], |
3030 }, | 3029 }, |
3031 ], | 3030 ], |
3032 }, | 3031 }, |
3033 ], | 3032 ], |
3034 ], | 3033 ], |
3035 } | 3034 } |
OLD | NEW |