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 558 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
569 'test/test_shell_delegate.h', | 569 'test/test_shell_delegate.h', |
570 'test/test_suite.cc', | 570 'test/test_suite.cc', |
571 'test/test_suite.h', | 571 'test/test_suite.h', |
572 'test/test_suite_init.h', | 572 'test/test_suite_init.h', |
573 'test/test_suite_init.mm', | 573 'test/test_suite_init.mm', |
574 ], | 574 ], |
575 'conditions': [ | 575 'conditions': [ |
576 ['OS=="win"', { | 576 ['OS=="win"', { |
577 'dependencies': [ | 577 'dependencies': [ |
578 '../ipc/ipc.gyp:ipc', | 578 '../ipc/ipc.gyp:ipc', |
579 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer', | 579 '../ui/metro_viewer/metro_viewer.gyp:metro_viewer_messages', |
| 580 '../win8/win8.gyp:metro_viewer', |
| 581 '../win8/win8.gyp:test_support_win8', |
580 '../win8/win8_tests.gyp:test_registrar', | 582 '../win8/win8_tests.gyp:test_registrar', |
581 '../win8/win8.gyp:test_support_win8', | |
582 ], | 583 ], |
583 'sources': [ | 584 'sources': [ |
584 'test/test_metro_viewer_process_host.cc', | 585 'test/test_metro_viewer_process_host.cc', |
585 'test/test_metro_viewer_process_host.h', | 586 'test/test_metro_viewer_process_host.h', |
586 ], | 587 ], |
587 }], | 588 }], |
588 ], | 589 ], |
589 }, | 590 }, |
590 { | 591 { |
591 'target_name': 'ash_unittests', | 592 'target_name': 'ash_unittests', |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
851 'shell/cocoa/app-Info.plist', | 852 'shell/cocoa/app-Info.plist', |
852 ], | 853 ], |
853 'xcode_settings': { | 854 'xcode_settings': { |
854 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 855 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
855 }, | 856 }, |
856 }], | 857 }], |
857 ], | 858 ], |
858 }, | 859 }, |
859 ], | 860 ], |
860 } | 861 } |
OLD | NEW |