diff options
author | calvinlo@chromium.org <calvinlo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:12:47 +0000 |
---|---|---|
committer | calvinlo@chromium.org <calvinlo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-02 07:12:47 +0000 |
commit | 94523fe16e329cc6043f84c082075a97e8ad4e3b (patch) | |
tree | 75a1e79e5bd6a73b781872219c6f24490e89a84a /chrome/chrome_resources.gyp | |
parent | bb343436f486b832bd81405becb53bc442d9f9ec (diff) | |
download | chromium_src-94523fe16e329cc6043f84c082075a97e8ad4e3b.zip chromium_src-94523fe16e329cc6043f84c082075a97e8ad4e3b.tar.gz chromium_src-94523fe16e329cc6043f84c082075a97e8ad4e3b.tar.bz2 |
Boilerplate code to add chrome://syncfs-internals page for debugging SyncFileSystem. Will add the event code and event handlers in JS in next patch.
BUG=226353
TEST=Go to chrome://syncfs-internals and see something.
TBR=arv@chromium.org, thestig@chromium.org, tzik@chromium.org
Review URL: https://codereview.chromium.org/14084008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@197845 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_resources.gyp')
-rw-r--r-- | chrome/chrome_resources.gyp | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/chrome/chrome_resources.gyp b/chrome/chrome_resources.gyp index 2ee24ad..e510d55 100644 --- a/chrome/chrome_resources.gyp +++ b/chrome/chrome_resources.gyp @@ -12,7 +12,7 @@ 'target_name': 'chrome_extra_resources', 'type': 'none', # These resources end up in resources.pak because they are resources - # used by internal pages. Putting them in a spearate pak file makes + # used by internal pages. Putting them in a separate pak file makes # it easier for us to reference them internally. 'actions': [ { @@ -87,6 +87,13 @@ }, 'includes': [ '../build/grit_action.gypi' ] }, + { + 'action_name': 'sync_file_system_internals_resources', + 'variables': { + 'grit_grd_file': 'browser/resources/sync_file_system_internals_resources.grd', + }, + 'includes': [ '../build/grit_action.gypi' ], + }, ], 'copies': [ { |