| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 'webapp/me2mom/client_session.js', | 70 'webapp/me2mom/client_session.js', |
| 71 'webapp/me2mom/cs_oauth2_trampoline.js', | 71 'webapp/me2mom/cs_oauth2_trampoline.js', |
| 72 'webapp/me2mom/debug_log.css', | 72 'webapp/me2mom/debug_log.css', |
| 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', | |
| 81 'webapp/me2mom/plugin_settings.js', | 80 'webapp/me2mom/plugin_settings.js', |
| 82 'webapp/me2mom/remoting.js', | 81 'webapp/me2mom/remoting.js', |
| 83 'webapp/me2mom/spinner.gif', | 82 'webapp/me2mom/spinner.gif', |
| 84 'webapp/me2mom/toolbar.css', | 83 'webapp/me2mom/toolbar.css', |
| 85 'webapp/me2mom/toolbar-stub.png', | 84 'webapp/me2mom/toolbar-stub.png', |
| 86 'webapp/me2mom/xhr.js', | 85 'webapp/me2mom/xhr.js', |
| 87 ], | 86 ], |
| 88 'remoting_it2me_locale_files': [ | 87 'remoting_it2me_locale_files': [ |
| 89 'webapp/me2mom/_locales/en/messages.json', | 88 'webapp/me2mom/_locales/en/messages.json', |
| 90 ], | 89 ], |
| (...skipping 724 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 815 ['target_arch=="arm"', { | 814 ['target_arch=="arm"', { |
| 816 'sources!': [ | 815 'sources!': [ |
| 817 'base/decoder_vp8_unittest.cc', | 816 'base/decoder_vp8_unittest.cc', |
| 818 'base/encoder_vp8_unittest.cc', | 817 'base/encoder_vp8_unittest.cc', |
| 819 ], | 818 ], |
| 820 }], | 819 }], |
| 821 ], # end of 'conditions' | 820 ], # end of 'conditions' |
| 822 }, # end of target 'remoting_unittests' | 821 }, # end of target 'remoting_unittests' |
| 823 ], # end of targets | 822 ], # end of targets |
| 824 } | 823 } |
| OLD | NEW |