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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10916235: Record policy usage statistics every 24 hours. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed compilation Created 8 years, 3 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
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 1312 matching lines...) Expand 10 before | Expand all | Expand 10 after
1323 'browser/policy/policy_path_parser.h', 1323 'browser/policy/policy_path_parser.h',
1324 'browser/policy/policy_path_parser_mac.mm', 1324 'browser/policy/policy_path_parser_mac.mm',
1325 'browser/policy/policy_path_parser_linux.cc', 1325 'browser/policy/policy_path_parser_linux.cc',
1326 'browser/policy/policy_path_parser_win.cc', 1326 'browser/policy/policy_path_parser_win.cc',
1327 'browser/policy/policy_service.cc', 1327 'browser/policy/policy_service.cc',
1328 'browser/policy/policy_service.h', 1328 'browser/policy/policy_service.h',
1329 'browser/policy/policy_service_impl.cc', 1329 'browser/policy/policy_service_impl.cc',
1330 'browser/policy/policy_service_impl.h', 1330 'browser/policy/policy_service_impl.h',
1331 'browser/policy/policy_service_stub.cc', 1331 'browser/policy/policy_service_stub.cc',
1332 'browser/policy/policy_service_stub.h', 1332 'browser/policy/policy_service_stub.h',
1333 'browser/policy/policy_statistics_collector.cc',
1334 'browser/policy/policy_statistics_collector.h',
1333 'browser/policy/policy_types.h', 1335 'browser/policy/policy_types.h',
1334 'browser/policy/proxy_policy_provider.cc', 1336 'browser/policy/proxy_policy_provider.cc',
1335 'browser/policy/proxy_policy_provider.h', 1337 'browser/policy/proxy_policy_provider.h',
1336 'browser/policy/url_blacklist_manager.cc', 1338 'browser/policy/url_blacklist_manager.cc',
1337 'browser/policy/url_blacklist_manager.h', 1339 'browser/policy/url_blacklist_manager.h',
1338 'browser/policy/user_cloud_policy_manager.cc', 1340 'browser/policy/user_cloud_policy_manager.cc',
1339 'browser/policy/user_cloud_policy_manager.h', 1341 'browser/policy/user_cloud_policy_manager.h',
1340 'browser/policy/user_cloud_policy_store.cc', 1342 'browser/policy/user_cloud_policy_store.cc',
1341 'browser/policy/user_cloud_policy_store.h', 1343 'browser/policy/user_cloud_policy_store.h',
1342 'browser/policy/user_cloud_policy_store_base.cc', 1344 'browser/policy/user_cloud_policy_store_base.cc',
(...skipping 1492 matching lines...) Expand 10 before | Expand all | Expand 10 after
2835 'includes': [ '../build/jni_generator.gypi' ], 2837 'includes': [ '../build/jni_generator.gypi' ],
2836 'dependencies': [ 2838 'dependencies': [
2837 'android_jar_jni_headers', 2839 'android_jar_jni_headers',
2838 ], 2840 ],
2839 }, 2841 },
2840 ], 2842 ],
2841 }, 2843 },
2842 ], 2844 ],
2843 ], 2845 ],
2844 } 2846 }
OLDNEW
« no previous file with comments | « chrome/browser/prefs/browser_prefs.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698