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

Side by Side Diff: base/base.gypi

Issue 1294883002: Revert of [Android] Add a java.lang.System wrapper. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months 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
« no previous file with comments | « base/base.gyp ('k') | net/android/java/src/org/chromium/net/ProxyChangeListener.java » ('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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'trace_event/trace_event.gypi', 7 'trace_event/trace_event.gypi',
8 ], 8 ],
9 'target_defaults': { 9 'target_defaults': {
10 'variables': { 10 'variables': {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'android/field_trial_list.cc', 43 'android/field_trial_list.cc',
44 'android/field_trial_list.h', 44 'android/field_trial_list.h',
45 'android/fifo_utils.cc', 45 'android/fifo_utils.cc',
46 'android/fifo_utils.h', 46 'android/fifo_utils.h',
47 'android/important_file_writer_android.cc', 47 'android/important_file_writer_android.cc',
48 'android/important_file_writer_android.h', 48 'android/important_file_writer_android.h',
49 'android/java_handler_thread.cc', 49 'android/java_handler_thread.cc',
50 'android/java_handler_thread.h', 50 'android/java_handler_thread.h',
51 'android/java_runtime.cc', 51 'android/java_runtime.cc',
52 'android/java_runtime.h', 52 'android/java_runtime.h',
53 'android/java_system.cc',
54 'android/java_system.h',
55 'android/jni_android.cc', 53 'android/jni_android.cc',
56 'android/jni_android.h', 54 'android/jni_android.h',
57 'android/jni_array.cc', 55 'android/jni_array.cc',
58 'android/jni_array.h', 56 'android/jni_array.h',
59 'android/jni_registrar.cc', 57 'android/jni_registrar.cc',
60 'android/jni_registrar.h', 58 'android/jni_registrar.h',
61 'android/jni_string.cc', 59 'android/jni_string.cc',
62 'android/jni_string.h', 60 'android/jni_string.h',
63 'android/jni_utils.cc', 61 'android/jni_utils.cc',
64 'android/jni_utils.h', 62 'android/jni_utils.h',
(...skipping 971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1036 'i18n/time_formatting.h', 1034 'i18n/time_formatting.h',
1037 'i18n/timezone.cc', 1035 'i18n/timezone.cc',
1038 'i18n/timezone.h', 1036 'i18n/timezone.h',
1039 'i18n/utf8_validator_tables.cc', 1037 'i18n/utf8_validator_tables.cc',
1040 'i18n/utf8_validator_tables.h', 1038 'i18n/utf8_validator_tables.h',
1041 ], 1039 ],
1042 }] 1040 }]
1043 ], 1041 ],
1044 }, 1042 },
1045 } 1043 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | net/android/java/src/org/chromium/net/ProxyChangeListener.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698