diff options
author | kalman <kalman@chromium.org> | 2014-12-14 19:59:09 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-12-15 03:59:33 +0000 |
commit | 64210328fe91376da6cf6a21ac16db72efa6118a (patch) | |
tree | 7ff1c62a09228eb7215c2bf66f2229e8a098f638 /extensions/extensions.gyp | |
parent | 60e5f1185e04c0bcb43f82b2e224de2ad463abee (diff) | |
download | chromium_src-64210328fe91376da6cf6a21ac16db72efa6118a.zip chromium_src-64210328fe91376da6cf6a21ac16db72efa6118a.tar.gz chromium_src-64210328fe91376da6cf6a21ac16db72efa6118a.tar.bz2 |
Add the basic infrastructure for the Behavior feature type: BehaviorFeature and
_behavior_features.json. Arbitrarily use it to implement the allow-in-incognito
whitelist.
BUG=440194
R=rockot@chromium.org
Review URL: https://codereview.chromium.org/789383002
Cr-Commit-Position: refs/heads/master@{#308311}
Diffstat (limited to 'extensions/extensions.gyp')
-rw-r--r-- | extensions/extensions.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/extensions.gyp b/extensions/extensions.gyp index c1da049..6b07465 100644 --- a/extensions/extensions.gyp +++ b/extensions/extensions.gyp @@ -144,6 +144,8 @@ 'common/features/simple_feature.h', 'common/features/simple_feature_filter.cc', 'common/features/simple_feature_filter.h', + 'common/features/behavior_feature.cc', + 'common/features/behavior_feature.h', 'common/file_util.cc', 'common/file_util.h', 'common/guest_view/guest_view_constants.cc', |