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 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'chromecast_branding%': 'Chromium', | 8 'chromecast_branding%': 'Chromium', |
9 }, | 9 }, |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
76 '../webkit/webkit_resources.gyp:webkit_resources', | 76 '../webkit/webkit_resources.gyp:webkit_resources', |
77 '../webkit/webkit_resources.gyp:webkit_strings', | 77 '../webkit/webkit_resources.gyp:webkit_strings', |
78 ], | 78 ], |
79 'actions': [ | 79 'actions': [ |
80 { | 80 { |
81 'action_name': 'repack_cast_shell_pack', | 81 'action_name': 'repack_cast_shell_pack', |
82 'variables': { | 82 'variables': { |
83 'pak_inputs': [ | 83 'pak_inputs': [ |
84 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', | 84 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak', |
85 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', | 85 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak', |
86 '<(SHARED_INTERMEDIATE_DIR)/ui/app_locale_settings/app_locale_sett
ings_en-US.pak', | |
87 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', | 86 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/ui_resources_100_percent.
pak', |
88 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', | 87 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak', |
| 88 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.p
ak', |
89 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', | 89 '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', |
| 90 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', |
90 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', | 91 '<(SHARED_INTERMEDIATE_DIR)/webkit/devtools_resources.pak', |
91 '<(SHARED_INTERMEDIATE_DIR)/webkit/blink_resources.pak', | |
92 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', | 92 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_resources_100_percent.pa
k', |
93 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', | 93 '<(SHARED_INTERMEDIATE_DIR)/webkit/webkit_strings_en-US.pak', |
94 ], | 94 ], |
95 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak', | 95 'pak_output': '<(PRODUCT_DIR)/cast_shell.pak', |
96 }, | 96 }, |
97 'includes': [ '../build/repack_action.gypi' ], | 97 'includes': [ '../build/repack_action.gypi' ], |
98 }, | 98 }, |
99 ], | 99 ], |
100 }, | 100 }, |
101 { | 101 { |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 ], | 142 ], |
143 }, { | 143 }, { |
144 'dependencies': [ | 144 'dependencies': [ |
145 '../ui/ozone/ozone.gyp:eglplatform_shim_x11', | 145 '../ui/ozone/ozone.gyp:eglplatform_shim_x11', |
146 ], | 146 ], |
147 }], | 147 }], |
148 ], | 148 ], |
149 }, | 149 }, |
150 ], # end of targets | 150 ], # end of targets |
151 } | 151 } |
OLD | NEW |