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

Side by Side Diff: ui/shell_dialogs.gypi

Issue 12730006: Android: rename android_build_type gyp variable. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add bug # to comments Created 7 years, 9 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 | « third_party/eyesfree/eyesfree.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'shell_dialogs', 8 'target_name': 'shell_dialogs',
9 'type': '<(component)', 9 'type': '<(component)',
10 'dependencies': [ 10 'dependencies': [
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 ], 63 ],
64 'include_dirs': [ 64 'include_dirs': [
65 '<(SHARED_INTERMEDIATE_DIR)/ui', 65 '<(SHARED_INTERMEDIATE_DIR)/ui',
66 ], 66 ],
67 'link_settings': { 67 'link_settings': {
68 'libraries': [ 68 'libraries': [
69 '-ljnigraphics', 69 '-ljnigraphics',
70 ], 70 ],
71 }, 71 },
72 }], 72 }],
73 ['OS=="android" and android_build_type==0', { 73 ['OS=="android" and android_webview_build==0', {
74 'dependencies': [ 74 'dependencies': [
75 'ui_java', 75 'ui_java',
76 ], 76 ],
77 }], 77 }],
78 ], 78 ],
79 }, # target_name: shell_dialogs 79 }, # target_name: shell_dialogs
80 ], 80 ],
81 } 81 }
OLDNEW
« no previous file with comments | « third_party/eyesfree/eyesfree.gyp ('k') | ui/ui.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698