OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 'includes': [ | 6 'includes': [ |
7 # Included to get 'mac_bundle_id' and other variables. | 7 # Included to get 'mac_bundle_id' and other variables. |
8 '../build/chrome_settings.gypi', | 8 '../build/chrome_settings.gypi', |
9 ], | 9 ], |
10 'variables': { | 10 'variables': { |
(...skipping 237 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
248 'cloud_policy_proto', | 248 'cloud_policy_proto', |
249 'policy_component', | 249 'policy_component', |
250 'policy_test_support', | 250 'policy_test_support', |
251 '../testing/gmock.gyp:gmock', | 251 '../testing/gmock.gyp:gmock', |
252 '../testing/gtest.gyp:gtest', | 252 '../testing/gtest.gyp:gtest', |
253 ], | 253 ], |
254 'include_dirs': [ | 254 'include_dirs': [ |
255 '..', | 255 '..', |
256 ], | 256 ], |
257 'sources': [ | 257 'sources': [ |
| 258 'policy/core/browser/configuration_policy_pref_store_test.cc', |
| 259 'policy/core/browser/configuration_policy_pref_store_test.h', |
258 'policy/core/common/cloud/mock_cloud_external_data_manager.cc', | 260 'policy/core/common/cloud/mock_cloud_external_data_manager.cc', |
259 'policy/core/common/cloud/mock_cloud_external_data_manager.h', | 261 'policy/core/common/cloud/mock_cloud_external_data_manager.h', |
260 'policy/core/common/cloud/mock_cloud_policy_client.cc', | 262 'policy/core/common/cloud/mock_cloud_policy_client.cc', |
261 'policy/core/common/cloud/mock_cloud_policy_client.h', | 263 'policy/core/common/cloud/mock_cloud_policy_client.h', |
262 'policy/core/common/cloud/mock_cloud_policy_store.cc', | 264 'policy/core/common/cloud/mock_cloud_policy_store.cc', |
263 'policy/core/common/cloud/mock_cloud_policy_store.h', | 265 'policy/core/common/cloud/mock_cloud_policy_store.h', |
264 'policy/core/common/cloud/mock_device_management_service.cc', | 266 'policy/core/common/cloud/mock_device_management_service.cc', |
265 'policy/core/common/cloud/mock_device_management_service.h', | 267 'policy/core/common/cloud/mock_device_management_service.h', |
266 'policy/core/common/cloud/mock_user_cloud_policy_store.cc', | 268 'policy/core/common/cloud/mock_user_cloud_policy_store.cc', |
267 'policy/core/common/cloud/mock_user_cloud_policy_store.h', | 269 'policy/core/common/cloud/mock_user_cloud_policy_store.h', |
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
419 'message': | 421 'message': |
420 'Copy the Localizable.strings files to the manifest bundle', | 422 'Copy the Localizable.strings files to the manifest bundle', |
421 'process_outputs_as_mac_bundle_resources': 1, | 423 'process_outputs_as_mac_bundle_resources': 1, |
422 }, | 424 }, |
423 ], | 425 ], |
424 }, | 426 }, |
425 ], | 427 ], |
426 }], | 428 }], |
427 ], | 429 ], |
428 } | 430 } |
OLD | NEW |