Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(431)

Side by Side Diff: extensions/extensions.gyp

Issue 394103004: Move DnsApiTest.DnsResolveIPLiteral and DnsApiTest.DnsResolveHostname to app_shell_browsertests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: correcter gyp Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « extensions/browser/api_test_utils.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'renderer/send_request_natives.cc', 645 'renderer/send_request_natives.cc',
646 ], 646 ],
647 }], 647 }],
648 ] 648 ]
649 }, 649 },
650 { 650 {
651 'target_name': 'extensions_test_support', 651 'target_name': 'extensions_test_support',
652 'type': 'static_library', 652 'type': 'static_library',
653 'dependencies': [ 653 'dependencies': [
654 '../base/base.gyp:base', 654 '../base/base.gyp:base',
655 '../net/net.gyp:net_test_support',
655 '../testing/gtest.gyp:gtest', 656 '../testing/gtest.gyp:gtest',
656 'common/api/api.gyp:extensions_api', 657 'common/api/api.gyp:extensions_api',
657 'extensions_browser', 658 'extensions_browser',
658 'extensions_common', 659 'extensions_common',
659 ], 660 ],
660 'include_dirs': [ 661 'include_dirs': [
661 '..', 662 '..',
662 '<(SHARED_INTERMEDIATE_DIR)', 663 '<(SHARED_INTERMEDIATE_DIR)',
663 ], 664 ],
664 'sources': [ 665 'sources': [
666 'browser/api/dns/mock_host_resolver_creator.cc',
667 'browser/api/dns/mock_host_resolver_creator.h',
668 'browser/api_test_utils.cc',
669 'browser/api_test_utils.h',
665 'browser/test_extensions_browser_client.cc', 670 'browser/test_extensions_browser_client.cc',
666 'browser/test_extensions_browser_client.h', 671 'browser/test_extensions_browser_client.h',
667 'browser/test_management_policy.cc', 672 'browser/test_management_policy.cc',
668 'browser/test_management_policy.h', 673 'browser/test_management_policy.h',
669 'browser/test_runtime_api_delegate.cc', 674 'browser/test_runtime_api_delegate.cc',
670 'browser/test_runtime_api_delegate.h', 675 'browser/test_runtime_api_delegate.h',
671 'common/extension_builder.cc', 676 'common/extension_builder.cc',
672 'common/extension_builder.h', 677 'common/extension_builder.h',
673 'common/test_util.cc', 678 'common/test_util.cc',
674 'common/test_util.h', 679 'common/test_util.h',
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak', 747 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak',
743 ], 748 ],
744 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', 749 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak',
745 }, 750 },
746 'includes': [ '../build/repack_action.gypi' ], 751 'includes': [ '../build/repack_action.gypi' ],
747 }, 752 },
748 ], 753 ],
749 }, 754 },
750 ] 755 ]
751 } 756 }
OLDNEW
« no previous file with comments | « extensions/browser/api_test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698