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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 14294008: Add UMA histograms for policy loading. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nit Created 7 years, 8 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/preg_parser_win_unittest.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 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 1287 matching lines...) Expand 10 before | Expand all | Expand 10 after
1298 'browser/policy/configuration_policy_pref_store.cc', 1298 'browser/policy/configuration_policy_pref_store.cc',
1299 'browser/policy/configuration_policy_pref_store.h', 1299 'browser/policy/configuration_policy_pref_store.h',
1300 'browser/policy/configuration_policy_provider.cc', 1300 'browser/policy/configuration_policy_provider.cc',
1301 'browser/policy/configuration_policy_provider.h', 1301 'browser/policy/configuration_policy_provider.h',
1302 'browser/policy/managed_mode_policy_provider.cc', 1302 'browser/policy/managed_mode_policy_provider.cc',
1303 'browser/policy/managed_mode_policy_provider.h', 1303 'browser/policy/managed_mode_policy_provider.h',
1304 'browser/policy/policy_bundle.cc', 1304 'browser/policy/policy_bundle.cc',
1305 'browser/policy/policy_bundle.h', 1305 'browser/policy/policy_bundle.h',
1306 'browser/policy/policy_error_map.cc', 1306 'browser/policy/policy_error_map.cc',
1307 'browser/policy/policy_error_map.h', 1307 'browser/policy/policy_error_map.h',
1308 'browser/policy/policy_load_status.cc',
1309 'browser/policy/policy_load_status.h',
1308 'browser/policy/policy_loader_mac.cc', 1310 'browser/policy/policy_loader_mac.cc',
1309 'browser/policy/policy_loader_mac.h', 1311 'browser/policy/policy_loader_mac.h',
1310 'browser/policy/policy_loader_win.cc', 1312 'browser/policy/policy_loader_win.cc',
1311 'browser/policy/policy_loader_win.h', 1313 'browser/policy/policy_loader_win.h',
1312 'browser/policy/policy_map.cc', 1314 'browser/policy/policy_map.cc',
1313 'browser/policy/policy_map.h', 1315 'browser/policy/policy_map.h',
1314 'browser/policy/policy_path_parser.h', 1316 'browser/policy/policy_path_parser.h',
1315 'browser/policy/policy_path_parser_linux.cc', 1317 'browser/policy/policy_path_parser_linux.cc',
1316 'browser/policy/policy_path_parser_mac.mm', 1318 'browser/policy/policy_path_parser_mac.mm',
1317 'browser/policy/policy_path_parser_win.cc', 1319 'browser/policy/policy_path_parser_win.cc',
(...skipping 1707 matching lines...) Expand 10 before | Expand all | Expand 10 after
3025 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3027 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3026 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3028 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3027 }, 3029 },
3028 'includes': [ '../build/android/java_cpp_template.gypi' ], 3030 'includes': [ '../build/android/java_cpp_template.gypi' ],
3029 }, 3031 },
3030 ], 3032 ],
3031 }, 3033 },
3032 ], 3034 ],
3033 ], 3035 ],
3034 } 3036 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/preg_parser_win_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698