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

Unified Diff: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi

Issue 10831060: Refactor the Android port to allow access to the chrome layer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: gyp fixes 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
Index: chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi
diff --git a/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi b/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..d2f12ab3a876a8eff9a5ec847a2e816bff178839
--- /dev/null
+++ b/chrome/browser/component/web_contents_delegate_android/web_contents_delegate_android.gypi
@@ -0,0 +1,34 @@
+# Copyright (c) 2012 The Chromium Authors. All rights reserved.
+#
+# Use of this source code is governed by a BSD-style license that can be
+# found in the LICENSE file.
+
+{
+ 'targets': [
+ {
+ 'target_name': 'web_contents_delegate_android',
+ 'type': 'static_library',
+ 'dependencies': [
+ '../base/base.gyp:base',
+ '../content/content.gyp:content_browser',
+ '../content/content.gyp:content_common',
+ '../net/net.gyp:net',
+ '../skia/skia.gyp:skia',
+ '../ui/ui.gyp:ui',
+ '../webkit/support/webkit_support.gyp:glue',
+ 'browser_component_jni_headers',
+ ],
+ 'include_dirs': [
+ '../../../..',
+ '../../../../skia/config',
+ '<(SHARED_INTERMEDIATE_DIR)/chrome/browser_component',
+ ],
+ 'sources': [
+ 'component_jni_registrar.cc',
+ 'component_jni_registrar.h',
+ 'web_contents_delegate_android.cc',
+ 'web_contents_delegate_android.h',
+ ],
+ },
+ ],
+}

Powered by Google App Engine
This is Rietveld 408576698