Merge lp:~justinmcp/oxide/add-webui-resources into lp:~oxide-developers/oxide/oxide.trunk

Proposed by Justin McPherson
Status: Merged
Merged at revision: 974
Proposed branch: lp:~justinmcp/oxide/add-webui-resources
Merge into: lp:~oxide-developers/oxide/oxide.trunk
Diff against target: 11 lines (+1/-0)
1 file modified
shared/shared.gyp (+1/-0)
To merge this branch: bzr merge lp:~justinmcp/oxide/add-webui-resources
Reviewer Review Type Date Requested Status
Chris Coulson Approve
Review via email: mp+249139@code.launchpad.net

Commit message

Add the webui resources to oxide.pak

To post a comment you must log in.
Revision history for this message
David Barth (dbarth) wrote :

This looks like a good change to me, with a low regression potential.

Revision history for this message
Chris Coulson (chrisccoulson) :
review: Approve
Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thanks, I've merged this in to trunk

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Note, this required an extra change to avoid a crash in debug builds (http://bazaar.launchpad.net/~oxide-developers/oxide/oxide.trunk/revision/983)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'shared/shared.gyp'
--- shared/shared.gyp 2015-01-23 11:37:57 +0000
+++ shared/shared.gyp 2015-02-10 01:16:16 +0000
@@ -81,6 +81,7 @@
81 'pak_inputs': [81 'pak_inputs': [
82 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',82 '<(SHARED_INTERMEDIATE_DIR)/blink/devtools_resources.pak',
83 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak',83 '<(SHARED_INTERMEDIATE_DIR)/blink/public/resources/blink_resources.pak',
84 '<(SHARED_INTERMEDIATE_DIR)/ui/resources/webui_resources.pak',
84 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',85 '<(SHARED_INTERMEDIATE_DIR)/content/content_resources.pak',
85 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',86 '<(SHARED_INTERMEDIATE_DIR)/net/net_resources.pak',
86 '<(SHARED_INTERMEDIATE_DIR)/oxide/oxide_resources.pak',87 '<(SHARED_INTERMEDIATE_DIR)/oxide/oxide_resources.pak',

Subscribers

People subscribed via source and target branches