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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10094010: Cleanup in policy code, removed some dead code. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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/cros_user_policy_cache.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 # 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 1542 matching lines...) Expand 10 before | Expand all | Expand 10 after
1553 'browser/policy/configuration_policy_provider.cc', 1553 'browser/policy/configuration_policy_provider.cc',
1554 'browser/policy/configuration_policy_provider.h', 1554 'browser/policy/configuration_policy_provider.h',
1555 'browser/policy/configuration_policy_provider_delegate_win.cc', 1555 'browser/policy/configuration_policy_provider_delegate_win.cc',
1556 'browser/policy/configuration_policy_provider_delegate_win.h', 1556 'browser/policy/configuration_policy_provider_delegate_win.h',
1557 'browser/policy/configuration_policy_provider_mac.cc', 1557 'browser/policy/configuration_policy_provider_mac.cc',
1558 'browser/policy/configuration_policy_provider_mac.h', 1558 'browser/policy/configuration_policy_provider_mac.h',
1559 'browser/policy/configuration_policy_provider_win.cc', 1559 'browser/policy/configuration_policy_provider_win.cc',
1560 'browser/policy/configuration_policy_provider_win.h', 1560 'browser/policy/configuration_policy_provider_win.h',
1561 'browser/policy/configuration_policy_reader.cc', 1561 'browser/policy/configuration_policy_reader.cc',
1562 'browser/policy/configuration_policy_reader.h', 1562 'browser/policy/configuration_policy_reader.h',
1563 'browser/policy/cros_user_policy_cache.cc',
1564 'browser/policy/cros_user_policy_cache.h',
1563 'browser/policy/delayed_work_scheduler.cc', 1565 'browser/policy/delayed_work_scheduler.cc',
1564 'browser/policy/delayed_work_scheduler.h', 1566 'browser/policy/delayed_work_scheduler.h',
1565 'browser/policy/cros_user_policy_cache.cc',
1566 'browser/policy/cros_user_policy_cache.h',
1567 'browser/policy/device_management_service.cc', 1567 'browser/policy/device_management_service.cc',
1568 'browser/policy/device_management_service.h', 1568 'browser/policy/device_management_service.h',
1569 'browser/policy/device_policy_cache.cc', 1569 'browser/policy/device_policy_cache.cc',
1570 'browser/policy/device_policy_cache.h', 1570 'browser/policy/device_policy_cache.h',
1571 'browser/policy/device_token_fetcher.cc', 1571 'browser/policy/device_token_fetcher.cc',
1572 'browser/policy/device_token_fetcher.h', 1572 'browser/policy/device_token_fetcher.h',
1573 'browser/policy/device_status_collector.cc', 1573 'browser/policy/device_status_collector.cc',
1574 'browser/policy/device_status_collector.h', 1574 'browser/policy/device_status_collector.h',
1575 'browser/policy/enterprise_install_attributes.cc', 1575 'browser/policy/enterprise_install_attributes.cc',
1576 'browser/policy/enterprise_install_attributes.h', 1576 'browser/policy/enterprise_install_attributes.h',
(...skipping 3660 matching lines...) Expand 10 before | Expand all | Expand 10 after
5237 'type': 'static_library', 5237 'type': 'static_library',
5238 'sources': [ 'browser/chromeos/gdata/gdata.proto' ], 5238 'sources': [ 'browser/chromeos/gdata/gdata.proto' ],
5239 'variables': { 5239 'variables': {
5240 'proto_in_dir': 'browser/chromeos/gdata', 5240 'proto_in_dir': 'browser/chromeos/gdata',
5241 'proto_out_dir': 'chrome/browser/chromeos/gdata', 5241 'proto_out_dir': 'chrome/browser/chromeos/gdata',
5242 }, 5242 },
5243 'includes': [ '../build/protoc.gypi' ] 5243 'includes': [ '../build/protoc.gypi' ]
5244 }, 5244 },
5245 ], 5245 ],
5246 } 5246 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/cros_user_policy_cache.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698