OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 # TODO(dmaclach): can we pick this up some other way? Right now it's | 7 # TODO(dmaclach): can we pick this up some other way? Right now it's |
8 # duplicated from chrome.gyp | 8 # duplicated from chrome.gyp |
9 'chromium_code': 1, | 9 'chromium_code': 1, |
10 # Use a consistent MIME-type independent of branding. | 10 # Use a consistent MIME-type independent of branding. |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 }, { # else: branding!="Chrome" | 90 }, { # else: branding!="Chrome" |
91 'remoting_it2me_locale_files': [ | 91 'remoting_it2me_locale_files': [ |
92 'webapp/me2mom/_locales/en/messages.json', | 92 'webapp/me2mom/_locales/en/messages.json', |
93 ], | 93 ], |
94 }], | 94 }], |
95 ], | 95 ], |
96 'remoting_it2me_files': [ | 96 'remoting_it2me_files': [ |
97 'resources/icon_warning.png', | 97 'resources/icon_warning.png', |
98 'webapp/me2mom/choice.css', | 98 'webapp/me2mom/choice.css', |
99 'webapp/me2mom/choice.html', | 99 'webapp/me2mom/choice.html', |
| 100 'webapp/me2mom/client_screen.js', |
100 'webapp/me2mom/client_session.js', | 101 'webapp/me2mom/client_session.js', |
101 'webapp/me2mom/cs_oauth2_trampoline.js', | 102 'webapp/me2mom/cs_oauth2_trampoline.js', |
102 'webapp/me2mom/debug_log.css', | 103 'webapp/me2mom/debug_log.css', |
103 'webapp/me2mom/debug_log.js', | 104 'webapp/me2mom/debug_log.js', |
104 'webapp/me2mom/dividerbottom.png', | 105 'webapp/me2mom/dividerbottom.png', |
105 'webapp/me2mom/dividertop.png', | 106 'webapp/me2mom/dividertop.png', |
| 107 'webapp/me2mom/host_screen.js', |
| 108 'webapp/me2mom/host_session.js', |
106 'webapp/me2mom/l10n.js', | 109 'webapp/me2mom/l10n.js', |
107 'webapp/me2mom/main.css', | 110 'webapp/me2mom/main.css', |
108 'webapp/me2mom/manifest.json', | 111 'webapp/me2mom/manifest.json', |
| 112 'webapp/me2mom/modal.js', |
109 'webapp/me2mom/oauth2.js', | 113 'webapp/me2mom/oauth2.js', |
110 'webapp/me2mom/oauth2_callback.html', | 114 'webapp/me2mom/oauth2_callback.html', |
111 'webapp/me2mom/plugin_settings.js', | 115 'webapp/me2mom/plugin_settings.js', |
112 'webapp/me2mom/remoting.js', | 116 'webapp/me2mom/remoting.js', |
113 'webapp/me2mom/scale-to-fit.png', | 117 'webapp/me2mom/scale-to-fit.png', |
114 'webapp/me2mom/spinner.gif', | 118 'webapp/me2mom/spinner.gif', |
115 'webapp/me2mom/toolbar.css', | 119 'webapp/me2mom/toolbar.css', |
| 120 'webapp/me2mom/util.js', |
116 'webapp/me2mom/wcs.js', | 121 'webapp/me2mom/wcs.js', |
117 'webapp/me2mom/wcs_loader.js', | 122 'webapp/me2mom/wcs_loader.js', |
118 'webapp/me2mom/xhr.js', | 123 'webapp/me2mom/xhr.js', |
119 'resources/chromoting16.png', | 124 'resources/chromoting16.png', |
120 'resources/chromoting48.png', | 125 'resources/chromoting48.png', |
121 'resources/chromoting128.png', | 126 'resources/chromoting128.png', |
122 ], | 127 ], |
123 }, | 128 }, |
124 | 129 |
125 'target_defaults': { | 130 'target_defaults': { |
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
904 '../base/allocator/allocator.gyp:allocator', | 909 '../base/allocator/allocator.gyp:allocator', |
905 ], | 910 ], |
906 }, | 911 }, |
907 ], | 912 ], |
908 ], | 913 ], |
909 }], | 914 }], |
910 ], # end of 'conditions' | 915 ], # end of 'conditions' |
911 }, # end of target 'remoting_unittests' | 916 }, # end of target 'remoting_unittests' |
912 ], # end of targets | 917 ], # end of targets |
913 } | 918 } |
OLD | NEW |