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

Unified Diff: android_webview/android_webview.gyp

Issue 10893025: Android WebView: tidy up source/gyp layout. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 4 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 | « no previous file | android_webview/aw_browser.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/android_webview.gyp
diff --git a/android_webview/lib/android_webview.gyp b/android_webview/android_webview.gyp
similarity index 94%
rename from android_webview/lib/android_webview.gyp
rename to android_webview/android_webview.gyp
index aea913fc2fddcde7464aa96e2fbed39ffb41efa8..ec9fdbe0d8d4971939363aba358de07c0ed330cc 100644
--- a/android_webview/lib/android_webview.gyp
+++ b/android_webview/android_webview.gyp
@@ -18,21 +18,20 @@
'<(DEPTH)/chrome/browser/component/components.gyp:browser_component_jni_headers',
],
'include_dirs': [
- '../..',
- '../../skia/config',
+ '<(DEPTH)',
+ '<(DEPTH)/skia/config',
],
'sources': [
- 'aw_browser_dependency_factory_impl.cc',
- 'aw_browser_dependency_factory_impl.h',
- 'aw_content_browser_client.cc',
- 'aw_content_browser_client.h',
- 'main/webview_entry_point.cc',
- 'main/webview_main_delegate.cc',
- 'main/webview_main_delegate.h',
- 'main/webview_stubs.cc',
- ],
- 'includes': [
- '../aw_browser.gypi',
+ 'browser/renderer_host/aw_resource_dispatcher_host_delegate.cc',
+ 'browser/renderer_host/aw_resource_dispatcher_host_delegate.h',
+ 'lib/aw_browser_dependency_factory_impl.cc',
+ 'lib/aw_browser_dependency_factory_impl.h',
+ 'lib/aw_content_browser_client.cc',
+ 'lib/aw_content_browser_client.h',
+ 'lib/main/aw_main_delegate.cc',
+ 'lib/main/aw_main_delegate.h',
+ 'lib/main/webview_entry_point.cc',
+ 'lib/main/webview_stubs.cc',
],
},
{
@@ -42,7 +41,7 @@
'libwebview',
],
'variables': {
- 'install_binary_script': '../build/install_binary',
+ 'install_binary_script': 'build/install_binary',
},
'actions': [
{
@@ -74,7 +73,7 @@
'package_name': 'android_webview_java',
'java_in_dir': '<(DEPTH)/android_webview/java',
},
- 'includes': [ '../../build/java.gypi' ],
+ 'includes': [ '../build/java.gypi' ],
},
{
'target_name': 'android_webview_javatests',
@@ -90,7 +89,7 @@
'package_name': 'android_webview_javatests',
'java_in_dir': '<(DEPTH)/android_webview/javatests',
},
- 'includes': [ '../../build/java.gypi' ],
+ 'includes': [ '../build/java.gypi' ],
},
{
« no previous file with comments | « no previous file | android_webview/aw_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698