OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |