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 988 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
999 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', | 999 'browser/api/sockets_tcp/sockets_tcp_api_unittest.cc', |
1000 'browser/api/storage/settings_quota_unittest.cc', | 1000 'browser/api/storage/settings_quota_unittest.cc', |
1001 'browser/api/storage/storage_api_unittest.cc', | 1001 'browser/api/storage/storage_api_unittest.cc', |
1002 'browser/api/storage/storage_frontend_unittest.cc', | 1002 'browser/api/storage/storage_frontend_unittest.cc', |
1003 'browser/computed_hashes_unittest.cc', | 1003 'browser/computed_hashes_unittest.cc', |
1004 'browser/content_hash_tree_unittest.cc', | 1004 'browser/content_hash_tree_unittest.cc', |
1005 'browser/event_listener_map_unittest.cc', | 1005 'browser/event_listener_map_unittest.cc', |
1006 'browser/event_router_unittest.cc', | 1006 'browser/event_router_unittest.cc', |
1007 'browser/api_unittest.cc', | 1007 'browser/api_unittest.cc', |
1008 'browser/api_unittest.h', | 1008 'browser/api_unittest.h', |
| 1009 'browser/extension_icon_image_unittest.cc', |
1009 'browser/extension_pref_value_map_unittest.cc', | 1010 'browser/extension_pref_value_map_unittest.cc', |
1010 'browser/extension_registry_unittest.cc', | 1011 'browser/extension_registry_unittest.cc', |
1011 'browser/file_highlighter_unittest.cc', | 1012 'browser/file_highlighter_unittest.cc', |
1012 'browser/file_reader_unittest.cc', | 1013 'browser/file_reader_unittest.cc', |
1013 'browser/guest_view/guest_view_manager_unittest.cc', | 1014 'browser/guest_view/guest_view_manager_unittest.cc', |
1014 'browser/image_loader_unittest.cc', | 1015 'browser/image_loader_unittest.cc', |
1015 'browser/image_util_unittest.cc', | 1016 'browser/image_util_unittest.cc', |
1016 'browser/info_map_unittest.cc', | 1017 'browser/info_map_unittest.cc', |
1017 'browser/lazy_background_task_queue_unittest.cc', | 1018 'browser/lazy_background_task_queue_unittest.cc', |
1018 'browser/management_policy_unittest.cc', | 1019 'browser/management_policy_unittest.cc', |
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 'browser/api/cast_channel/logging.proto' | 1079 'browser/api/cast_channel/logging.proto' |
1079 ], | 1080 ], |
1080 'variables': { | 1081 'variables': { |
1081 'proto_in_dir': 'browser/api/cast_channel', | 1082 'proto_in_dir': 'browser/api/cast_channel', |
1082 'proto_out_dir': 'extensions/browser/api/cast_channel', | 1083 'proto_out_dir': 'extensions/browser/api/cast_channel', |
1083 }, | 1084 }, |
1084 'includes': [ '../build/protoc.gypi' ] | 1085 'includes': [ '../build/protoc.gypi' ] |
1085 }, | 1086 }, |
1086 ] | 1087 ] |
1087 } | 1088 } |
OLD | NEW |