| 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 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 787 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 798 'browser/test_runtime_api_delegate.cc', | 798 'browser/test_runtime_api_delegate.cc', |
| 799 'browser/test_runtime_api_delegate.h', | 799 'browser/test_runtime_api_delegate.h', |
| 800 'common/extension_builder.cc', | 800 'common/extension_builder.cc', |
| 801 'common/extension_builder.h', | 801 'common/extension_builder.h', |
| 802 'common/test_util.cc', | 802 'common/test_util.cc', |
| 803 'common/test_util.h', | 803 'common/test_util.h', |
| 804 'common/value_builder.cc', | 804 'common/value_builder.cc', |
| 805 'common/value_builder.h', | 805 'common/value_builder.h', |
| 806 'renderer/test_extensions_renderer_client.cc', | 806 'renderer/test_extensions_renderer_client.cc', |
| 807 'renderer/test_extensions_renderer_client.h', | 807 'renderer/test_extensions_renderer_client.h', |
| 808 'test/result_catcher.cc', |
| 809 'test/result_catcher.h', |
| 808 'test/test_extensions_client.cc', | 810 'test/test_extensions_client.cc', |
| 809 'test/test_extensions_client.h', | 811 'test/test_extensions_client.h', |
| 810 'test/test_permission_message_provider.cc', | 812 'test/test_permission_message_provider.cc', |
| 811 'test/test_permission_message_provider.h', | 813 'test/test_permission_message_provider.h', |
| 812 'test/test_permissions_provider.cc', | 814 'test/test_permissions_provider.cc', |
| 813 'test/test_permissions_provider.h', | 815 'test/test_permissions_provider.h', |
| 814 ], | 816 ], |
| 815 # Disable c4267 warnings until we fix size_t to int truncations. | 817 # Disable c4267 warnings until we fix size_t to int truncations. |
| 816 'msvs_disabled_warnings': [ 4267, ], | 818 'msvs_disabled_warnings': [ 4267, ], |
| 817 }, | 819 }, |
| (...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 981 'browser/api/cast_channel/logging.proto' | 983 'browser/api/cast_channel/logging.proto' |
| 982 ], | 984 ], |
| 983 'variables': { | 985 'variables': { |
| 984 'proto_in_dir': 'browser/api/cast_channel', | 986 'proto_in_dir': 'browser/api/cast_channel', |
| 985 'proto_out_dir': 'extensions/browser/api/cast_channel', | 987 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 986 }, | 988 }, |
| 987 'includes': [ '../build/protoc.gypi' ] | 989 'includes': [ '../build/protoc.gypi' ] |
| 988 }, | 990 }, |
| 989 ] | 991 ] |
| 990 } | 992 } |
| OLD | NEW |