Commit e2e00106 authored by gunsch's avatar gunsch Committed by Commit bot

Chromecast: adds application and WebUI resources for internal build.

R=lcwu@chromium.org
BUG=336640

Review URL: https://codereview.chromium.org/945903004

Cr-Commit-Position: refs/heads/master@{#317430}
parent 34545187
...@@ -10,6 +10,7 @@ ...@@ -10,6 +10,7 @@
'chromium_code': 1, 'chromium_code': 1,
'chromecast_branding%': 'Chromium', 'chromecast_branding%': 'Chromium',
'disable_display%': 0, 'disable_display%': 0,
'use_chromecast_webui%': 0,
}, },
'includes': [ 'includes': [
'chromecast_tests.gypi', 'chromecast_tests.gypi',
...@@ -129,12 +130,28 @@ ...@@ -129,12 +130,28 @@
'<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.pak', '<(SHARED_INTERMEDIATE_DIR)/ui/strings/app_locale_settings_en-US.pak',
'<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak', '<(SHARED_INTERMEDIATE_DIR)/ui/strings/ui_strings_en-US.pak',
], ],
'conditions': [
['chromecast_branding=="Chrome" and use_chromecast_webui==1', {
'pak_inputs': [
'<(SHARED_INTERMEDIATE_DIR)/chromecast/app_resources.pak',
'<(SHARED_INTERMEDIATE_DIR)/chromecast/cast_webui_resources.pak',
],
}],
],
'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak', 'pak_output': '<(PRODUCT_DIR)/assets/cast_shell.pak',
}, },
'includes': [ '../build/repack_action.gypi' ], 'includes': [ '../build/repack_action.gypi' ],
}, },
], ],
}, 'conditions': [
['chromecast_branding=="Chrome" and use_chromecast_webui==1', {
'dependencies': [
'internal/chromecast_resources.gyp:chromecast_app_resources',
'internal/chromecast_resources.gyp:chromecast_webui_resources',
],
}],
],
}, # end of target 'cast_shell_pak'
# This target contains all content-embedder implementation that is # This target contains all content-embedder implementation that is
# non-platform-specific. # non-platform-specific.
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment