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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « android_webview/build/jarjar_resources.gypi ('k') | android_webview/java_library_common.mk » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 android_webview_manifest_file := $(call my-dir)/AndroidManifest.xml
6
7 # resources
8 android_webview_resources_dirs := \
9 $(call intermediates-dir-for,GYP,shared,,,$(TARGET_2ND_ARCH))/android_webvie w_jarjar_content_resources/jarjar_res \
10 $(call intermediates-dir-for,GYP,shared,,,$(TARGET_2ND_ARCH))/android_webvie w_jarjar_ui_resources/jarjar_res \
11 $(call intermediates-dir-for,GYP,ui_strings_grd,,,$(TARGET_2ND_ARCH))/ui_str ings_grd/res_grit \
12 $(call intermediates-dir-for,GYP,content_strings_grd,,,$(TARGET_2ND_ARCH))/c ontent_strings_grd/res_grit
13
14 android_webview_aapt_flags := --auto-add-overlay
15 android_webview_aapt_flags += --custom-package com.android.webview.chromium
16 android_webview_aapt_flags += --extra-packages org.chromium.ui
17 android_webview_aapt_flags += --extra-packages org.chromium.content
OLDNEW
« 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