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

Side by Side Diff: base/base.gypi

Issue 18584006: Making a way to create thread with a Java Looper for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update comment for TYPE_JAVA Created 7 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 | Annotate | Revision Log
« no previous file with comments | « base/base.gyp ('k') | base/message_loop/message_loop.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 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 'android/jni_array.cc', 51 'android/jni_array.cc',
52 'android/jni_array.h', 52 'android/jni_array.h',
53 'android/jni_helper.cc', 53 'android/jni_helper.cc',
54 'android/jni_helper.h', 54 'android/jni_helper.h',
55 'android/jni_registrar.cc', 55 'android/jni_registrar.cc',
56 'android/jni_registrar.h', 56 'android/jni_registrar.h',
57 'android/jni_string.cc', 57 'android/jni_string.cc',
58 'android/jni_string.h', 58 'android/jni_string.h',
59 'android/memory_pressure_listener_android.cc', 59 'android/memory_pressure_listener_android.cc',
60 'android/memory_pressure_listener_android.h', 60 'android/memory_pressure_listener_android.h',
61 'android/java_handler_thread.cc',
62 'android/java_handler_thread.h',
61 'android/path_service_android.cc', 63 'android/path_service_android.cc',
62 'android/path_service_android.h', 64 'android/path_service_android.h',
63 'android/path_utils.cc', 65 'android/path_utils.cc',
64 'android/path_utils.h', 66 'android/path_utils.h',
65 'android/sys_utils.cc', 67 'android/sys_utils.cc',
66 'android/sys_utils.h', 68 'android/sys_utils.h',
67 'android/thread_utils.h', 69 'android/thread_utils.h',
68 'at_exit.cc', 70 'at_exit.cc',
69 'at_exit.h', 71 'at_exit.h',
70 'atomic_ref_count.h', 72 'atomic_ref_count.h',
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
884 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 886 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
885 'sources/': [ 887 'sources/': [
886 ['exclude', '^third_party/nspr/'], 888 ['exclude', '^third_party/nspr/'],
887 ], 889 ],
888 }], 890 }],
889 ], 891 ],
890 }], 892 }],
891 ], 893 ],
892 }, 894 },
893 } 895 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/message_loop/message_loop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698