| 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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 '../testing/gtest.gyp:gtest', | 646 '../testing/gtest.gyp:gtest', |
| 647 'common/api/api.gyp:extensions_api', | 647 'common/api/api.gyp:extensions_api', |
| 648 'extensions_browser', | 648 'extensions_browser', |
| 649 'extensions_common', | 649 'extensions_common', |
| 650 ], | 650 ], |
| 651 'include_dirs': [ | 651 'include_dirs': [ |
| 652 '..', | 652 '..', |
| 653 '<(SHARED_INTERMEDIATE_DIR)', | 653 '<(SHARED_INTERMEDIATE_DIR)', |
| 654 ], | 654 ], |
| 655 'sources': [ | 655 'sources': [ |
| 656 'browser/api/dns/mock_host_resolver_creator.cc', |
| 657 'browser/api/dns/mock_host_resolver_creator.h', |
| 658 'browser/api_test_utils.cc', |
| 659 'browser/api_test_utils.h', |
| 656 'browser/test_extensions_browser_client.cc', | 660 'browser/test_extensions_browser_client.cc', |
| 657 'browser/test_extensions_browser_client.h', | 661 'browser/test_extensions_browser_client.h', |
| 658 'browser/test_management_policy.cc', | 662 'browser/test_management_policy.cc', |
| 659 'browser/test_management_policy.h', | 663 'browser/test_management_policy.h', |
| 660 'browser/test_runtime_api_delegate.cc', | 664 'browser/test_runtime_api_delegate.cc', |
| 661 'browser/test_runtime_api_delegate.h', | 665 'browser/test_runtime_api_delegate.h', |
| 662 'common/extension_builder.cc', | 666 'common/extension_builder.cc', |
| 663 'common/extension_builder.h', | 667 'common/extension_builder.h', |
| 664 'common/test_util.cc', | 668 'common/test_util.cc', |
| 665 'common/test_util.h', | 669 'common/test_util.h', |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 702 'test/test_extensions_client.cc', | 706 'test/test_extensions_client.cc', |
| 703 'test/test_extensions_client.h', | 707 'test/test_extensions_client.h', |
| 704 'test/test_permission_message_provider.cc', | 708 'test/test_permission_message_provider.cc', |
| 705 'test/test_permission_message_provider.h', | 709 'test/test_permission_message_provider.h', |
| 706 'test/test_permissions_provider.cc', | 710 'test/test_permissions_provider.cc', |
| 707 'test/test_permissions_provider.h', | 711 'test/test_permissions_provider.h', |
| 708 ], | 712 ], |
| 709 }, | 713 }, |
| 710 ] | 714 ] |
| 711 } | 715 } |
| OLD | NEW |