OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 9 'variables': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'resources/chromoting128.webp', | 119 'resources/chromoting128.webp', |
120 'resources/disclosure_arrow_down.webp', | 120 'resources/disclosure_arrow_down.webp', |
121 'resources/disclosure_arrow_right.webp', | 121 'resources/disclosure_arrow_right.webp', |
122 'resources/host_setup_instructions.webp', | 122 'resources/host_setup_instructions.webp', |
123 'resources/icon_cross.webp', | 123 'resources/icon_cross.webp', |
124 'resources/icon_host.webp', | 124 'resources/icon_host.webp', |
125 'resources/icon_pencil.webp', | 125 'resources/icon_pencil.webp', |
126 'resources/icon_warning.webp', | 126 'resources/icon_warning.webp', |
127 'resources/infographic_my_computers.webp', | 127 'resources/infographic_my_computers.webp', |
128 'resources/infographic_remote_assistance.webp', | 128 'resources/infographic_remote_assistance.webp', |
| 129 'resources/reload.webp', |
129 'resources/tick.webp', | 130 'resources/tick.webp', |
130 'webapp/connection_history.css', | 131 'webapp/connection_history.css', |
131 'webapp/connection_stats.css', | 132 'webapp/connection_stats.css', |
132 'webapp/main.css', | 133 'webapp/main.css', |
133 'webapp/main.html', | 134 'webapp/main.html', |
134 'webapp/manifest.json', | 135 'webapp/manifest.json', |
135 'webapp/menu_button.css', | 136 'webapp/menu_button.css', |
136 'webapp/oauth2_callback.html', | 137 'webapp/oauth2_callback.html', |
137 'webapp/open_sans.css', | 138 'webapp/open_sans.css', |
138 'webapp/open_sans.woff', | 139 'webapp/open_sans.woff', |
(...skipping 2790 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2929 '../base/allocator/allocator.gyp:allocator', | 2930 '../base/allocator/allocator.gyp:allocator', |
2930 ], | 2931 ], |
2931 }, | 2932 }, |
2932 ], | 2933 ], |
2933 ], | 2934 ], |
2934 }], # end of 'toolkit_uses_gtk == 1' | 2935 }], # end of 'toolkit_uses_gtk == 1' |
2935 ], # end of 'conditions' | 2936 ], # end of 'conditions' |
2936 }, # end of target 'remoting_unittests' | 2937 }, # end of target 'remoting_unittests' |
2937 ], # end of targets | 2938 ], # end of targets |
2938 } | 2939 } |
OLD | NEW |