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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 9064006: Convert DeviceTokenFetcher and CloudPolicyController response callbacks. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nits 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/proto/device_management_constants.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 (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 1854 matching lines...) Expand 10 before | Expand all | Expand 10 after
1865 'browser/policy/user_policy_cache.h', 1865 'browser/policy/user_policy_cache.h',
1866 'browser/policy/user_policy_disk_cache.cc', 1866 'browser/policy/user_policy_disk_cache.cc',
1867 'browser/policy/user_policy_disk_cache.h', 1867 'browser/policy/user_policy_disk_cache.h',
1868 'browser/policy/user_policy_token_cache.cc', 1868 'browser/policy/user_policy_token_cache.cc',
1869 'browser/policy/user_policy_token_cache.h', 1869 'browser/policy/user_policy_token_cache.h',
1870 # TODO(danno): Find a better way to include these files 1870 # TODO(danno): Find a better way to include these files
1871 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c', 1871 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.c c',
1872 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ', 1872 '<(protoc_out_dir)/chrome/browser/policy/proto/chrome_device_policy.pb.h ',
1873 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', 1873 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc',
1874 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', 1874 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h',
1875 'browser/policy/proto/device_management_constants.cc',
1876 'browser/policy/proto/device_management_constants.h',
1877 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', 1875 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc',
1878 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', 1876 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h',
1879 'browser/preferences_mac.cc', 1877 'browser/preferences_mac.cc',
1880 'browser/preferences_mac.h', 1878 'browser/preferences_mac.h',
1881 'browser/prefs/browser_prefs.cc', 1879 'browser/prefs/browser_prefs.cc',
1882 'browser/prefs/browser_prefs.h', 1880 'browser/prefs/browser_prefs.h',
1883 'browser/prefs/command_line_pref_store.cc', 1881 'browser/prefs/command_line_pref_store.cc',
1884 'browser/prefs/command_line_pref_store.h', 1882 'browser/prefs/command_line_pref_store.h',
1885 'browser/prefs/default_pref_store.cc', 1883 'browser/prefs/default_pref_store.cc',
1886 'browser/prefs/default_pref_store.h', 1884 'browser/prefs/default_pref_store.h',
(...skipping 3530 matching lines...) Expand 10 before | Expand all | Expand 10 after
5417 'type': 'static_library', 5415 'type': 'static_library',
5418 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ], 5416 'sources': [ 'browser/history/in_memory_url_index_cache.proto' ],
5419 'variables': { 5417 'variables': {
5420 'proto_in_dir': 'browser/history', 5418 'proto_in_dir': 'browser/history',
5421 'proto_out_dir': 'chrome/browser/history', 5419 'proto_out_dir': 'chrome/browser/history',
5422 }, 5420 },
5423 'includes': [ '../build/protoc.gypi' ] 5421 'includes': [ '../build/protoc.gypi' ]
5424 }, 5422 },
5425 ], 5423 ],
5426 } 5424 }
OLDNEW
« no previous file with comments | « chrome/browser/policy/proto/device_management_constants.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698