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

Side by Side Diff: base/base.gypi

Issue 16599008: Move CreateFIFO() and RedirectStream() from testing/android/ to base/android/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 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
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 22 matching lines...) Expand all
33 'allocator/allocator_extension.h', 33 'allocator/allocator_extension.h',
34 'allocator/type_profiler_control.cc', 34 'allocator/type_profiler_control.cc',
35 'allocator/type_profiler_control.h', 35 'allocator/type_profiler_control.h',
36 'android/activity_status.cc', 36 'android/activity_status.cc',
37 'android/activity_status.h', 37 'android/activity_status.h',
38 'android/base_jni_registrar.cc', 38 'android/base_jni_registrar.cc',
39 'android/base_jni_registrar.h', 39 'android/base_jni_registrar.h',
40 'android/build_info.cc', 40 'android/build_info.cc',
41 'android/build_info.h', 41 'android/build_info.h',
42 'android/cpu_features.cc', 42 'android/cpu_features.cc',
43 'android/fifo_utils.cc',
44 'android/fifo_utils.h',
43 'android/important_file_writer_android.cc', 45 'android/important_file_writer_android.cc',
44 'android/important_file_writer_android.h', 46 'android/important_file_writer_android.h',
45 'android/scoped_java_ref.cc', 47 'android/scoped_java_ref.cc',
46 'android/scoped_java_ref.h', 48 'android/scoped_java_ref.h',
47 'android/jni_android.cc', 49 'android/jni_android.cc',
48 'android/jni_android.h', 50 'android/jni_android.h',
49 'android/jni_array.cc', 51 'android/jni_array.cc',
50 'android/jni_array.h', 52 'android/jni_array.h',
51 'android/jni_helper.cc', 53 'android/jni_helper.cc',
52 'android/jni_helper.h', 54 'android/jni_helper.h',
(...skipping 788 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 843 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
842 'sources/': [ 844 'sources/': [
843 ['exclude', '^third_party/nspr/'], 845 ['exclude', '^third_party/nspr/'],
844 ], 846 ],
845 }], 847 }],
846 ], 848 ],
847 }], 849 }],
848 ], 850 ],
849 }, 851 },
850 } 852 }
OLDNEW
« no previous file with comments | « base/android/fifo_utils.cc ('k') | content/shell/android/browsertests_apk/content_browser_tests_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698