| 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 229 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 240 'client/chromoting_client.cc', | 240 'client/chromoting_client.cc', |
| 241 'client/chromoting_client.h', | 241 'client/chromoting_client.h', |
| 242 'client/chromoting_view.cc', | 242 'client/chromoting_view.cc', |
| 243 'client/chromoting_view.h', | 243 'client/chromoting_view.h', |
| 244 'client/client_config.h', | 244 'client/client_config.h', |
| 245 'client/client_context.cc', | 245 'client/client_context.cc', |
| 246 'client/client_context.h', | 246 'client/client_context.h', |
| 247 'client/client_util.cc', | 247 'client/client_util.cc', |
| 248 'client/client_util.h', | 248 'client/client_util.h', |
| 249 'client/host_connection.h', | 249 'client/host_connection.h', |
| 250 'client/input_handler.cc', |
| 250 'client/input_handler.h', | 251 'client/input_handler.h', |
| 251 'client/jingle_host_connection.cc', | 252 'client/jingle_host_connection.cc', |
| 252 'client/jingle_host_connection.h', | 253 'client/jingle_host_connection.h', |
| 253 ], | 254 ], |
| 254 }, # end of target 'chromoting_client' | 255 }, # end of target 'chromoting_client' |
| 255 | 256 |
| 256 { | 257 { |
| 257 'target_name': 'chromoting_simple_host', | 258 'target_name': 'chromoting_simple_host', |
| 258 'type': 'executable', | 259 'type': 'executable', |
| 259 'dependencies': [ | 260 'dependencies': [ |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 ], # end of 'conditions' | 402 ], # end of 'conditions' |
| 402 }, # end of target 'chromoting_unittests' | 403 }, # end of target 'chromoting_unittests' |
| 403 ], # end of targets | 404 ], # end of targets |
| 404 } | 405 } |
| 405 | 406 |
| 406 # Local Variables: | 407 # Local Variables: |
| 407 # tab-width:2 | 408 # tab-width:2 |
| 408 # indent-tabs-mode:nil | 409 # indent-tabs-mode:nil |
| 409 # End: | 410 # End: |
| 410 # vim: set expandtab tabstop=2 shiftwidth=2: | 411 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |