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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9066005: Remove all old-style DeviceManagementService legacy. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 8 years, 11 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/mock_device_management_service_old.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 1810 matching lines...) Expand 10 before | Expand all | Expand 10 after
1821 'browser/policy/configuration_policy_provider_delegate_win.cc', 1821 'browser/policy/configuration_policy_provider_delegate_win.cc',
1822 'browser/policy/configuration_policy_provider_delegate_win.h', 1822 'browser/policy/configuration_policy_provider_delegate_win.h',
1823 'browser/policy/configuration_policy_provider_mac.cc', 1823 'browser/policy/configuration_policy_provider_mac.cc',
1824 'browser/policy/configuration_policy_provider_mac.h', 1824 'browser/policy/configuration_policy_provider_mac.h',
1825 'browser/policy/configuration_policy_provider_win.cc', 1825 'browser/policy/configuration_policy_provider_win.cc',
1826 'browser/policy/configuration_policy_provider_win.h', 1826 'browser/policy/configuration_policy_provider_win.h',
1827 'browser/policy/configuration_policy_reader.cc', 1827 'browser/policy/configuration_policy_reader.cc',
1828 'browser/policy/configuration_policy_reader.h', 1828 'browser/policy/configuration_policy_reader.h',
1829 'browser/policy/delayed_work_scheduler.cc', 1829 'browser/policy/delayed_work_scheduler.cc',
1830 'browser/policy/delayed_work_scheduler.h', 1830 'browser/policy/delayed_work_scheduler.h',
1831 'browser/policy/device_management_backend.h',
1832 'browser/policy/device_management_backend_impl.cc',
1833 'browser/policy/device_management_backend_impl.h',
1834 'browser/policy/device_management_service.cc', 1831 'browser/policy/device_management_service.cc',
1835 'browser/policy/device_management_service.h', 1832 'browser/policy/device_management_service.h',
1836 'browser/policy/device_policy_cache.cc', 1833 'browser/policy/device_policy_cache.cc',
1837 'browser/policy/device_policy_cache.h', 1834 'browser/policy/device_policy_cache.h',
1838 'browser/policy/device_token_fetcher.cc', 1835 'browser/policy/device_token_fetcher.cc',
1839 'browser/policy/device_token_fetcher.h', 1836 'browser/policy/device_token_fetcher.h',
1840 'browser/policy/device_status_collector.cc', 1837 'browser/policy/device_status_collector.cc',
1841 'browser/policy/device_status_collector.h', 1838 'browser/policy/device_status_collector.h',
1842 'browser/policy/enterprise_install_attributes.cc', 1839 'browser/policy/enterprise_install_attributes.cc',
1843 'browser/policy/enterprise_install_attributes.h', 1840 'browser/policy/enterprise_install_attributes.h',
(...skipping 3571 matching lines...) Expand 10 before | Expand all | Expand 10 after
5415 'type': 'static_library', 5412 'type': 'static_library',
5416 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5413 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5417 'variables': { 5414 'variables': {
5418 'proto_in_dir': 'browser/history', 5415 'proto_in_dir': 'browser/history',
5419 'proto_out_dir': 'chrome/browser/history', 5416 'proto_out_dir': 'chrome/browser/history',
5420 }, 5417 },
5421 'includes': [ '../build/protoc.gypi' ] 5418 'includes': [ '../build/protoc.gypi' ]
5422 }, 5419 },
5423 ], 5420 ],
5424 } 5421 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/mock_device_management_service_old.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698