OLD | NEW |
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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 '../aura/aura.gyp:aura', | 53 '../aura/aura.gyp:aura', |
54 ], | 54 ], |
55 'sources!': [ | 55 'sources!': [ |
56 'select_file_dialog_mac.mm', | 56 'select_file_dialog_mac.mm', |
57 ], | 57 ], |
58 } | 58 } |
59 ], | 59 ], |
60 ['OS=="android"', | 60 ['OS=="android"', |
61 { | 61 { |
62 'dependencies': [ | 62 'dependencies': [ |
| 63 '../android/ui_android.gyp:ui_android', |
63 '../base/ui_base.gyp:ui_base_jni_headers', | 64 '../base/ui_base.gyp:ui_base_jni_headers', |
64 ], | 65 ], |
65 'include_dirs': [ | 66 'include_dirs': [ |
66 '<(SHARED_INTERMEDIATE_DIR)/ui', | 67 '<(SHARED_INTERMEDIATE_DIR)/ui', |
67 ], | 68 ], |
68 'link_settings': { | 69 'link_settings': { |
69 'libraries': [ | 70 'libraries': [ |
70 '-ljnigraphics', | 71 '-ljnigraphics', |
71 ], | 72 ], |
72 }, | 73 }, |
(...skipping 26 matching lines...) Expand all Loading... |
99 '../../testing/gtest.gyp:gtest', | 100 '../../testing/gtest.gyp:gtest', |
100 'shell_dialogs', | 101 'shell_dialogs', |
101 ], | 102 ], |
102 'sources': [ | 103 'sources': [ |
103 # Note: file list duplicated in GN build. | 104 # Note: file list duplicated in GN build. |
104 'select_file_dialog_win_unittest.cc', | 105 'select_file_dialog_win_unittest.cc', |
105 ], | 106 ], |
106 }, | 107 }, |
107 ], | 108 ], |
108 } | 109 } |
OLD | NEW |