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 596 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
607 ], | 607 ], |
608 }, | 608 }, |
609 { | 609 { |
610 'target_name': 'ash_unittests', | 610 'target_name': 'ash_unittests', |
611 'type': 'executable', | 611 'type': 'executable', |
612 'dependencies': [ | 612 'dependencies': [ |
613 '../base/base.gyp:base', | 613 '../base/base.gyp:base', |
614 '../base/base.gyp:test_support_base', | 614 '../base/base.gyp:test_support_base', |
615 '../chrome/chrome_resources.gyp:packed_resources', | 615 '../chrome/chrome_resources.gyp:packed_resources', |
616 '../content/content.gyp:content_browser', | 616 '../content/content.gyp:content_browser', |
617 '../content/content.gyp:test_support_content', | 617 '../content/content_shell_and_tests.gyp:test_support_content', |
618 '../skia/skia.gyp:skia', | 618 '../skia/skia.gyp:skia', |
619 '../testing/gtest.gyp:gtest', | 619 '../testing/gtest.gyp:gtest', |
620 '../third_party/icu/icu.gyp:icui18n', | 620 '../third_party/icu/icu.gyp:icui18n', |
621 '../third_party/icu/icu.gyp:icuuc', | 621 '../third_party/icu/icu.gyp:icuuc', |
622 '../ui/app_list/app_list.gyp:app_list', | 622 '../ui/app_list/app_list.gyp:app_list', |
623 '../ui/aura/aura.gyp:aura', | 623 '../ui/aura/aura.gyp:aura', |
624 '../ui/aura/aura.gyp:aura_test_support', | 624 '../ui/aura/aura.gyp:aura_test_support', |
625 '../ui/compositor/compositor.gyp:compositor', | 625 '../ui/compositor/compositor.gyp:compositor', |
626 '../ui/keyboard/keyboard.gyp:keyboard', | 626 '../ui/keyboard/keyboard.gyp:keyboard', |
627 '../ui/message_center/message_center.gyp:message_center', | 627 '../ui/message_center/message_center.gyp:message_center', |
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
786 ], | 786 ], |
787 }, | 787 }, |
788 { | 788 { |
789 'target_name': 'ash_shell', | 789 'target_name': 'ash_shell', |
790 'type': 'executable', | 790 'type': 'executable', |
791 'dependencies': [ | 791 'dependencies': [ |
792 'ash_strings.gyp:ash_strings', | 792 'ash_strings.gyp:ash_strings', |
793 '../base/base.gyp:base', | 793 '../base/base.gyp:base', |
794 '../base/base.gyp:base_i18n', | 794 '../base/base.gyp:base_i18n', |
795 '../chrome/chrome_resources.gyp:packed_resources', | 795 '../chrome/chrome_resources.gyp:packed_resources', |
796 '../content/content.gyp:content_shell_lib', | |
797 '../content/content.gyp:content', | 796 '../content/content.gyp:content', |
| 797 '../content/content_shell_and_tests.gyp:content_shell_lib', |
798 '../skia/skia.gyp:skia', | 798 '../skia/skia.gyp:skia', |
799 '../third_party/icu/icu.gyp:icui18n', | 799 '../third_party/icu/icu.gyp:icui18n', |
800 '../third_party/icu/icu.gyp:icuuc', | 800 '../third_party/icu/icu.gyp:icuuc', |
801 '../ui/app_list/app_list.gyp:app_list', | 801 '../ui/app_list/app_list.gyp:app_list', |
802 '../ui/aura/aura.gyp:aura', | 802 '../ui/aura/aura.gyp:aura', |
803 '../ui/compositor/compositor.gyp:compositor', | 803 '../ui/compositor/compositor.gyp:compositor', |
804 '../ui/keyboard/keyboard.gyp:keyboard', | 804 '../ui/keyboard/keyboard.gyp:keyboard', |
805 '../ui/message_center/message_center.gyp:message_center', | 805 '../ui/message_center/message_center.gyp:message_center', |
806 '../ui/ui.gyp:ui', | 806 '../ui/ui.gyp:ui', |
807 '../ui/ui.gyp:ui_resources', | 807 '../ui/ui.gyp:ui_resources', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
877 'shell/cocoa/app-Info.plist', | 877 'shell/cocoa/app-Info.plist', |
878 ], | 878 ], |
879 'xcode_settings': { | 879 'xcode_settings': { |
880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', | 880 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', |
881 }, | 881 }, |
882 }], | 882 }], |
883 ], | 883 ], |
884 }, | 884 }, |
885 ], | 885 ], |
886 } | 886 } |
OLD | NEW |