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 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 'browser/api/usb/usb_api.cc', | 305 'browser/api/usb/usb_api.cc', |
306 'browser/api/usb/usb_api.h', | 306 'browser/api/usb/usb_api.h', |
307 'browser/api/usb/usb_device_resource.cc', | 307 'browser/api/usb/usb_device_resource.cc', |
308 'browser/api/usb/usb_device_resource.h', | 308 'browser/api/usb/usb_device_resource.h', |
309 'browser/api_activity_monitor.h', | 309 'browser/api_activity_monitor.h', |
310 'browser/app_sorting.h', | 310 'browser/app_sorting.h', |
311 'browser/blacklist_state.h', | 311 'browser/blacklist_state.h', |
312 'browser/browser_context_keyed_api_factory.h', | 312 'browser/browser_context_keyed_api_factory.h', |
313 'browser/browser_context_keyed_service_factories.cc', | 313 'browser/browser_context_keyed_service_factories.cc', |
314 'browser/browser_context_keyed_service_factories.h', | 314 'browser/browser_context_keyed_service_factories.h', |
| 315 'browser/computed_hashes.cc', |
| 316 'browser/computed_hashes.h', |
315 'browser/content_hash_fetcher.cc', | 317 'browser/content_hash_fetcher.cc', |
316 'browser/content_hash_fetcher.h', | 318 'browser/content_hash_fetcher.h', |
317 'browser/content_hash_reader.cc', | 319 'browser/content_hash_reader.cc', |
318 'browser/content_hash_reader.h', | 320 'browser/content_hash_reader.h', |
319 'browser/content_hash_tree.cc', | 321 'browser/content_hash_tree.cc', |
320 'browser/content_hash_tree.h', | 322 'browser/content_hash_tree.h', |
321 'browser/content_verifier.cc', | 323 'browser/content_verifier.cc', |
322 'browser/content_verifier.h', | 324 'browser/content_verifier.h', |
323 'browser/content_verifier_delegate.h', | 325 'browser/content_verifier_delegate.h', |
324 'browser/content_verify_job.cc', | 326 'browser/content_verify_job.cc', |
(...skipping 304 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
629 'test/test_extensions_client.cc', | 631 'test/test_extensions_client.cc', |
630 'test/test_extensions_client.h', | 632 'test/test_extensions_client.h', |
631 'test/test_permission_message_provider.cc', | 633 'test/test_permission_message_provider.cc', |
632 'test/test_permission_message_provider.h', | 634 'test/test_permission_message_provider.h', |
633 'test/test_permissions_provider.cc', | 635 'test/test_permissions_provider.cc', |
634 'test/test_permissions_provider.h', | 636 'test/test_permissions_provider.h', |
635 ], | 637 ], |
636 }, | 638 }, |
637 ] | 639 ] |
638 } | 640 } |
OLD | NEW |