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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5278001: Add a preference to clear Flash LSO data in the Clear Browsing Data dialog. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 10 years 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/ui/options/options_util.cc ('k') | chrome/common/pref_names.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) 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 1931 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 'browser/password_manager_delegate_impl.cc', 1942 'browser/password_manager_delegate_impl.cc',
1943 'browser/password_manager_delegate_impl.h', 1943 'browser/password_manager_delegate_impl.h',
1944 'browser/platform_util.h', 1944 'browser/platform_util.h',
1945 'browser/platform_util_linux.cc', 1945 'browser/platform_util_linux.cc',
1946 'browser/platform_util_chromeos.cc', 1946 'browser/platform_util_chromeos.cc',
1947 'browser/platform_util_common_linux.cc', 1947 'browser/platform_util_common_linux.cc',
1948 'browser/platform_util_mac.mm', 1948 'browser/platform_util_mac.mm',
1949 'browser/platform_util_win.cc', 1949 'browser/platform_util_win.cc',
1950 'browser/plugin_data_remover.cc', 1950 'browser/plugin_data_remover.cc',
1951 'browser/plugin_data_remover.h', 1951 'browser/plugin_data_remover.h',
1952 'browser/plugin_data_remover_helper.cc',
1953 'browser/plugin_data_remover_helper.h',
1952 'browser/plugin_download_helper.cc', 1954 'browser/plugin_download_helper.cc',
1953 'browser/plugin_download_helper.h', 1955 'browser/plugin_download_helper.h',
1954 'browser/plugin_exceptions_table_model.cc', 1956 'browser/plugin_exceptions_table_model.cc',
1955 'browser/plugin_exceptions_table_model.h', 1957 'browser/plugin_exceptions_table_model.h',
1956 'browser/plugin_installer.cc', 1958 'browser/plugin_installer.cc',
1957 'browser/plugin_installer.h', 1959 'browser/plugin_installer.h',
1958 'browser/plugin_process_host.cc', 1960 'browser/plugin_process_host.cc',
1959 'browser/plugin_process_host.h', 1961 'browser/plugin_process_host.h',
1960 'browser/plugin_process_host_mac.cc', 1962 'browser/plugin_process_host_mac.cc',
1961 'browser/plugin_service.cc', 1963 'browser/plugin_service.cc',
(...skipping 2528 matching lines...) Expand 10 before | Expand all | Expand 10 after
4490 ], 4492 ],
4491 }, 4493 },
4492 ], 4494 ],
4493 } 4495 }
4494 4496
4495 # Local Variables: 4497 # Local Variables:
4496 # tab-width:2 4498 # tab-width:2
4497 # indent-tabs-mode:nil 4499 # indent-tabs-mode:nil
4498 # End: 4500 # End:
4499 # vim: set expandtab tabstop=2 shiftwidth=2: 4501 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/ui/options/options_util.cc ('k') | chrome/common/pref_names.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698