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

Side by Side Diff: base/base.gypi

Issue 77473002: [Android] Fix x86 compilation with multiply defined command_line.cc (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 7 years, 1 month 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/android/command_line_android.cc ('k') | content/app/android/library_loader_hooks.cc » ('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 21 matching lines...) Expand all
32 'allocator/allocator_extension.cc', 32 'allocator/allocator_extension.cc',
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/command_line.cc', 42 'android/command_line_android.cc',
43 'android/command_line.h', 43 'android/command_line_android.h',
44 'android/content_uri_utils.cc', 44 'android/content_uri_utils.cc',
45 'android/content_uri_utils.h', 45 'android/content_uri_utils.h',
46 'android/cpu_features.cc', 46 'android/cpu_features.cc',
47 'android/fifo_utils.cc', 47 'android/fifo_utils.cc',
48 'android/fifo_utils.h', 48 'android/fifo_utils.h',
49 'android/important_file_writer_android.cc', 49 'android/important_file_writer_android.cc',
50 'android/important_file_writer_android.h', 50 'android/important_file_writer_android.h',
51 'android/scoped_java_ref.cc', 51 'android/scoped_java_ref.cc',
52 'android/scoped_java_ref.h', 52 'android/scoped_java_ref.h',
53 'android/jni_android.cc', 53 'android/jni_android.cc',
(...skipping 886 matching lines...) Expand 10 before | Expand all | Expand 10 after
940 ['<(toolkit_uses_gtk) == 1', { 940 ['<(toolkit_uses_gtk) == 1', {
941 'sources!': [ 941 'sources!': [
942 'x11/x11_error_tracker.cc', 942 'x11/x11_error_tracker.cc',
943 ], 943 ],
944 }], 944 }],
945 ], 945 ],
946 }], 946 }],
947 ], 947 ],
948 }, 948 },
949 } 949 }
OLDNEW
« no previous file with comments | « base/android/command_line_android.cc ('k') | content/app/android/library_loader_hooks.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698