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': { |
| 7 'chromium_code': 1, |
| 8 }, |
| 9 |
6 'target_defaults': { | 10 'target_defaults': { |
7 'defines': [ | 11 'defines': [ |
8 ], | 12 ], |
9 'include_dirs': [ | 13 'include_dirs': [ |
10 '..', # Root of Chrome checkout | 14 '..', # Root of Chrome checkout |
11 ], | 15 ], |
12 }, | 16 }, |
13 | 17 |
14 'conditions': [ | 18 'conditions': [ |
15 # Chromoting Client targets | 19 # Chromoting Client targets |
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 ], # end of 'conditions' | 385 ], # end of 'conditions' |
382 }, # end of target 'chromoting_unittests' | 386 }, # end of target 'chromoting_unittests' |
383 ], # end of targets | 387 ], # end of targets |
384 } | 388 } |
385 | 389 |
386 # Local Variables: | 390 # Local Variables: |
387 # tab-width:2 | 391 # tab-width:2 |
388 # indent-tabs-mode:nil | 392 # indent-tabs-mode:nil |
389 # End: | 393 # End: |
390 # vim: set expandtab tabstop=2 shiftwidth=2: | 394 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |