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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 7105018: UMA metrics for cloud policies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win build, rebased Created 9 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « chrome/browser/policy/user_policy_token_cache.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'dependencies': [ 10 'dependencies': [
(...skipping 1603 matching lines...) Expand 10 before | Expand all | Expand 10 after
1614 'browser/policy/device_policy_identity_strategy.cc', 1614 'browser/policy/device_policy_identity_strategy.cc',
1615 'browser/policy/device_policy_identity_strategy.h', 1615 'browser/policy/device_policy_identity_strategy.h',
1616 'browser/policy/device_token_fetcher.cc', 1616 'browser/policy/device_token_fetcher.cc',
1617 'browser/policy/device_token_fetcher.h', 1617 'browser/policy/device_token_fetcher.h',
1618 'browser/policy/dummy_cloud_policy_provider.cc', 1618 'browser/policy/dummy_cloud_policy_provider.cc',
1619 'browser/policy/dummy_cloud_policy_provider.h', 1619 'browser/policy/dummy_cloud_policy_provider.h',
1620 'browser/policy/dummy_configuration_policy_provider.cc', 1620 'browser/policy/dummy_configuration_policy_provider.cc',
1621 'browser/policy/dummy_configuration_policy_provider.h', 1621 'browser/policy/dummy_configuration_policy_provider.h',
1622 'browser/policy/enterprise_install_attributes.cc', 1622 'browser/policy/enterprise_install_attributes.cc',
1623 'browser/policy/enterprise_install_attributes.h', 1623 'browser/policy/enterprise_install_attributes.h',
1624 'browser/policy/enterprise_metrics.cc',
1625 'browser/policy/enterprise_metrics.h',
1624 'browser/policy/file_based_policy_loader.cc', 1626 'browser/policy/file_based_policy_loader.cc',
1625 'browser/policy/file_based_policy_loader.h', 1627 'browser/policy/file_based_policy_loader.h',
1626 'browser/policy/file_based_policy_provider.cc', 1628 'browser/policy/file_based_policy_provider.cc',
1627 'browser/policy/file_based_policy_provider.h', 1629 'browser/policy/file_based_policy_provider.h',
1628 'browser/policy/managed_prefs_banner_base.cc', 1630 'browser/policy/managed_prefs_banner_base.cc',
1629 'browser/policy/managed_prefs_banner_base.h', 1631 'browser/policy/managed_prefs_banner_base.h',
1630 'browser/policy/policy_notifier.cc', 1632 'browser/policy/policy_notifier.cc',
1631 'browser/policy/policy_notifier.h', 1633 'browser/policy/policy_notifier.h',
1632 'browser/policy/policy_path_parser.h', 1634 'browser/policy/policy_path_parser.h',
1633 'browser/policy/policy_path_parser_mac.mm', 1635 'browser/policy/policy_path_parser_mac.mm',
(...skipping 3131 matching lines...) Expand 10 before | Expand all | Expand 10 after
4765 'hard_dependency': 1, 4767 'hard_dependency': 1,
4766 }, 4768 },
4767 ], 4769 ],
4768 } 4770 }
4769 4771
4770 # Local Variables: 4772 # Local Variables:
4771 # tab-width:2 4773 # tab-width:2
4772 # indent-tabs-mode:nil 4774 # indent-tabs-mode:nil
4773 # End: 4775 # End:
4774 # vim: set expandtab tabstop=2 shiftwidth=2: 4776 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/policy/user_policy_token_cache.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698