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

Side by Side Diff: ash/ash.gyp

Issue 47363002: Make intsafe.h workaround global (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | build/common.gypi » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 'includes': [ 10 'includes': [
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 '../ipc/ipc.gyp:ipc', 668 '../ipc/ipc.gyp:ipc',
669 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', 669 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages',
670 '../win8/win8.gyp:metro_viewer', 670 '../win8/win8.gyp:metro_viewer',
671 '../win8/win8.gyp:test_support_win8', 671 '../win8/win8.gyp:test_support_win8',
672 '../win8/win8_tests.gyp:test_registrar', 672 '../win8/win8_tests.gyp:test_registrar',
673 ], 673 ],
674 'sources': [ 674 'sources': [
675 'test/test_metro_viewer_process_host.cc', 675 'test/test_metro_viewer_process_host.cc',
676 'test/test_metro_viewer_process_host.h', 676 'test/test_metro_viewer_process_host.h',
677 ], 677 ],
678 'msvs_settings': {
679 'VCCLCompilerTool': {
680 'ForcedIncludeFiles': [ 'build/intsafe_workaround.h' ],
681 },
682 },
683 }], 678 }],
684 ], 679 ],
685 }, 680 },
686 { 681 {
687 'target_name': 'ash_unittests', 682 'target_name': 'ash_unittests',
688 'type': 'executable', 683 'type': 'executable',
689 'dependencies': [ 684 'dependencies': [
690 '../base/base.gyp:base', 685 '../base/base.gyp:base',
691 '../base/base.gyp:test_support_base', 686 '../base/base.gyp:test_support_base',
692 '../chrome/chrome_resources.gyp:packed_resources', 687 '../chrome/chrome_resources.gyp:packed_resources',
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 }, 950 },
956 }, 951 },
957 'dependencies': [ 952 'dependencies': [
958 '../sandbox/sandbox.gyp:sandbox', 953 '../sandbox/sandbox.gyp:sandbox',
959 ], 954 ],
960 }], 955 }],
961 ], 956 ],
962 }, 957 },
963 ], 958 ],
964 } 959 }
OLDNEW
« no previous file with comments | « no previous file | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698