From 99c0125b180ea9c5760168a4227ec8cef1d617bb Mon Sep 17 00:00:00 2001 From: "jamescook@chromium.org" Date: Thu, 17 Apr 2014 05:21:57 +0000 Subject: Introduce extensions_strings.grd Extract extensions-module strings into their own .grd and .gyp file. Follows the conventions of components_strings.gyp and ui_strings.gyp. Starts by moving sockets API strings, more will follow. BUG=335157 TEST=compiles, unit_tests *Extension* TBR=mmoss@chromium.org for chrome/tools/build/repack_locales.py TBR=thomasvl@chromium.org for chrome/tools/check_grd_for_unused_strings.py Review URL: https://codereview.chromium.org/239543005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264430 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/DEPS | 2 -- 1 file changed, 2 deletions(-) (limited to 'extensions/DEPS') diff --git a/extensions/DEPS b/extensions/DEPS index dc4fb7a..00641a3 100644 --- a/extensions/DEPS +++ b/extensions/DEPS @@ -14,10 +14,8 @@ include_rules = [ "!chrome/browser/chrome_notification_types.h", "!chrome/renderer/extensions/dispatcher.h", "!chrome/renderer/extensions/extension_helper.h", - "!grit/chromium_strings.h", "!grit/common_resources.h", "!grit/extensions_api_resources.h", - "!grit/generated_resources.h", "!grit/theme_resources.h", ] -- cgit v1.1