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

Side by Side Diff: ui/android/ui_android.gyp

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 | « content/content.gyp ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 'dependencies': [ 43 'dependencies': [
44 '../../base/base.gyp:base_java', 44 '../../base/base.gyp:base_java',
45 'bitmap_format_java', 45 'bitmap_format_java',
46 'ui_strings_grd', 46 'ui_strings_grd',
47 'window_open_disposition_java', 47 'window_open_disposition_java',
48 ], 48 ],
49 'includes': [ '../../build/java.gypi' ], 49 'includes': [ '../../build/java.gypi' ],
50 }, 50 },
51 { 51 {
52 'target_name': 'ui_strings_grd', 52 'target_name': 'ui_strings_grd',
53 # The android_webview/Android.mk file depends on this target directly.
54 'android_unmangled_name': 1,
53 'type': 'none', 55 'type': 'none',
54 'variables': { 56 'variables': {
55 'grd_file': '../../ui/android/java/strings/android_ui_strings.grd', 57 'grd_file': '../../ui/android/java/strings/android_ui_strings.grd',
56 }, 58 },
57 'includes': [ 59 'includes': [
58 '../../build/java_strings_grd.gypi', 60 '../../build/java_strings_grd.gypi',
59 ], 61 ],
60 }, 62 },
61 ], 63 ],
62 } 64 }
OLDNEW
« no previous file with comments | « content/content.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698