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

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: Fixed detection of some events, 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
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 1591 matching lines...) Expand 10 before | Expand all | Expand 10 after
1602 'browser/policy/device_policy_cache.cc', 1602 'browser/policy/device_policy_cache.cc',
1603 'browser/policy/device_policy_cache.h', 1603 'browser/policy/device_policy_cache.h',
1604 'browser/policy/device_policy_identity_strategy.cc', 1604 'browser/policy/device_policy_identity_strategy.cc',
1605 'browser/policy/device_policy_identity_strategy.h', 1605 'browser/policy/device_policy_identity_strategy.h',
1606 'browser/policy/device_token_fetcher.cc', 1606 'browser/policy/device_token_fetcher.cc',
1607 'browser/policy/device_token_fetcher.h', 1607 'browser/policy/device_token_fetcher.h',
1608 'browser/policy/dummy_configuration_policy_provider.cc', 1608 'browser/policy/dummy_configuration_policy_provider.cc',
1609 'browser/policy/dummy_configuration_policy_provider.h', 1609 'browser/policy/dummy_configuration_policy_provider.h',
1610 'browser/policy/enterprise_install_attributes.cc', 1610 'browser/policy/enterprise_install_attributes.cc',
1611 'browser/policy/enterprise_install_attributes.h', 1611 'browser/policy/enterprise_install_attributes.h',
1612 'browser/policy/enterprise_metrics.cc',
1613 'browser/policy/enterprise_metrics.h',
1612 'browser/policy/file_based_policy_loader.cc', 1614 'browser/policy/file_based_policy_loader.cc',
1613 'browser/policy/file_based_policy_loader.h', 1615 'browser/policy/file_based_policy_loader.h',
1614 'browser/policy/file_based_policy_provider.cc', 1616 'browser/policy/file_based_policy_provider.cc',
1615 'browser/policy/file_based_policy_provider.h', 1617 'browser/policy/file_based_policy_provider.h',
1616 'browser/policy/managed_prefs_banner_base.cc', 1618 'browser/policy/managed_prefs_banner_base.cc',
1617 'browser/policy/managed_prefs_banner_base.h', 1619 'browser/policy/managed_prefs_banner_base.h',
1618 'browser/policy/policy_notifier.cc', 1620 'browser/policy/policy_notifier.cc',
1619 'browser/policy/policy_notifier.h', 1621 'browser/policy/policy_notifier.h',
1620 'browser/policy/policy_path_parser.h', 1622 'browser/policy/policy_path_parser.h',
1621 'browser/policy/policy_path_parser_mac.mm', 1623 'browser/policy/policy_path_parser_mac.mm',
(...skipping 3073 matching lines...) Expand 10 before | Expand all | Expand 10 after
4695 'hard_dependency': 1, 4697 'hard_dependency': 1,
4696 }, 4698 },
4697 ], 4699 ],
4698 } 4700 }
4699 4701
4700 # Local Variables: 4702 # Local Variables:
4701 # tab-width:2 4703 # tab-width:2
4702 # indent-tabs-mode:nil 4704 # indent-tabs-mode:nil
4703 # End: 4705 # End:
4704 # vim: set expandtab tabstop=2 shiftwidth=2: 4706 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698