From 9e00f36137ed67399711010ede7c74315237515f Mon Sep 17 00:00:00 2001 From: "thakis@chromium.org" Date: Wed, 23 Oct 2013 20:41:10 +0000 Subject: Turn on warnings for the extensions target. Fix warnings that crept in since -Wall got dropped (in https://codereview.chromium.org/23513035) BUG=307668 R=yoz@chromium.org Review URL: https://codereview.chromium.org/37203005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@230500 0039d316-1c4b-4281-b951-d872f2087c98 --- extensions/common/manifest_constants.cc | 1 - extensions/extensions.gyp | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'extensions') diff --git a/extensions/common/manifest_constants.cc b/extensions/common/manifest_constants.cc index b8d9ae2..26df7ce 100644 --- a/extensions/common/manifest_constants.cc +++ b/extensions/common/manifest_constants.cc @@ -151,7 +151,6 @@ const char kUrlHandlers[] = "url_handlers"; const char kUrlHandlerTitle[] = "title"; const char kVersion[] = "version"; const char kWebAccessibleResources[] = "web_accessible_resources"; -const char kWebRtc[] = "webrtc"; const char kWebURLs[] = "app.urls"; const char kWebview[] = "webview"; const char kWebviewAccessibleResources[] = "accessible_resources"; diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp index 0db3b4f..fe36c70 100644 --- a/extensions/extensions.gyp +++ b/extensions/extensions.gyp @@ -3,6 +3,9 @@ # found in the LICENSE file. { + 'variables': { + 'chromium_code': 1, + }, 'targets': [ { 'target_name': 'extensions_common', -- cgit v1.1