diff options
Diffstat (limited to 'tools/grit/resource_ids')
-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], + }, } |