summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorjitendra.ks <jitendra.ks@samsung.com>2015-08-14 04:40:26 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-14 11:40:57 +0000
commit4f2e9111a6457a4010bb3ca11047dc5a1840f17b (patch)
tree2622d2a928b8a97740000f9cc3673d8f58afa029 /components/components.gyp
parented8fd74d0a10ab999ff31799b4918985ab093300 (diff)
downloadchromium_src-4f2e9111a6457a4010bb3ca11047dc5a1840f17b.zip
chromium_src-4f2e9111a6457a4010bb3ca11047dc5a1840f17b.tar.gz
chromium_src-4f2e9111a6457a4010bb3ca11047dc5a1840f17b.tar.bz2
Create a about handler component.
Create a about handler component. The following files :: chrome/browser/net/about_protocol_handler.* net/url_request/url_request_about_job.* moved to new component: components/about_handler. Also added GYP and GN file for same. BUG=516695 Review URL: https://codereview.chromium.org/1284173003 Cr-Commit-Position: refs/heads/master@{#343366}
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 246ebca..5c0c9cf 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -10,6 +10,7 @@
'chromium_code': 1,
},
'includes': [
+ 'about_handler.gypi',
'auto_login_parser.gypi',
'autofill.gypi',
'bookmarks.gypi',