OLD | NEW |
1 # Copyright (c) 2010 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2010 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 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
79 'client/plugin/chromoting_instance.cc', | 79 'client/plugin/chromoting_instance.cc', |
80 'client/plugin/chromoting_instance.h', | 80 'client/plugin/chromoting_instance.h', |
81 'client/plugin/chromoting_scriptable_object.cc', | 81 'client/plugin/chromoting_scriptable_object.cc', |
82 'client/plugin/chromoting_scriptable_object.h', | 82 'client/plugin/chromoting_scriptable_object.h', |
83 'client/plugin/pepper_entrypoints.cc', | 83 'client/plugin/pepper_entrypoints.cc', |
84 'client/plugin/pepper_entrypoints.h', | 84 'client/plugin/pepper_entrypoints.h', |
85 'client/plugin/pepper_input_handler.cc', | 85 'client/plugin/pepper_input_handler.cc', |
86 'client/plugin/pepper_input_handler.h', | 86 'client/plugin/pepper_input_handler.h', |
87 'client/plugin/pepper_view.cc', | 87 'client/plugin/pepper_view.cc', |
88 'client/plugin/pepper_view.h', | 88 'client/plugin/pepper_view.h', |
| 89 'client/plugin/pepper_view_proxy.cc', |
| 90 'client/plugin/pepper_view_proxy.h', |
89 'client/plugin/pepper_util.cc', | 91 'client/plugin/pepper_util.cc', |
90 'client/plugin/pepper_util.h', | 92 'client/plugin/pepper_util.h', |
91 '../media/base/yuv_convert.cc', | 93 '../media/base/yuv_convert.cc', |
92 '../media/base/yuv_convert.h', | 94 '../media/base/yuv_convert.h', |
93 '../media/base/yuv_row.h', | 95 '../media/base/yuv_row.h', |
94 '../media/base/yuv_row_table.cc', | 96 '../media/base/yuv_row_table.cc', |
95 ], | 97 ], |
96 'conditions': [ | 98 'conditions': [ |
97 ['OS=="win"', { | 99 ['OS=="win"', { |
98 'sources': [ | 100 'sources': [ |
(...skipping 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
535 ], # end of 'conditions' | 537 ], # end of 'conditions' |
536 }, # end of target 'chromoting_unittests' | 538 }, # end of target 'chromoting_unittests' |
537 ], # end of targets | 539 ], # end of targets |
538 } | 540 } |
539 | 541 |
540 # Local Variables: | 542 # Local Variables: |
541 # tab-width:2 | 543 # tab-width:2 |
542 # indent-tabs-mode:nil | 544 # indent-tabs-mode:nil |
543 # End: | 545 # End: |
544 # vim: set expandtab tabstop=2 shiftwidth=2: | 546 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |