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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1033103002: Plugin Power Saver: Overhaul plugin-power-saver flags. Show in UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move plugins field trial stuff to chrome/ Created 5 years, 8 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
OLDNEW
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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1968 matching lines...) Expand 10 before | Expand all | Expand 10 after
1979 'browser/pepper_broker_infobar_delegate.cc', 1979 'browser/pepper_broker_infobar_delegate.cc',
1980 'browser/pepper_broker_infobar_delegate.h', 1980 'browser/pepper_broker_infobar_delegate.h',
1981 'browser/pepper_flash_settings_manager.cc', 1981 'browser/pepper_flash_settings_manager.cc',
1982 'browser/pepper_flash_settings_manager.h', 1982 'browser/pepper_flash_settings_manager.h',
1983 'browser/plugins/chrome_content_browser_client_plugins_part.cc', 1983 'browser/plugins/chrome_content_browser_client_plugins_part.cc',
1984 'browser/plugins/chrome_content_browser_client_plugins_part.h', 1984 'browser/plugins/chrome_content_browser_client_plugins_part.h',
1985 'browser/plugins/chrome_plugin_service_filter.cc', 1985 'browser/plugins/chrome_plugin_service_filter.cc',
1986 'browser/plugins/chrome_plugin_service_filter.h', 1986 'browser/plugins/chrome_plugin_service_filter.h',
1987 'browser/plugins/plugin_data_remover_helper.cc', 1987 'browser/plugins/plugin_data_remover_helper.cc',
1988 'browser/plugins/plugin_data_remover_helper.h', 1988 'browser/plugins/plugin_data_remover_helper.h',
1989 'browser/plugins/plugins_field_trial.cc',
Lei Zhang 2015/03/31 20:27:39 nit: alphabetical order
tommycli 2015/03/31 20:34:56 Done.
1990 'browser/plugins/plugins_field_trial.h',
1989 'browser/plugins/plugin_finder.cc', 1991 'browser/plugins/plugin_finder.cc',
1990 'browser/plugins/plugin_finder.h', 1992 'browser/plugins/plugin_finder.h',
1991 'browser/plugins/plugin_info_message_filter.cc', 1993 'browser/plugins/plugin_info_message_filter.cc',
1992 'browser/plugins/plugin_info_message_filter.h', 1994 'browser/plugins/plugin_info_message_filter.h',
1993 'browser/plugins/plugin_infobar_delegates.cc', 1995 'browser/plugins/plugin_infobar_delegates.cc',
1994 'browser/plugins/plugin_infobar_delegates.h', 1996 'browser/plugins/plugin_infobar_delegates.h',
1995 'browser/plugins/plugin_metadata.cc', 1997 'browser/plugins/plugin_metadata.cc',
1996 'browser/plugins/plugin_metadata.h', 1998 'browser/plugins/plugin_metadata.h',
1997 'browser/plugins/plugin_observer.cc', 1999 'browser/plugins/plugin_observer.cc',
1998 'browser/plugins/plugin_observer.h', 2000 'browser/plugins/plugin_observer.h',
(...skipping 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
3809 'variables': { 3811 'variables': {
3810 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3812 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3811 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3813 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3812 }, 3814 },
3813 'includes': [ '../build/protoc.gypi' ] 3815 'includes': [ '../build/protoc.gypi' ]
3814 }, 3816 },
3815 ], 3817 ],
3816 },], 3818 },],
3817 ], 3819 ],
3818 } 3820 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698