OLD | NEW |
1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 | 9 |
10 'target_defaults': { | 10 'target_defaults': { |
(...skipping 778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
789 '../base/base.gyp:base', | 789 '../base/base.gyp:base', |
790 '../base/base.gyp:base_i18n', | 790 '../base/base.gyp:base_i18n', |
791 '../skia/skia.gyp:skia', | 791 '../skia/skia.gyp:skia', |
792 '../third_party/icu/icu.gyp:icui18n', | 792 '../third_party/icu/icu.gyp:icui18n', |
793 '../third_party/icu/icu.gyp:icuuc', | 793 '../third_party/icu/icu.gyp:icuuc', |
794 '../ui/ui.gyp:gfx_resources', | 794 '../ui/ui.gyp:gfx_resources', |
795 '../ui/ui.gyp:ui', | 795 '../ui/ui.gyp:ui', |
796 '../ui/ui.gyp:ui_resources', | 796 '../ui/ui.gyp:ui_resources', |
797 '../ui/ui.gyp:ui_resources_standard', | 797 '../ui/ui.gyp:ui_resources_standard', |
798 'views', | 798 'views', |
799 'views_desktop_lib', | |
800 ], | 799 ], |
801 'include_dirs': [ | 800 'include_dirs': [ |
802 '..', | 801 '..', |
803 ], | 802 ], |
804 'sources': [ | 803 'sources': [ |
805 'aura_desktop/aura_desktop_main.cc', | 804 'aura_desktop/aura_desktop_main.cc', |
806 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 805 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
807 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 806 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
808 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | 807 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
809 ], | 808 ], |
810 'conditions': [ | 809 'conditions': [ |
811 ['OS=="win"', { | 810 ['OS=="win"', { |
812 'link_settings': { | 811 'link_settings': { |
813 'libraries': [ | 812 'libraries': [ |
814 '-limm32.lib', | 813 '-limm32.lib', |
815 '-loleacc.lib', | 814 '-loleacc.lib', |
816 ] | 815 ] |
817 }, | 816 }, |
818 'include_dirs': [ | 817 'include_dirs': [ |
819 '<(DEPTH)/third_party/wtl/include', | 818 '<(DEPTH)/third_party/wtl/include', |
820 ], | 819 ], |
821 }], | 820 }], |
822 ], | 821 ], |
823 }, | 822 }, |
824 ], | 823 ], |
825 }], | 824 }], |
826 ], | 825 ], |
827 } | 826 } |
OLD | NEW |