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

Side by Side Diff: remoting/remoting.gyp

Issue 21554002: Enable Android support for Chromoting PINless (paired) authentication (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Prevent future coordinates-related bugs Created 7 years, 4 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 | « remoting/client/jni/jni_interface.cc ('k') | remoting/resources/layout/pin_dialog.xml » ('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) 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
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
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 }
OLDNEW
« no previous file with comments | « remoting/client/jni/jni_interface.cc ('k') | remoting/resources/layout/pin_dialog.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698