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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7746011: Revert 98168, it caused compile errors on mac: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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/safe_browsing/safe_browsing_service.cc ('k') | chrome/common/chrome_switches.h » ('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 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after
1885 'browser/repost_form_warning_controller.cc', 1885 'browser/repost_form_warning_controller.cc',
1886 'browser/repost_form_warning_controller.h', 1886 'browser/repost_form_warning_controller.h',
1887 'browser/resources_util.cc', 1887 'browser/resources_util.cc',
1888 'browser/resources_util.h', 1888 'browser/resources_util.h',
1889 'browser/rlz/rlz.cc', 1889 'browser/rlz/rlz.cc',
1890 'browser/rlz/rlz.h', 1890 'browser/rlz/rlz.h',
1891 'browser/safe_browsing/bloom_filter.cc', 1891 'browser/safe_browsing/bloom_filter.cc',
1892 'browser/safe_browsing/bloom_filter.h', 1892 'browser/safe_browsing/bloom_filter.h',
1893 'browser/safe_browsing/browser_feature_extractor.cc', 1893 'browser/safe_browsing/browser_feature_extractor.cc',
1894 'browser/safe_browsing/browser_feature_extractor.h', 1894 'browser/safe_browsing/browser_feature_extractor.h',
1895 'browser/safe_browsing/browser_features.cc',
1896 'browser/safe_browsing/browser_features.h',
1897 'browser/safe_browsing/chunk_range.cc', 1895 'browser/safe_browsing/chunk_range.cc',
1898 'browser/safe_browsing/chunk_range.h', 1896 'browser/safe_browsing/chunk_range.h',
1899 'browser/safe_browsing/client_side_detection_host.cc', 1897 'browser/safe_browsing/client_side_detection_host.cc',
1900 'browser/safe_browsing/client_side_detection_host.h', 1898 'browser/safe_browsing/client_side_detection_host.h',
1901 'browser/safe_browsing/client_side_detection_service.cc', 1899 'browser/safe_browsing/client_side_detection_service.cc',
1902 'browser/safe_browsing/client_side_detection_service.h', 1900 'browser/safe_browsing/client_side_detection_service.h',
1903 'browser/safe_browsing/malware_details.cc', 1901 'browser/safe_browsing/malware_details.cc',
1904 'browser/safe_browsing/malware_details.h', 1902 'browser/safe_browsing/malware_details.h',
1905 'browser/safe_browsing/malware_details_cache.cc', 1903 'browser/safe_browsing/malware_details_cache.cc',
1906 'browser/safe_browsing/malware_details_cache.h', 1904 'browser/safe_browsing/malware_details_cache.h',
(...skipping 2982 matching lines...) Expand 10 before | Expand all | Expand 10 after
4889 # weak imports in dependents, who still must #include 4887 # weak imports in dependents, who still must #include
4890 # closure_blocks_leopard_compat.h to get weak imports. 4888 # closure_blocks_leopard_compat.h to get weak imports.
4891 'type': 'none', 4889 'type': 'none',
4892 }], 4890 }],
4893 ], 4891 ],
4894 }, 4892 },
4895 ], 4893 ],
4896 }], 4894 }],
4897 ], 4895 ],
4898 } 4896 }
OLDNEW
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_service.cc ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698