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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 60823003: Introduced a ForwardingPolicyProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed ios Created 7 years, 1 month 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/policy/schema_registry_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('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 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 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after
1534 'browser/policy/configuration_policy_handler_list.h', 1534 'browser/policy/configuration_policy_handler_list.h',
1535 'browser/policy/configuration_policy_pref_store.cc', 1535 'browser/policy/configuration_policy_pref_store.cc',
1536 'browser/policy/configuration_policy_pref_store.h', 1536 'browser/policy/configuration_policy_pref_store.h',
1537 'browser/policy/configuration_policy_provider.cc', 1537 'browser/policy/configuration_policy_provider.cc',
1538 'browser/policy/configuration_policy_provider.h', 1538 'browser/policy/configuration_policy_provider.h',
1539 'browser/policy/external_data_fetcher.cc', 1539 'browser/policy/external_data_fetcher.cc',
1540 'browser/policy/external_data_fetcher.h', 1540 'browser/policy/external_data_fetcher.h',
1541 'browser/policy/external_data_manager.h', 1541 'browser/policy/external_data_manager.h',
1542 'browser/policy/file_selection_dialogs_policy_handler.cc', 1542 'browser/policy/file_selection_dialogs_policy_handler.cc',
1543 'browser/policy/file_selection_dialogs_policy_handler.h', 1543 'browser/policy/file_selection_dialogs_policy_handler.h',
1544 'browser/policy/forwarding_policy_provider.cc',
1545 'browser/policy/forwarding_policy_provider.h',
1544 'browser/policy/javascript_policy_handler.cc', 1546 'browser/policy/javascript_policy_handler.cc',
1545 'browser/policy/javascript_policy_handler.h', 1547 'browser/policy/javascript_policy_handler.h',
1546 'browser/policy/policy_bundle.cc', 1548 'browser/policy/policy_bundle.cc',
1547 'browser/policy/policy_bundle.h', 1549 'browser/policy/policy_bundle.h',
1548 'browser/policy/policy_error_map.cc', 1550 'browser/policy/policy_error_map.cc',
1549 'browser/policy/policy_error_map.h', 1551 'browser/policy/policy_error_map.h',
1550 'browser/policy/policy_load_status.cc', 1552 'browser/policy/policy_load_status.cc',
1551 'browser/policy/policy_load_status.h', 1553 'browser/policy/policy_load_status.h',
1552 'browser/policy/policy_loader_mac.cc', 1554 'browser/policy/policy_loader_mac.cc',
1553 'browser/policy/policy_loader_mac.h', 1555 'browser/policy/policy_loader_mac.h',
(...skipping 2206 matching lines...) Expand 10 before | Expand all | Expand 10 after
3760 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3762 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3761 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3763 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3762 }, 3764 },
3763 'includes': [ '../build/android/java_cpp_template.gypi' ], 3765 'includes': [ '../build/android/java_cpp_template.gypi' ],
3764 }, 3766 },
3765 ], 3767 ],
3766 }, 3768 },
3767 ], 3769 ],
3768 ], 3770 ],
3769 } 3771 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/schema_registry_unittest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698