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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7716003: WIP: URL blacklisting by policy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Reviewed 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
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1691 matching lines...) Expand 10 before | Expand all | Expand 10 after
1702 'browser/policy/file_based_policy_provider.cc', 1702 'browser/policy/file_based_policy_provider.cc',
1703 'browser/policy/file_based_policy_provider.h', 1703 'browser/policy/file_based_policy_provider.h',
1704 'browser/policy/policy_notifier.cc', 1704 'browser/policy/policy_notifier.cc',
1705 'browser/policy/policy_notifier.h', 1705 'browser/policy/policy_notifier.h',
1706 'browser/policy/policy_path_parser.h', 1706 'browser/policy/policy_path_parser.h',
1707 'browser/policy/policy_path_parser_mac.mm', 1707 'browser/policy/policy_path_parser_mac.mm',
1708 'browser/policy/policy_path_parser_linux.cc', 1708 'browser/policy/policy_path_parser_linux.cc',
1709 'browser/policy/policy_path_parser_win.cc', 1709 'browser/policy/policy_path_parser_win.cc',
1710 'browser/policy/policy_status_info.cc', 1710 'browser/policy/policy_status_info.cc',
1711 'browser/policy/policy_status_info.h', 1711 'browser/policy/policy_status_info.h',
1712 'browser/policy/url_blacklist_manager.cc',
1713 'browser/policy/url_blacklist_manager.h',
1712 'browser/policy/user_policy_cache.cc', 1714 'browser/policy/user_policy_cache.cc',
1713 'browser/policy/user_policy_cache.h', 1715 'browser/policy/user_policy_cache.h',
1714 'browser/policy/user_policy_disk_cache.cc', 1716 'browser/policy/user_policy_disk_cache.cc',
1715 'browser/policy/user_policy_disk_cache.h', 1717 'browser/policy/user_policy_disk_cache.h',
1716 'browser/policy/user_policy_token_cache.cc', 1718 'browser/policy/user_policy_token_cache.cc',
1717 'browser/policy/user_policy_token_cache.h', 1719 'browser/policy/user_policy_token_cache.h',
1718 # TODO(danno): Find a better way to include these files 1720 # TODO(danno): Find a better way to include these files
1719 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c', 1721 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c',
1720 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ', 1722 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ',
1721 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', 1723 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc',
(...skipping 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after
4918 # weak imports in dependents, who still must #include 4920 # weak imports in dependents, who still must #include
4919 # closure_blocks_leopard_compat.h to get weak imports. 4921 # closure_blocks_leopard_compat.h to get weak imports.
4920 'type': 'none', 4922 'type': 'none',
4921 }], 4923 }],
4922 ], 4924 ],
4923 }, 4925 },
4924 ], 4926 ],
4925 }], 4927 }],
4926 ], 4928 ],
4927 } 4929 }
OLDNEW
« no previous file with comments | « chrome/browser/profiles/profile_io_data.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698