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 'targets': [ | 6 'targets': [ |
7 { | 7 { |
8 # GN version: //content:resources | 8 # GN version: //content:resources |
9 'target_name': 'content_resources', | 9 'target_name': 'content_resources', |
10 'type': 'none', | 10 'type': 'none', |
(...skipping 14 matching lines...) Expand all Loading... |
25 ], | 25 ], |
26 'copies': [ | 26 'copies': [ |
27 { | 27 { |
28 'destination': '<(PRODUCT_DIR)', | 28 'destination': '<(PRODUCT_DIR)', |
29 'files': [ | 29 'files': [ |
30 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak' | 30 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak' |
31 ], | 31 ], |
32 }, | 32 }, |
33 ], | 33 ], |
34 'dependencies': [ | 34 'dependencies': [ |
35 '<(DEPTH)/mojo/mojo_shell.gyp:mojo_catalog_manifest', | 35 '<(DEPTH)/services/shell/shell.gyp:catalog_manifest', |
36 'content_app_browser_manifest', | 36 'content_app_browser_manifest', |
37 'content_app_renderer_manifest', | 37 'content_app_renderer_manifest', |
38 ], | 38 ], |
39 }, | 39 }, |
40 ], | 40 ], |
41 } | 41 } |
OLD | NEW |