| # Copyright 2016 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| { |
| 'targets': [ |
| # { |
| # 'target_name': 'background', |
| # 'includes': ['../../compile_js2.gypi'], |
| # }, |
| # { |
| # 'target_name': 'error_util', |
| # 'includes': ['../../compile_js2.gypi'], |
| # }, |
| # { |
| # 'target_name': 'media_controls', |
| # 'includes': ['../../compile_js2.gypi'], |
| # }, |
| # { |
| # 'target_name': 'video_player', |
| # 'includes': ['../../compile_js2.gypi'], |
| # }, |
| { |
| 'target_name': 'video_player_metrics', |
| 'dependencies': [ |
| '../../file_manager/common/js/compiled_resources2.gyp:metrics_base', |
| ], |
| 'includes': ['../../compile_js2.gypi'], |
| }, |
| # { |
| # 'target_name': 'video_player_scripts', |
| # 'includes': ['../../compile_js2.gypi'], |
| # }, |
| ], |
| } |