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 1825 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1836 'files': [ | 1836 'files': [ |
1837 'resources/chromoting128.png', | 1837 'resources/chromoting128.png', |
1838 'resources/icon_host.png', | 1838 'resources/icon_host.png', |
1839 ], | 1839 ], |
1840 }, | 1840 }, |
1841 { | 1841 { |
1842 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/la
yout', | 1842 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/la
yout', |
1843 'files': [ | 1843 'files': [ |
1844 'resources/layout/main.xml', | 1844 'resources/layout/main.xml', |
1845 'resources/layout/host.xml', | 1845 'resources/layout/host.xml', |
| 1846 'resources/layout/pin_dialog.xml', |
1846 ], | 1847 ], |
1847 }, | 1848 }, |
1848 { | 1849 { |
1849 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me
nu', | 1850 'destination': '<(SHARED_INTERMEDIATE_DIR)/remoting/android/res/me
nu', |
1850 'files': [ | 1851 'files': [ |
1851 'resources/menu/chromoting_actionbar.xml', | 1852 'resources/menu/chromoting_actionbar.xml', |
1852 'resources/menu/desktop_actionbar.xml', | 1853 'resources/menu/desktop_actionbar.xml', |
1853 ], | 1854 ], |
1854 }, | 1855 }, |
1855 { | 1856 { |
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2894 '../base/allocator/allocator.gyp:allocator', | 2895 '../base/allocator/allocator.gyp:allocator', |
2895 ], | 2896 ], |
2896 }, | 2897 }, |
2897 ], | 2898 ], |
2898 ], | 2899 ], |
2899 }], # end of 'toolkit_uses_gtk == 1' | 2900 }], # end of 'toolkit_uses_gtk == 1' |
2900 ], # end of 'conditions' | 2901 ], # end of 'conditions' |
2901 }, # end of target 'remoting_unittests' | 2902 }, # end of target 'remoting_unittests' |
2902 ], # end of targets | 2903 ], # end of targets |
2903 } | 2904 } |
OLD | NEW |