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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 101163003: Move ConfigurationPolicyProvider to components/policy/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename target Created 7 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
« no previous file with comments | « chrome/browser/ui/webui/policy_ui_browsertest.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 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after
1527 'browser/policy/config_dir_policy_loader.cc', 1527 'browser/policy/config_dir_policy_loader.cc',
1528 'browser/policy/config_dir_policy_loader.h', 1528 'browser/policy/config_dir_policy_loader.h',
1529 'browser/policy/configuration_policy_handler.cc', 1529 'browser/policy/configuration_policy_handler.cc',
1530 'browser/policy/configuration_policy_handler.h', 1530 'browser/policy/configuration_policy_handler.h',
1531 'browser/policy/configuration_policy_handler_android.cc', 1531 'browser/policy/configuration_policy_handler_android.cc',
1532 'browser/policy/configuration_policy_handler_android.h', 1532 'browser/policy/configuration_policy_handler_android.h',
1533 'browser/policy/configuration_policy_handler_list.cc', 1533 'browser/policy/configuration_policy_handler_list.cc',
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',
1538 'browser/policy/configuration_policy_provider.h',
1539 'browser/policy/file_selection_dialogs_policy_handler.cc', 1537 'browser/policy/file_selection_dialogs_policy_handler.cc',
1540 'browser/policy/file_selection_dialogs_policy_handler.h', 1538 'browser/policy/file_selection_dialogs_policy_handler.h',
1541 'browser/policy/forwarding_policy_provider.cc', 1539 'browser/policy/forwarding_policy_provider.cc',
1542 'browser/policy/forwarding_policy_provider.h', 1540 'browser/policy/forwarding_policy_provider.h',
1543 'browser/policy/javascript_policy_handler.cc', 1541 'browser/policy/javascript_policy_handler.cc',
1544 'browser/policy/javascript_policy_handler.h', 1542 'browser/policy/javascript_policy_handler.h',
1545 'browser/policy/policy_error_map.cc', 1543 'browser/policy/policy_error_map.cc',
1546 'browser/policy/policy_error_map.h', 1544 'browser/policy/policy_error_map.h',
1547 'browser/policy/policy_load_status.cc', 1545 'browser/policy/policy_load_status.cc',
1548 'browser/policy/policy_load_status.h', 1546 'browser/policy/policy_load_status.h',
(...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after
3744 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3742 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3745 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3743 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3746 }, 3744 },
3747 'includes': [ '../build/android/java_cpp_template.gypi' ], 3745 'includes': [ '../build/android/java_cpp_template.gypi' ],
3748 }, 3746 },
3749 ], 3747 ],
3750 }, 3748 },
3751 ], 3749 ],
3752 ], 3750 ],
3753 } 3751 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/policy_ui_browsertest.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698