| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 73 'webapp/me2mom/debug_log.js', | 73 'webapp/me2mom/debug_log.js', |
| 74 'webapp/me2mom/dividerbottom.png', | 74 'webapp/me2mom/dividerbottom.png', |
| 75 'webapp/me2mom/dividertop.png', | 75 'webapp/me2mom/dividertop.png', |
| 76 'webapp/me2mom/l10n.js', | 76 'webapp/me2mom/l10n.js', |
| 77 'webapp/me2mom/main.css', | 77 'webapp/me2mom/main.css', |
| 78 'webapp/me2mom/manifest.json', | 78 'webapp/me2mom/manifest.json', |
| 79 'webapp/me2mom/oauth2.js', | 79 'webapp/me2mom/oauth2.js', |
| 80 'webapp/me2mom/oauth2_callback.html', | 80 'webapp/me2mom/oauth2_callback.html', |
| 81 'webapp/me2mom/plugin_settings.js', | 81 'webapp/me2mom/plugin_settings.js', |
| 82 'webapp/me2mom/remoting.js', | 82 'webapp/me2mom/remoting.js', |
| 83 'webapp/me2mom/scale-to-fit.png', |
| 83 'webapp/me2mom/spinner.gif', | 84 'webapp/me2mom/spinner.gif', |
| 84 'webapp/me2mom/toolbar.css', | 85 'webapp/me2mom/toolbar.css', |
| 85 'webapp/me2mom/toolbar-stub.png', | 86 'webapp/me2mom/toolbar-stub.png', |
| 86 'webapp/me2mom/xhr.js', | 87 'webapp/me2mom/xhr.js', |
| 87 ], | 88 ], |
| 88 'remoting_it2me_locale_files': [ | 89 'remoting_it2me_locale_files': [ |
| 89 'webapp/me2mom/_locales/en/messages.json', | 90 'webapp/me2mom/_locales/en/messages.json', |
| 90 ], | 91 ], |
| 91 }, | 92 }, |
| 92 | 93 |
| (...skipping 746 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 839 '../base/allocator/allocator.gyp:allocator', | 840 '../base/allocator/allocator.gyp:allocator', |
| 840 ], | 841 ], |
| 841 }, | 842 }, |
| 842 ], | 843 ], |
| 843 ], | 844 ], |
| 844 }], | 845 }], |
| 845 ], # end of 'conditions' | 846 ], # end of 'conditions' |
| 846 }, # end of target 'remoting_unittests' | 847 }, # end of target 'remoting_unittests' |
| 847 ], # end of targets | 848 ], # end of targets |
| 848 } | 849 } |
| OLD | NEW |