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

Unified Diff: ui/android/ui_android.gyp

Issue 70843003: ui: Android changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: dom_distiller fixes 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
Index: ui/android/ui_android.gyp
diff --git a/ui/android/ui_android.gyp b/ui/android/ui_android.gyp
new file mode 100644
index 0000000000000000000000000000000000000000..b9e3d6990aecd363279932649b9860bc2b2ec97e
--- /dev/null
+++ b/ui/android/ui_android.gyp
@@ -0,0 +1,39 @@
+# Copyright 2013 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.
+
+{
+ 'variables': {
+ 'chromium_code': 1,
+ },
+ 'targets': [
+ {
+ 'target_name': 'window_open_disposition_java',
+ 'type': 'none',
+ 'sources': [
+ 'java/WindowOpenDisposition.template',
+ ],
+ 'variables': {
+ 'package_name': 'org/chromium/ui',
+ 'template_deps': ['../base/window_open_disposition_list.h'],
+ },
+ 'includes': [ '../../build/android/java_cpp_template.gypi' ],
+ },
+ {
+ 'target_name': 'ui_java',
+ 'type': 'none',
+ 'variables': {
+ 'java_in_dir': '../../ui/android/java',
+ 'has_java_resources': 1,
+ 'R_package': 'org.chromium.ui',
+ 'R_package_relpath': 'org/chromium/ui',
+ 'java_strings_grd': 'android_ui_strings.grd',
+ },
+ 'dependencies': [
+ '../../base/base.gyp:base_java',
+ 'window_open_disposition_java',
+ ],
+ 'includes': [ '../../build/java.gypi' ],
+ },
+ ],
+}
« no previous file with comments | « ui/android/java/src/org/chromium/ui/gl/SurfaceTexturePlatformWrapper.java ('k') | ui/base/android/ui_base_jni_registrar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698