summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
authorkmarshall <kmarshall@chromium.org>2015-10-27 06:24:12 -0700
committerCommit bot <commit-bot@chromium.org>2015-10-27 13:25:10 +0000
commit15bfd80f41f3001668f26f6c09c802f665e689b1 (patch)
tree27de3c88cc5af35aa4ef836a6b51e2418ee99241 /content
parent51d9e66be7968f1b8844f44effe066708a0536d6 (diff)
downloadchromium_src-15bfd80f41f3001668f26f6c09c802f665e689b1.zip
chromium_src-15bfd80f41f3001668f26f6c09c802f665e689b1.tar.gz
chromium_src-15bfd80f41f3001668f26f6c09c802f665e689b1.tar.bz2
Add missing gypi entry for content/public/browser/permission_manager.h.
Its absence allowed a breaking change to pass the buildbot waterfall because GN didn't register it as a dependency for blimp_tests, causing blimp_tests to be filtered from the test target list. BUG= R=tfarina@chromium.org CC=haibinlu@chromium.org Review URL: https://codereview.chromium.org/1406053005 Cr-Commit-Position: refs/heads/master@{#356283}
Diffstat (limited to 'content')
-rw-r--r--content/content_browser.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index c80dabd..be0d346 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -202,6 +202,7 @@
'public/browser/page_navigator.cc',
'public/browser/page_navigator.h',
'public/browser/pepper_flash_settings_helper.h',
+ 'public/browser/permission_manager.h',
'public/browser/permission_type.h',
'public/browser/platform_notification_context.h',
'public/browser/platform_notification_service.h',