OLD | NEW |
---|---|
1 # Copyright 2012 The Chromium Authors. All rights reserved. | 1 # Copyright 2012 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 'variables': { 'enable_wexit_time_destructors': 1, }, | 10 'variables': { 'enable_wexit_time_destructors': 1, }, |
(...skipping 1899 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1910 'browser/safe_browsing/download_feedback.cc', | 1910 'browser/safe_browsing/download_feedback.cc', |
1911 'browser/safe_browsing/download_feedback.h', | 1911 'browser/safe_browsing/download_feedback.h', |
1912 'browser/safe_browsing/download_feedback_service.cc', | 1912 'browser/safe_browsing/download_feedback_service.cc', |
1913 'browser/safe_browsing/download_feedback_service.h', | 1913 'browser/safe_browsing/download_feedback_service.h', |
1914 'browser/safe_browsing/download_protection_service.cc', | 1914 'browser/safe_browsing/download_protection_service.cc', |
1915 'browser/safe_browsing/download_protection_service.h', | 1915 'browser/safe_browsing/download_protection_service.h', |
1916 'browser/safe_browsing/environment_data_collection.cc', | 1916 'browser/safe_browsing/environment_data_collection.cc', |
1917 'browser/safe_browsing/environment_data_collection.h', | 1917 'browser/safe_browsing/environment_data_collection.h', |
1918 'browser/safe_browsing/environment_data_collection_win.cc', | 1918 'browser/safe_browsing/environment_data_collection_win.cc', |
1919 'browser/safe_browsing/environment_data_collection_win.h', | 1919 'browser/safe_browsing/environment_data_collection_win.h', |
1920 'browser/safe_browsing/incident_report_upload_result.h', | |
grt (UTC plus 2)
2014/06/16 20:30:38
remove this
pmonette_google.com
2014/06/17 17:48:22
Done.
| |
1920 'browser/safe_browsing/incident_report_uploader.cc', | 1921 'browser/safe_browsing/incident_report_uploader.cc', |
1921 'browser/safe_browsing/incident_report_uploader.h', | 1922 'browser/safe_browsing/incident_report_uploader.h', |
1922 'browser/safe_browsing/incident_report_uploader_impl.cc', | 1923 'browser/safe_browsing/incident_report_uploader_impl.cc', |
1923 'browser/safe_browsing/incident_report_uploader_impl.h', | 1924 'browser/safe_browsing/incident_report_uploader_impl.h', |
1924 'browser/safe_browsing/incident_reporting_service.cc', | 1925 'browser/safe_browsing/incident_reporting_service.cc', |
1925 'browser/safe_browsing/incident_reporting_service.h', | 1926 'browser/safe_browsing/incident_reporting_service.h', |
1926 'browser/safe_browsing/malware_details.cc', | 1927 'browser/safe_browsing/malware_details.cc', |
1927 'browser/safe_browsing/malware_details.h', | 1928 'browser/safe_browsing/malware_details.h', |
1928 'browser/safe_browsing/malware_details_cache.cc', | 1929 'browser/safe_browsing/malware_details_cache.cc', |
1929 'browser/safe_browsing/malware_details_cache.h', | 1930 'browser/safe_browsing/malware_details_cache.h', |
1930 'browser/safe_browsing/malware_details_history.cc', | 1931 'browser/safe_browsing/malware_details_history.cc', |
1931 'browser/safe_browsing/malware_details_history.h', | 1932 'browser/safe_browsing/malware_details_history.h', |
1933 'browser/safe_browsing/path_sanitizer.cc', | |
1934 'browser/safe_browsing/path_sanitizer.h', | |
1932 'browser/safe_browsing/pe_image_reader_win.cc', | 1935 'browser/safe_browsing/pe_image_reader_win.cc', |
1933 'browser/safe_browsing/pe_image_reader_win.h', | 1936 'browser/safe_browsing/pe_image_reader_win.h', |
1934 'browser/safe_browsing/ping_manager.cc', | 1937 'browser/safe_browsing/ping_manager.cc', |
1935 'browser/safe_browsing/ping_manager.h', | 1938 'browser/safe_browsing/ping_manager.h', |
1936 'browser/safe_browsing/preference_validation_delegate.cc', | 1939 'browser/safe_browsing/preference_validation_delegate.cc', |
1937 'browser/safe_browsing/preference_validation_delegate.h', | 1940 'browser/safe_browsing/preference_validation_delegate.h', |
1938 'browser/safe_browsing/prefix_set.cc', | 1941 'browser/safe_browsing/prefix_set.cc', |
1939 'browser/safe_browsing/prefix_set.h', | 1942 'browser/safe_browsing/prefix_set.h', |
1940 'browser/safe_browsing/protocol_manager.cc', | 1943 'browser/safe_browsing/protocol_manager.cc', |
1941 'browser/safe_browsing/protocol_manager.h', | 1944 'browser/safe_browsing/protocol_manager.h', |
(...skipping 1850 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
3792 'package_name': 'org/chromium/chrome/browser', | 3795 'package_name': 'org/chromium/chrome/browser', |
3793 'template_deps': ['browser/android/tab_load_status.h'], | 3796 'template_deps': ['browser/android/tab_load_status.h'], |
3794 }, | 3797 }, |
3795 'includes': [ '../build/android/java_cpp_template.gypi' ], | 3798 'includes': [ '../build/android/java_cpp_template.gypi' ], |
3796 }, | 3799 }, |
3797 ], | 3800 ], |
3798 }, | 3801 }, |
3799 ], | 3802 ], |
3800 ], | 3803 ], |
3801 } | 3804 } |
OLD | NEW |