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

Unified Diff: components/devtools_bridge.gyp

Issue 716433003: Continue impementation SessionDependencyFactoryNative. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native-factory
Patch Set: Created 6 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 | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | components/devtools_bridge/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/devtools_bridge.gyp
diff --git a/components/devtools_bridge.gyp b/components/devtools_bridge.gyp
index a8d7de1500c7e483a1c02c77cea45e3b26682d80..f6ecf4256feb5d8e5972b4baf52b0491b090e8c4 100644
--- a/components/devtools_bridge.gyp
+++ b/components/devtools_bridge.gyp
@@ -19,8 +19,10 @@
'target_name': 'devtools_bridge',
'type': 'static_library',
'sources': [
- 'devtools_bridge/android/session_dependency_factory_native.h',
- 'devtools_bridge/android/session_dependency_factory_native.cc',
+ 'devtools_bridge/android/session_dependency_factory_android.cc',
+ 'devtools_bridge/android/session_dependency_factory_android.h',
+ 'devtools_bridge/session_dependency_factory.cc',
+ 'devtools_bridge/session_dependency_factory.h',
],
'dependencies': [
'../base/base.gyp:base',
« no previous file with comments | « build/android/findbugs_filter/findbugs_known_bugs.txt ('k') | components/devtools_bridge/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698