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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2862041: Remove abonded privacy blacklist implementation. (Closed)
Patch Set: fix unit tests Created 10 years, 5 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
« no previous file with comments | « chrome/browser/resources/privacy_blacklist_block.png ('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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 1917 matching lines...) Expand 10 before | Expand all | Expand 10 after
1928 'browser/printing/print_job_manager.h', 1928 'browser/printing/print_job_manager.h',
1929 'browser/printing/print_job_worker.cc', 1929 'browser/printing/print_job_worker.cc',
1930 'browser/printing/print_job_worker.h', 1930 'browser/printing/print_job_worker.h',
1931 'browser/printing/print_job_worker_owner.h', 1931 'browser/printing/print_job_worker_owner.h',
1932 'browser/printing/print_view_manager.cc', 1932 'browser/printing/print_view_manager.cc',
1933 'browser/printing/print_view_manager.h', 1933 'browser/printing/print_view_manager.h',
1934 'browser/printing/printer_query.cc', 1934 'browser/printing/printer_query.cc',
1935 'browser/printing/printer_query.h', 1935 'browser/printing/printer_query.h',
1936 'browser/printing/cloud_print/cloud_print_proxy_service.cc', 1936 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1937 'browser/printing/cloud_print/cloud_print_proxy_service.h', 1937 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1938 'browser/privacy_blacklist/blacklist.h',
1939 'browser/privacy_blacklist/blacklist.cc',
1940 'browser/privacy_blacklist/blacklist_interceptor.h',
1941 'browser/privacy_blacklist/blacklist_interceptor.cc',
1942 'browser/privacy_blacklist/blacklist_request_info.h',
1943 'browser/privacy_blacklist/blacklist_request_info.cc',
1944 'browser/privacy_blacklist/blacklist_ui.h',
1945 'browser/privacy_blacklist/blacklist_ui.cc',
1946 'browser/process_info_snapshot_mac.cc', 1938 'browser/process_info_snapshot_mac.cc',
1947 'browser/process_info_snapshot.h', 1939 'browser/process_info_snapshot.h',
1948 'browser/process_singleton.h', 1940 'browser/process_singleton.h',
1949 'browser/process_singleton_linux.cc', 1941 'browser/process_singleton_linux.cc',
1950 'browser/process_singleton_mac.cc', 1942 'browser/process_singleton_mac.cc',
1951 'browser/process_singleton_win.cc', 1943 'browser/process_singleton_win.cc',
1952 'browser/profile.cc', 1944 'browser/profile.cc',
1953 'browser/profile.h', 1945 'browser/profile.h',
1954 'browser/profile_import_process_host.cc', 1946 'browser/profile_import_process_host.cc',
1955 'browser/profile_import_process_host.h', 1947 'browser/profile_import_process_host.h',
(...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after
3530 ], 3522 ],
3531 }, 3523 },
3532 ], 3524 ],
3533 } 3525 }
3534 3526
3535 # Local Variables: 3527 # Local Variables:
3536 # tab-width:2 3528 # tab-width:2
3537 # indent-tabs-mode:nil 3529 # indent-tabs-mode:nil
3538 # End: 3530 # End:
3539 # vim: set expandtab tabstop=2 shiftwidth=2: 3531 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/resources/privacy_blacklist_block.png ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698