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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index dc83d21366c13dfb9dc8bfba83ac828925049390..6807a38eccc67fa58e85c166bc88b4c2b30f64fc 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -39,8 +39,8 @@
'android/base_jni_registrar.h',
'android/build_info.cc',
'android/build_info.h',
- 'android/command_line.cc',
- 'android/command_line.h',
+ 'android/command_line_android.cc',
+ 'android/command_line_android.h',
'android/content_uri_utils.cc',
'android/content_uri_utils.h',
'android/cpu_features.cc',
« 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