| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # Override to dynamically link the cras (ChromeOS audio) library. | 8 # Override to dynamically link the cras (ChromeOS audio) library. |
| 9 'use_cras%': 0, | 9 'use_cras%': 0, |
| 10 # Option e.g. for Linux distributions to link pulseaudio directly | 10 # Option e.g. for Linux distributions to link pulseaudio directly |
| (...skipping 452 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 'base/win/mf_initializer.cc', | 463 'base/win/mf_initializer.cc', |
| 464 'base/win/mf_initializer.h', | 464 'base/win/mf_initializer.h', |
| 465 'base/yuv_convert.cc', | 465 'base/yuv_convert.cc', |
| 466 'base/yuv_convert.h', | 466 'base/yuv_convert.h', |
| 467 'cdm/aes_decryptor.cc', | 467 'cdm/aes_decryptor.cc', |
| 468 'cdm/aes_decryptor.h', | 468 'cdm/aes_decryptor.h', |
| 469 'cdm/cdm_adapter.cc', | 469 'cdm/cdm_adapter.cc', |
| 470 'cdm/cdm_adapter.h', | 470 'cdm/cdm_adapter.h', |
| 471 'cdm/cdm_allocator.cc', | 471 'cdm/cdm_allocator.cc', |
| 472 'cdm/cdm_allocator.h', | 472 'cdm/cdm_allocator.h', |
| 473 'cdm/cdm_file_io.h', |
| 474 'cdm/cdm_file_io.h', |
| 473 'cdm/cdm_helpers.cc', | 475 'cdm/cdm_helpers.cc', |
| 474 'cdm/cdm_helpers.h', | 476 'cdm/cdm_helpers.h', |
| 475 'cdm/default_cdm_factory.cc', | 477 'cdm/default_cdm_factory.cc', |
| 476 'cdm/default_cdm_factory.h', | 478 'cdm/default_cdm_factory.h', |
| 477 'cdm/json_web_key.cc', | 479 'cdm/json_web_key.cc', |
| 478 'cdm/json_web_key.h', | 480 'cdm/json_web_key.h', |
| 479 'cdm/key_system_names.cc', | 481 'cdm/key_system_names.cc', |
| 480 'cdm/key_system_names.h', | 482 'cdm/key_system_names.h', |
| 481 'cdm/player_tracker_impl.cc', | 483 'cdm/player_tracker_impl.cc', |
| 482 'cdm/player_tracker_impl.h', | 484 'cdm/player_tracker_impl.h', |
| (...skipping 1585 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2068 'dependencies': [ | 2070 'dependencies': [ |
| 2069 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2071 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2070 ], | 2072 ], |
| 2071 }], | 2073 }], |
| 2072 ], | 2074 ], |
| 2073 }, | 2075 }, |
| 2074 ], | 2076 ], |
| 2075 }], | 2077 }], |
| 2076 ], | 2078 ], |
| 2077 } | 2079 } |
| OLD | NEW |