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

Side by Side Diff: base/base.gyp

Issue 9599010: JNI Bindings on Chrome for Android: unfork. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Mark's comment Created 8 years, 9 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/android/jni_android.cc ('k') | no next file » | 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 '../build/win_precompile.gypi', 10 '../build/win_precompile.gypi',
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after
291 'memory/mru_cache_unittest.cc', 291 'memory/mru_cache_unittest.cc',
292 'process_util_unittest.cc', 292 'process_util_unittest.cc',
293 'synchronization/cancellation_flag_unittest.cc', 293 'synchronization/cancellation_flag_unittest.cc',
294 # TODO(michaelbai): The below files are excluded because of the 294 # TODO(michaelbai): The below files are excluded because of the
295 # missing JNI and should be added back once JNI is ready. 295 # missing JNI and should be added back once JNI is ready.
296 'android/jni_android_unittest.cc', 296 'android/jni_android_unittest.cc',
297 'android/scoped_java_ref_unittest.cc', 297 'android/scoped_java_ref_unittest.cc',
298 'debug/stack_trace_unittest.cc', 298 'debug/stack_trace_unittest.cc',
299 ], 299 ],
300 'dependencies': [ 300 'dependencies': [
301 'android/jni_generator/jni_generator.gyp:jni_generator_py_tests', 301 'android/jni_generator/jni_generator.gyp:jni_generator_tests',
302 ], 302 ],
303 }], 303 }],
304 ['use_glib==1', { 304 ['use_glib==1', {
305 'sources!': [ 305 'sources!': [
306 'file_version_info_unittest.cc', 306 'file_version_info_unittest.cc',
307 ], 307 ],
308 'conditions': [ 308 'conditions': [
309 [ 'linux_use_tcmalloc==1', { 309 [ 'linux_use_tcmalloc==1', {
310 'dependencies': [ 310 'dependencies': [
311 'allocator/allocator.gyp:allocator', 311 'allocator/allocator.gyp:allocator',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
545 # treated as weak imports in dependents, who still must 545 # treated as weak imports in dependents, who still must
546 # #include closure_blocks_leopard_compat.h to get weak imports. 546 # #include closure_blocks_leopard_compat.h to get weak imports.
547 'type': 'none', 547 'type': 'none',
548 }], 548 }],
549 ], 549 ],
550 }, 550 },
551 ], 551 ],
552 }], 552 }],
553 ], 553 ],
554 } 554 }
OLDNEW
« no previous file with comments | « base/android/jni_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698