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

Unified Diff: android_webview/build/resources_config.mk

Issue 255613003: Move ui and content resources into one location. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add missing headers Created 6 years, 6 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 | « android_webview/build/jarjar_resources.gypi ('k') | android_webview/java_library_common.mk » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/build/resources_config.mk
diff --git a/android_webview/build/resources_config.mk b/android_webview/build/resources_config.mk
new file mode 100644
index 0000000000000000000000000000000000000000..dc05dbe0d8623dec319cb9c833135e1ac2de36ec
--- /dev/null
+++ b/android_webview/build/resources_config.mk
@@ -0,0 +1,17 @@
+# Copyright (c) 2014 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.
+
+android_webview_manifest_file := $(call my-dir)/AndroidManifest.xml
+
+# resources
+android_webview_resources_dirs := \
+ $(call intermediates-dir-for,GYP,shared,,,$(TARGET_2ND_ARCH))/android_webview_jarjar_content_resources/jarjar_res \
+ $(call intermediates-dir-for,GYP,shared,,,$(TARGET_2ND_ARCH))/android_webview_jarjar_ui_resources/jarjar_res \
+ $(call intermediates-dir-for,GYP,ui_strings_grd,,,$(TARGET_2ND_ARCH))/ui_strings_grd/res_grit \
+ $(call intermediates-dir-for,GYP,content_strings_grd,,,$(TARGET_2ND_ARCH))/content_strings_grd/res_grit
+
+android_webview_aapt_flags := --auto-add-overlay
+android_webview_aapt_flags += --custom-package com.android.webview.chromium
+android_webview_aapt_flags += --extra-packages org.chromium.ui
+android_webview_aapt_flags += --extra-packages org.chromium.content
« no previous file with comments | « android_webview/build/jarjar_resources.gypi ('k') | android_webview/java_library_common.mk » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698