| OLD | NEW |
| 1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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 'targets': [ | 6 'targets': [ |
| 7 { | 7 { |
| 8 # GN verison: //components/cdm/common | 8 # GN verison: //components/cdm/common |
| 9 'target_name': 'cdm_common', | 9 'target_name': 'cdm_common', |
| 10 'type': 'static_library', | 10 'type': 'static_library', |
| (...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 'dependencies': [ | 57 'dependencies': [ |
| 58 'cdm_common', | 58 'cdm_common', |
| 59 '../base/base.gyp:base', | 59 '../base/base.gyp:base', |
| 60 '../content/content.gyp:content_browser', | 60 '../content/content.gyp:content_browser', |
| 61 '../content/content.gyp:content_common', | 61 '../content/content.gyp:content_common', |
| 62 '../media/media.gyp:media', | 62 '../media/media.gyp:media', |
| 63 ], | 63 ], |
| 64 'sources': [ | 64 'sources': [ |
| 65 'cdm/browser/cdm_message_filter_android.cc', | 65 'cdm/browser/cdm_message_filter_android.cc', |
| 66 'cdm/browser/cdm_message_filter_android.h', | 66 'cdm/browser/cdm_message_filter_android.h', |
| 67 'cdm/browser/widevine_drm_delegate_android.cc', |
| 68 'cdm/browser/widevine_drm_delegate_android.h', |
| 67 ], | 69 ], |
| 68 }, | 70 }, |
| 69 ], | 71 ], |
| 70 }], | 72 }], |
| 71 ], | 73 ], |
| 72 } | 74 } |
| OLD | NEW |