diff options
author | loislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 09:08:17 +0000 |
---|---|---|
committer | loislo@chromium.org <loislo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-06 09:08:17 +0000 |
commit | a8e64523fca941d1f0bd1806e6b567fb0b62ed8a (patch) | |
tree | 6a0a9837e91360c3b49fbc6c320afff1a3d55a8f /tools | |
parent | 7b905f49b499dd4f62eb9b0b25cb04d1d3529d36 (diff) | |
download | chromium_src-a8e64523fca941d1f0bd1806e6b567fb0b62ed8a.zip chromium_src-a8e64523fca941d1f0bd1806e6b567fb0b62ed8a.tar.gz chromium_src-a8e64523fca941d1f0bd1806e6b567fb0b62ed8a.tar.bz2 |
There is a patch for new resource pak for devtools tab selection page.
We have a generated tab selection page for remote debugging.
It is quite simple and needs to be extended for better discoverability and nice view.
I've splitted it into three parts. Generated one with the list of tabs available
for debugging and two static files devtools_frontend.css and devtools_frontend.js
It was decided to keep these two files separately from the rest of the devtools files.
The first reason: tab selection page can be platform specific.
The second reason: main devtools files can be stored in the cloud.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6912023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84419 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/grit/resource_ids | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/tools/grit/resource_ids b/tools/grit/resource_ids index c871600..0b4c334 100644 --- a/tools/grit/resource_ids +++ b/tools/grit/resource_ids @@ -1,4 +1,4 @@ -# Copyright (c) 2010 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. # @@ -138,4 +138,8 @@ "chrome/app/theme/theme_resources_large.grd": { "includes": [21000], }, + # This file is generated during the build. + "chrome/browser/debugger/frontend/devtools_frontend_resources.grd": { + "includes": [21500], + }, } |