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

Side by Side Diff: base/base.gypi

Issue 302173006: [Android] Java Bridge with Gin: implement Java methods invocation (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed compilation of tests Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | content/browser/renderer_host/java/gin_java_bound_object.h » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 'base_i18n_target': 0, 9 'base_i18n_target': 0,
10 }, 10 },
(...skipping 19 matching lines...) Expand all
30 'android/application_status_listener.h', 30 'android/application_status_listener.h',
31 'android/base_jni_registrar.cc', 31 'android/base_jni_registrar.cc',
32 'android/base_jni_registrar.h', 32 'android/base_jni_registrar.h',
33 'android/build_info.cc', 33 'android/build_info.cc',
34 'android/build_info.h', 34 'android/build_info.h',
35 'android/command_line_android.cc', 35 'android/command_line_android.cc',
36 'android/command_line_android.h', 36 'android/command_line_android.h',
37 'android/content_uri_utils.cc', 37 'android/content_uri_utils.cc',
38 'android/content_uri_utils.h', 38 'android/content_uri_utils.h',
39 'android/cpu_features.cc', 39 'android/cpu_features.cc',
40 'android/event_log.cc',
41 'android/event_log.h',
40 'android/fifo_utils.cc', 42 'android/fifo_utils.cc',
41 'android/fifo_utils.h', 43 'android/fifo_utils.h',
42 'android/important_file_writer_android.cc', 44 'android/important_file_writer_android.cc',
43 'android/important_file_writer_android.h', 45 'android/important_file_writer_android.h',
44 'android/scoped_java_ref.cc', 46 'android/scoped_java_ref.cc',
45 'android/scoped_java_ref.h', 47 'android/scoped_java_ref.h',
46 'android/jni_android.cc', 48 'android/jni_android.cc',
47 'android/jni_android.h', 49 'android/jni_android.h',
48 'android/jni_array.cc', 50 'android/jni_array.cc',
49 'android/jni_array.h', 51 'android/jni_array.h',
(...skipping 939 matching lines...) Expand 10 before | Expand all | Expand 10 after
989 'i18n/time_formatting.h', 991 'i18n/time_formatting.h',
990 'i18n/timezone.cc', 992 'i18n/timezone.cc',
991 'i18n/timezone.h', 993 'i18n/timezone.h',
992 'i18n/utf8_validator_tables.cc', 994 'i18n/utf8_validator_tables.cc',
993 'i18n/utf8_validator_tables.h', 995 'i18n/utf8_validator_tables.h',
994 ], 996 ],
995 }] 997 }]
996 ], 998 ],
997 }, 999 },
998 } 1000 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | content/browser/renderer_host/java/gin_java_bound_object.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698