Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(80)

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7747018: Introduced the URLBlacklistManager, and wired it to various places. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added TODO for interaction with extensions Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 1695 matching lines...) Expand 10 before | Expand all | Expand 10 after
1706 'browser/policy/file_based_policy_provider.cc', 1706 'browser/policy/file_based_policy_provider.cc',
1707 'browser/policy/file_based_policy_provider.h', 1707 'browser/policy/file_based_policy_provider.h',
1708 'browser/policy/policy_notifier.cc', 1708 'browser/policy/policy_notifier.cc',
1709 'browser/policy/policy_notifier.h', 1709 'browser/policy/policy_notifier.h',
1710 'browser/policy/policy_path_parser.h', 1710 'browser/policy/policy_path_parser.h',
1711 'browser/policy/policy_path_parser_mac.mm', 1711 'browser/policy/policy_path_parser_mac.mm',
1712 'browser/policy/policy_path_parser_linux.cc', 1712 'browser/policy/policy_path_parser_linux.cc',
1713 'browser/policy/policy_path_parser_win.cc', 1713 'browser/policy/policy_path_parser_win.cc',
1714 'browser/policy/policy_status_info.cc', 1714 'browser/policy/policy_status_info.cc',
1715 'browser/policy/policy_status_info.h', 1715 'browser/policy/policy_status_info.h',
1716 'browser/policy/url_blacklist_manager.cc',
1717 'browser/policy/url_blacklist_manager.h',
1716 'browser/policy/user_policy_cache.cc', 1718 'browser/policy/user_policy_cache.cc',
1717 'browser/policy/user_policy_cache.h', 1719 'browser/policy/user_policy_cache.h',
1718 'browser/policy/user_policy_disk_cache.cc', 1720 'browser/policy/user_policy_disk_cache.cc',
1719 'browser/policy/user_policy_disk_cache.h', 1721 'browser/policy/user_policy_disk_cache.h',
1720 'browser/policy/user_policy_token_cache.cc', 1722 'browser/policy/user_policy_token_cache.cc',
1721 'browser/policy/user_policy_token_cache.h', 1723 'browser/policy/user_policy_token_cache.h',
1722 # TODO(danno): Find a better way to include these files 1724 # TODO(danno): Find a better way to include these files
1723 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c', 1725 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c',
1724 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ', 1726 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ',
1725 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', 1727 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc',
(...skipping 3194 matching lines...) Expand 10 before | Expand all | Expand 10 after
4920 # weak imports in dependents, who still must #include 4922 # weak imports in dependents, who still must #include
4921 # closure_blocks_leopard_compat.h to get weak imports. 4923 # closure_blocks_leopard_compat.h to get weak imports.
4922 'type': 'none', 4924 'type': 'none',
4923 }], 4925 }],
4924 ], 4926 ],
4925 }, 4927 },
4926 ], 4928 ],
4927 }], 4929 }],
4928 ], 4930 ],
4929 } 4931 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698