OLD | NEW |
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 Loading... |
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 } |
OLD | NEW |