| 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 305 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 316             'policy/core/common/mock_configuration_policy_provider.cc', | 316             'policy/core/common/mock_configuration_policy_provider.cc', | 
| 317             'policy/core/common/mock_configuration_policy_provider.h', | 317             'policy/core/common/mock_configuration_policy_provider.h', | 
| 318             'policy/core/common/mock_policy_service.cc', | 318             'policy/core/common/mock_policy_service.cc', | 
| 319             'policy/core/common/mock_policy_service.h', | 319             'policy/core/common/mock_policy_service.h', | 
| 320             'policy/core/common/policy_test_utils.cc', | 320             'policy/core/common/policy_test_utils.cc', | 
| 321             'policy/core/common/policy_test_utils.h', | 321             'policy/core/common/policy_test_utils.h', | 
| 322             'policy/core/common/preferences_mock_mac.cc', | 322             'policy/core/common/preferences_mock_mac.cc', | 
| 323             'policy/core/common/preferences_mock_mac.h', | 323             'policy/core/common/preferences_mock_mac.h', | 
| 324             'policy/core/common/remote_commands/test_remote_command_job.cc', | 324             'policy/core/common/remote_commands/test_remote_command_job.cc', | 
| 325             'policy/core/common/remote_commands/test_remote_command_job.h', | 325             'policy/core/common/remote_commands/test_remote_command_job.h', | 
|  | 326             'policy/core/common/remote_commands/testing_remote_commands_server.c
     c', | 
|  | 327             'policy/core/common/remote_commands/testing_remote_commands_server.h
     ', | 
| 326           ], | 328           ], | 
| 327           'conditions': [ | 329           'conditions': [ | 
| 328             ['OS=="android"', { | 330             ['OS=="android"', { | 
| 329               'sources!': [ | 331               'sources!': [ | 
| 330                 'policy/core/common/fake_async_policy_loader.cc', | 332                 'policy/core/common/fake_async_policy_loader.cc', | 
| 331                 'policy/core/common/fake_async_policy_loader.h', | 333                 'policy/core/common/fake_async_policy_loader.h', | 
| 332               ], | 334               ], | 
| 333             }], | 335             }], | 
| 334             ['chromeos==1', { | 336             ['chromeos==1', { | 
| 335               'sources!': [ | 337               'sources!': [ | 
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 471               'message': | 473               'message': | 
| 472                   'Copy the Localizable.strings files to the manifest bundle', | 474                   'Copy the Localizable.strings files to the manifest bundle', | 
| 473               'process_outputs_as_mac_bundle_resources': 1, | 475               'process_outputs_as_mac_bundle_resources': 1, | 
| 474             }, | 476             }, | 
| 475           ], | 477           ], | 
| 476         }, | 478         }, | 
| 477       ], | 479       ], | 
| 478     }], | 480     }], | 
| 479   ], | 481   ], | 
| 480 } | 482 } | 
| OLD | NEW | 
|---|