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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 6161007: New protocol and testserver for the Chrome-DMServer protocol (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments + some cleanup Created 9 years, 10 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
OLDNEW
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2014 matching lines...) Expand 10 before | Expand all | Expand 10 after
2025 'browser/policy/dummy_configuration_policy_provider.h', 2025 'browser/policy/dummy_configuration_policy_provider.h',
2026 'browser/policy/file_based_policy_loader.cc', 2026 'browser/policy/file_based_policy_loader.cc',
2027 'browser/policy/file_based_policy_loader.h', 2027 'browser/policy/file_based_policy_loader.h',
2028 'browser/policy/file_based_policy_provider.cc', 2028 'browser/policy/file_based_policy_provider.cc',
2029 'browser/policy/file_based_policy_provider.h', 2029 'browser/policy/file_based_policy_provider.h',
2030 'browser/policy/managed_prefs_banner_base.cc', 2030 'browser/policy/managed_prefs_banner_base.cc',
2031 'browser/policy/managed_prefs_banner_base.h', 2031 'browser/policy/managed_prefs_banner_base.h',
2032 'browser/policy/profile_policy_context.cc', 2032 'browser/policy/profile_policy_context.cc',
2033 'browser/policy/profile_policy_context.h', 2033 'browser/policy/profile_policy_context.h',
2034 # TODO(danno): Find a better way to include these files 2034 # TODO(danno): Find a better way to include these files
2035 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.cc',
2036 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.h',
2035 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', 2037 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc',
2036 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', 2038 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h',
2037 'browser/policy/proto/device_management_constants.cc', 2039 'browser/policy/proto/device_management_constants.cc',
2038 'browser/policy/proto/device_management_constants.h', 2040 'browser/policy/proto/device_management_constants.h',
2039 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', 2041 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc',
2040 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', 2042 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h',
2041 'browser/possible_url_model.cc', 2043 'browser/possible_url_model.cc',
2042 'browser/possible_url_model.h', 2044 'browser/possible_url_model.h',
2043 'browser/power_save_blocker.h', 2045 'browser/power_save_blocker.h',
2044 'browser/power_save_blocker_common.cc', 2046 'browser/power_save_blocker_common.cc',
(...skipping 2534 matching lines...) Expand 10 before | Expand all | Expand 10 after
4579 ], 4581 ],
4580 }, 4582 },
4581 ], 4583 ],
4582 } 4584 }
4583 4585
4584 # Local Variables: 4586 # Local Variables:
4585 # tab-width:2 4587 # tab-width:2
4586 # indent-tabs-mode:nil 4588 # indent-tabs-mode:nil
4587 # End: 4589 # End:
4588 # vim: set expandtab tabstop=2 shiftwidth=2: 4590 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/browser/policy/proto/device_management_proto.gyp ('k') | chrome/test/data/policy/device_management » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698