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

Side by Side Diff: extensions/extensions.gyp

Issue 394353008: Fix non-components Win Debug build of extensions_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 | « no previous file | 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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'renderer/safe_builtins_unittest.cc', 720 'renderer/safe_builtins_unittest.cc',
721 'renderer/utils_unittest.cc', 721 'renderer/utils_unittest.cc',
722 'test/extensions_unittests_main.cc', 722 'test/extensions_unittests_main.cc',
723 'test/test_extensions_client.cc', 723 'test/test_extensions_client.cc',
724 'test/test_extensions_client.h', 724 'test/test_extensions_client.h',
725 'test/test_permission_message_provider.cc', 725 'test/test_permission_message_provider.cc',
726 'test/test_permission_message_provider.h', 726 'test/test_permission_message_provider.h',
727 'test/test_permissions_provider.cc', 727 'test/test_permissions_provider.cc',
728 'test/test_permissions_provider.h', 728 'test/test_permissions_provider.h',
729 ], 729 ],
730 'conditions': [
731 ['OS=="win" and win_use_allocator_shim==1', {
732 'dependencies': [
733 '../base/allocator/allocator.gyp:allocator',
734 ],
735 }],
736 ],
730 'actions': [ 737 'actions': [
731 { 738 {
732 'action_name': 'repack_components_pack', 739 'action_name': 'repack_components_pack',
733 'variables': { 740 'variables': {
734 'pak_inputs': [ 741 'pak_inputs': [
735 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak', 742 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_resources.pak',
736 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak', 743 '<(SHARED_INTERMEDIATE_DIR)/extensions/extensions_renderer_resourc es.pak',
737 ], 744 ],
738 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak', 745 'pak_output': '<(PRODUCT_DIR)/extensions_unittests_resources.pak',
739 }, 746 },
740 'includes': [ '../build/repack_action.gypi' ], 747 'includes': [ '../build/repack_action.gypi' ],
741 }, 748 },
742 ], 749 ],
743 }, 750 },
744 ] 751 ]
745 } 752 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698