OLD | NEW |
| (Empty) |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 { | |
5 'targets': [ | |
6 { | |
7 'target_name': 'file_manager_resources', | |
8 'type': 'none', | |
9 'dependencies': [ | |
10 'audio_player/js/compiled_resources2.gyp:*', | |
11 'file_manager/background/js/compiled_resources2.gyp:*', | |
12 'file_manager/foreground/js/compiled_resources2.gyp:*', | |
13 'gallery/js/compiled_resources2.gyp:*', | |
14 'video_player/js/compiled_resources2.gyp:*', | |
15 ], | |
16 }, | |
17 ], | |
18 } | |
OLD | NEW |