OLD | NEW |
---|---|
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 2012 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2023 'browser/policy/dummy_configuration_policy_provider.h', | 2023 'browser/policy/dummy_configuration_policy_provider.h', |
2024 'browser/policy/file_based_policy_loader.cc', | 2024 'browser/policy/file_based_policy_loader.cc', |
2025 'browser/policy/file_based_policy_loader.h', | 2025 'browser/policy/file_based_policy_loader.h', |
2026 'browser/policy/file_based_policy_provider.cc', | 2026 'browser/policy/file_based_policy_provider.cc', |
2027 'browser/policy/file_based_policy_provider.h', | 2027 'browser/policy/file_based_policy_provider.h', |
2028 'browser/policy/managed_prefs_banner_base.cc', | 2028 'browser/policy/managed_prefs_banner_base.cc', |
2029 'browser/policy/managed_prefs_banner_base.h', | 2029 'browser/policy/managed_prefs_banner_base.h', |
2030 'browser/policy/profile_policy_context.cc', | 2030 'browser/policy/profile_policy_context.cc', |
2031 'browser/policy/profile_policy_context.h', | 2031 'browser/policy/profile_policy_context.h', |
2032 # TODO(danno): Find a better way to include these files | 2032 # TODO(danno): Find a better way to include these files |
2033 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.cc', | |
Jakob Kummerow
2011/01/28 10:45:52
I think you don't need these two lines.
gfeher
2011/01/28 13:42:10
I do, because device_management_backend.proto incl
| |
2034 '<(protoc_out_dir)/chrome/browser/policy/proto/cloud_policy.pb.h', | |
2033 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', | 2035 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.cc', |
2034 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', | 2036 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_backend .pb.h', |
2035 'browser/policy/proto/device_management_constants.cc', | 2037 'browser/policy/proto/device_management_constants.cc', |
2036 'browser/policy/proto/device_management_constants.h', | 2038 'browser/policy/proto/device_management_constants.h', |
2037 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', | 2039 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.cc', |
2038 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', | 2040 '<(protoc_out_dir)/chrome/browser/policy/proto/device_management_local.p b.h', |
2039 'browser/possible_url_model.cc', | 2041 'browser/possible_url_model.cc', |
2040 'browser/possible_url_model.h', | 2042 'browser/possible_url_model.h', |
2041 'browser/power_save_blocker.h', | 2043 'browser/power_save_blocker.h', |
2042 'browser/power_save_blocker_common.cc', | 2044 'browser/power_save_blocker_common.cc', |
(...skipping 2534 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
4577 ], | 4579 ], |
4578 }, | 4580 }, |
4579 ], | 4581 ], |
4580 } | 4582 } |
4581 | 4583 |
4582 # Local Variables: | 4584 # Local Variables: |
4583 # tab-width:2 | 4585 # tab-width:2 |
4584 # indent-tabs-mode:nil | 4586 # indent-tabs-mode:nil |
4585 # End: | 4587 # End: |
4586 # vim: set expandtab tabstop=2 shiftwidth=2: | 4588 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |