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

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: formatting 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
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 2384 matching lines...) Expand 10 before | Expand all | Expand 10 after
2395 'browser/password_manager_delegate_impl.cc', 2395 'browser/password_manager_delegate_impl.cc',
2396 'browser/password_manager_delegate_impl.h', 2396 'browser/password_manager_delegate_impl.h',
2397 'browser/platform_util.h', 2397 'browser/platform_util.h',
2398 'browser/platform_util_linux.cc', 2398 'browser/platform_util_linux.cc',
2399 'browser/platform_util_chromeos.cc', 2399 'browser/platform_util_chromeos.cc',
2400 'browser/platform_util_common_linux.cc', 2400 'browser/platform_util_common_linux.cc',
2401 'browser/platform_util_mac.mm', 2401 'browser/platform_util_mac.mm',
2402 'browser/platform_util_win.cc', 2402 'browser/platform_util_win.cc',
2403 'browser/plugin_data_remover.cc', 2403 'browser/plugin_data_remover.cc',
2404 'browser/plugin_data_remover.h', 2404 'browser/plugin_data_remover.h',
2405 'browser/plugin_data_remover_helper.cc',
2406 'browser/plugin_data_remover_helper.h',
2405 'browser/plugin_download_helper.cc', 2407 'browser/plugin_download_helper.cc',
2406 'browser/plugin_download_helper.h', 2408 'browser/plugin_download_helper.h',
2407 'browser/plugin_exceptions_table_model.cc', 2409 'browser/plugin_exceptions_table_model.cc',
2408 'browser/plugin_exceptions_table_model.h', 2410 'browser/plugin_exceptions_table_model.h',
2409 'browser/plugin_installer.cc', 2411 'browser/plugin_installer.cc',
2410 'browser/plugin_installer.h', 2412 'browser/plugin_installer.h',
2411 'browser/plugin_process_host.cc', 2413 'browser/plugin_process_host.cc',
2412 'browser/plugin_process_host.h', 2414 'browser/plugin_process_host.h',
2413 'browser/plugin_process_host_mac.cc', 2415 'browser/plugin_process_host_mac.cc',
2414 'browser/plugin_service.cc', 2416 'browser/plugin_service.cc',
(...skipping 1951 matching lines...) Expand 10 before | Expand all | Expand 10 after
4366 ], 4368 ],
4367 }, 4369 },
4368 ], 4370 ],
4369 } 4371 }
4370 4372
4371 # Local Variables: 4373 # Local Variables:
4372 # tab-width:2 4374 # tab-width:2
4373 # indent-tabs-mode:nil 4375 # indent-tabs-mode:nil
4374 # End: 4376 # End:
4375 # vim: set expandtab tabstop=2 shiftwidth=2: 4377 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698