| 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 923 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 934 'common/extension_builder.cc', | 934 'common/extension_builder.cc', |
| 935 'common/extension_builder.h', | 935 'common/extension_builder.h', |
| 936 'common/manifest_test.cc', | 936 'common/manifest_test.cc', |
| 937 'common/manifest_test.h', | 937 'common/manifest_test.h', |
| 938 'common/test_util.cc', | 938 'common/test_util.cc', |
| 939 'common/test_util.h', | 939 'common/test_util.h', |
| 940 'common/value_builder.cc', | 940 'common/value_builder.cc', |
| 941 'common/value_builder.h', | 941 'common/value_builder.h', |
| 942 'renderer/test_extensions_renderer_client.cc', | 942 'renderer/test_extensions_renderer_client.cc', |
| 943 'renderer/test_extensions_renderer_client.h', | 943 'renderer/test_extensions_renderer_client.h', |
| 944 'test/extension_test_message_listener.cc', |
| 945 'test/extension_test_message_listener.h', |
| 944 'test/result_catcher.cc', | 946 'test/result_catcher.cc', |
| 945 'test/result_catcher.h', | 947 'test/result_catcher.h', |
| 946 'test/test_extensions_client.cc', | 948 'test/test_extensions_client.cc', |
| 947 'test/test_extensions_client.h', | 949 'test/test_extensions_client.h', |
| 948 'test/test_permission_message_provider.cc', | 950 'test/test_permission_message_provider.cc', |
| 949 'test/test_permission_message_provider.h', | 951 'test/test_permission_message_provider.h', |
| 950 ], | 952 ], |
| 951 # Disable c4267 warnings until we fix size_t to int truncations. | 953 # Disable c4267 warnings until we fix size_t to int truncations. |
| 952 'msvs_disabled_warnings': [ 4267, ], | 954 'msvs_disabled_warnings': [ 4267, ], |
| 953 }, | 955 }, |
| (...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1141 'browser/api/cast_channel/logging.proto' | 1143 'browser/api/cast_channel/logging.proto' |
| 1142 ], | 1144 ], |
| 1143 'variables': { | 1145 'variables': { |
| 1144 'proto_in_dir': 'browser/api/cast_channel', | 1146 'proto_in_dir': 'browser/api/cast_channel', |
| 1145 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1147 'proto_out_dir': 'extensions/browser/api/cast_channel', |
| 1146 }, | 1148 }, |
| 1147 'includes': [ '../build/protoc.gypi' ] | 1149 'includes': [ '../build/protoc.gypi' ] |
| 1148 }, | 1150 }, |
| 1149 ] | 1151 ] |
| 1150 } | 1152 } |
| OLD | NEW |