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

Unified Diff: net/net.gyp

Issue 10384025: fix duplicated basename network_change_notifier.cc in net target (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 8 years, 7 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/android/network_change_notifier_factory.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index a78e5ed126bb71732b7fa10dbe264b1287857fd9..63510e63fead98603b32cb8322b288c2584ee818 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -41,8 +41,8 @@
'sources': [
'android/net_jni_registrar.cc',
'android/net_jni_registrar.h',
- 'android/network_change_notifier.cc',
- 'android/network_change_notifier.h',
+ 'android/network_change_notifier_android.cc',
+ 'android/network_change_notifier_android.h',
'android/network_change_notifier_factory.cc',
'android/network_change_notifier_factory.h',
'android/network_library.cc',
« no previous file with comments | « net/android/network_change_notifier_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698