diff options
author | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-20 00:35:31 +0000 |
---|---|---|
committer | garykac@chromium.org <garykac@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-20 00:35:31 +0000 |
commit | cb896ccaffc7618561c724770ceb4f7e4e6d1f9a (patch) | |
tree | 0476f462041fc2c2c766f15e3ad499311d9fe84e /remoting/remoting_test.gypi | |
parent | 0f6b51948db5818ea6c5aac5c834e2067005e98f (diff) | |
download | chromium_src-cb896ccaffc7618561c724770ceb4f7e4e6d1f9a.zip chromium_src-cb896ccaffc7618561c724770ceb4f7e4e6d1f9a.tar.gz chromium_src-cb896ccaffc7618561c724770ceb4f7e4e6d1f9a.tar.bz2 |
Python script to generate Chromoting's main.html.
With this change, it will be much easier to make changes to the UX (since
the dialogs will be easier to manage) and the set of JavaScript includes
will be guaranteed to match the gyp target.
This change also auto-generates the wcs_sandbox.html file.
BUG=
R=jamiewalch@chromium.org
Review URL: https://codereview.chromium.org/146903006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@252135 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'remoting/remoting_test.gypi')
-rw-r--r-- | remoting/remoting_test.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting_test.gypi b/remoting/remoting_test.gypi index 491f210..82ad008 100644 --- a/remoting/remoting_test.gypi +++ b/remoting/remoting_test.gypi @@ -194,7 +194,7 @@ 'webapp/browser_globals.gtestjs', 'webapp/all_js_load.gtestjs', 'webapp/format_iq.gtestjs', - '<@(remoting_webapp_js_files)', + '<@(remoting_webapp_all_js_files)', ], }], [ 'OS=="android"', { |