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 1018 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1029 'sources': [ | 1029 'sources': [ |
1030 # Note: sources list duplicated in GN build. | 1030 # Note: sources list duplicated in GN build. |
1031 'browser/api/dns/mock_host_resolver_creator.cc', | 1031 'browser/api/dns/mock_host_resolver_creator.cc', |
1032 'browser/api/dns/mock_host_resolver_creator.h', | 1032 'browser/api/dns/mock_host_resolver_creator.h', |
1033 'browser/api/storage/settings_test_util.cc', | 1033 'browser/api/storage/settings_test_util.cc', |
1034 'browser/api/storage/settings_test_util.h', | 1034 'browser/api/storage/settings_test_util.h', |
1035 'browser/api_test_utils.cc', | 1035 'browser/api_test_utils.cc', |
1036 'browser/api_test_utils.h', | 1036 'browser/api_test_utils.h', |
1037 'browser/api_unittest.cc', | 1037 'browser/api_unittest.cc', |
1038 'browser/api_unittest.h', | 1038 'browser/api_unittest.h', |
| 1039 'browser/app_window/test_app_window_contents.cc', |
| 1040 'browser/app_window/test_app_window_contents.h', |
1039 'browser/extension_error_test_util.cc', | 1041 'browser/extension_error_test_util.cc', |
1040 'browser/extension_error_test_util.h', | 1042 'browser/extension_error_test_util.h', |
1041 'browser/extensions_test.cc', | 1043 'browser/extensions_test.cc', |
1042 'browser/extensions_test.h', | 1044 'browser/extensions_test.h', |
1043 'browser/guest_view/test_guest_view_manager.cc', | 1045 'browser/guest_view/test_guest_view_manager.cc', |
1044 'browser/guest_view/test_guest_view_manager.h', | 1046 'browser/guest_view/test_guest_view_manager.h', |
1045 'browser/mock_extension_system.cc', | 1047 'browser/mock_extension_system.cc', |
1046 'browser/mock_extension_system.h', | 1048 'browser/mock_extension_system.h', |
1047 'browser/test_extension_registry_observer.cc', | 1049 'browser/test_extension_registry_observer.cc', |
1048 'browser/test_extension_registry_observer.h', | 1050 'browser/test_extension_registry_observer.h', |
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1257 'conditions': [ | 1259 'conditions': [ |
1258 ['OS=="win" and win_use_allocator_shim==1', { | 1260 ['OS=="win" and win_use_allocator_shim==1', { |
1259 'dependencies': [ | 1261 'dependencies': [ |
1260 '../base/allocator/allocator.gyp:allocator', | 1262 '../base/allocator/allocator.gyp:allocator', |
1261 ], | 1263 ], |
1262 }], | 1264 }], |
1263 ], | 1265 ], |
1264 }, | 1266 }, |
1265 ] | 1267 ] |
1266 } | 1268 } |
OLD | NEW |