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 'variables': { | 5 'variables': { |
6 'chromium_code': 1, | 6 'chromium_code': 1, |
7 }, | 7 }, |
8 | 8 |
9 'target_defaults': { | 9 'target_defaults': { |
10 'conditions': [ | 10 'conditions': [ |
(...skipping 896 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
907 '../ui/ui.gyp:gfx_resources', | 907 '../ui/ui.gyp:gfx_resources', |
908 '../ui/ui.gyp:ui', | 908 '../ui/ui.gyp:ui', |
909 '../ui/ui.gyp:ui_resources', | 909 '../ui/ui.gyp:ui_resources', |
910 '../ui/ui.gyp:ui_resources_standard', | 910 '../ui/ui.gyp:ui_resources_standard', |
911 'views', | 911 'views', |
912 ], | 912 ], |
913 'include_dirs': [ | 913 'include_dirs': [ |
914 '..', | 914 '..', |
915 ], | 915 ], |
916 'sources': [ | 916 'sources': [ |
917 '../ui/aura_desktop/aura_desktop_main.cc', | 917 '../ui/views/aura_desktop/aura_desktop_main.cc', |
918 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', | 918 '<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc', |
919 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', | 919 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc', |
920 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', | 920 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources_standard/ui_resources_st
andard.rc', |
921 ], | 921 ], |
922 'conditions': [ | 922 'conditions': [ |
923 ['OS=="win"', { | 923 ['OS=="win"', { |
924 'link_settings': { | 924 'link_settings': { |
925 'libraries': [ | 925 'libraries': [ |
926 '-limm32.lib', | 926 '-limm32.lib', |
927 '-loleacc.lib', | 927 '-loleacc.lib', |
928 ] | 928 ] |
929 }, | 929 }, |
930 'include_dirs': [ | 930 'include_dirs': [ |
931 '../third_party/wtl/include', | 931 '../third_party/wtl/include', |
932 ], | 932 ], |
933 }], | 933 }], |
934 ], | 934 ], |
935 }, | 935 }, |
936 ], | 936 ], |
937 }], | 937 }], |
938 ], | 938 ], |
939 } | 939 } |
OLD | NEW |