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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 5562002: Refactor FileBasedPolicyProvider, introduce AsynchronousPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nits 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 2399 matching lines...) Expand 10 before | Expand all | Expand 10 after
2410 'browser/plugin_exceptions_table_model.h', 2410 'browser/plugin_exceptions_table_model.h',
2411 'browser/plugin_installer.cc', 2411 'browser/plugin_installer.cc',
2412 'browser/plugin_installer.h', 2412 'browser/plugin_installer.h',
2413 'browser/plugin_process_host.cc', 2413 'browser/plugin_process_host.cc',
2414 'browser/plugin_process_host.h', 2414 'browser/plugin_process_host.h',
2415 'browser/plugin_process_host_mac.cc', 2415 'browser/plugin_process_host_mac.cc',
2416 'browser/plugin_service.cc', 2416 'browser/plugin_service.cc',
2417 'browser/plugin_service.h', 2417 'browser/plugin_service.h',
2418 'browser/plugin_updater.cc', 2418 'browser/plugin_updater.cc',
2419 'browser/plugin_updater.h', 2419 'browser/plugin_updater.h',
2420 'browser/policy/asynchronous_policy_loader.cc',
2421 'browser/policy/asynchronous_policy_loader.h',
2422 'browser/policy/asynchronous_policy_provider.cc',
2423 'browser/policy/asynchronous_policy_provider.h',
2420 'browser/policy/config_dir_policy_provider.cc', 2424 'browser/policy/config_dir_policy_provider.cc',
2421 'browser/policy/config_dir_policy_provider.h', 2425 'browser/policy/config_dir_policy_provider.h',
2422 'browser/policy/configuration_policy_pref_store.cc', 2426 'browser/policy/configuration_policy_pref_store.cc',
2423 'browser/policy/configuration_policy_pref_store.h', 2427 'browser/policy/configuration_policy_pref_store.h',
2424 'browser/policy/configuration_policy_provider.cc', 2428 'browser/policy/configuration_policy_provider.cc',
2425 'browser/policy/configuration_policy_provider.cc', 2429 'browser/policy/configuration_policy_provider.cc',
2426 'browser/policy/configuration_policy_provider.h', 2430 'browser/policy/configuration_policy_provider.h',
2427 'browser/policy/configuration_policy_provider.h', 2431 'browser/policy/configuration_policy_provider.h',
2428 'browser/policy/configuration_policy_provider_mac.cc', 2432 'browser/policy/configuration_policy_provider_mac.cc',
2429 'browser/policy/configuration_policy_provider_mac.h', 2433 'browser/policy/configuration_policy_provider_mac.h',
(...skipping 1936 matching lines...) Expand 10 before | Expand all | Expand 10 after
4366 ], 4370 ],
4367 }, 4371 },
4368 ], 4372 ],
4369 } 4373 }
4370 4374
4371 # Local Variables: 4375 # Local Variables:
4372 # tab-width:2 4376 # tab-width:2
4373 # indent-tabs-mode:nil 4377 # indent-tabs-mode:nil
4374 # End: 4378 # End:
4375 # vim: set expandtab tabstop=2 shiftwidth=2: 4379 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698