OLD | NEW |
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2009 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 'includes': [ | 9 'includes': [ |
10 '../build/common.gypi', | 10 '../build/common.gypi', |
(...skipping 2966 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2977 'views/widget/widget_win.cc', | 2977 'views/widget/widget_win.cc', |
2978 'views/widget/widget_win.h', | 2978 'views/widget/widget_win.h', |
2979 'views/window/client_view.cc', | 2979 'views/window/client_view.cc', |
2980 'views/window/client_view.h', | 2980 'views/window/client_view.h', |
2981 'views/window/custom_frame_view.cc', | 2981 'views/window/custom_frame_view.cc', |
2982 'views/window/custom_frame_view.h', | 2982 'views/window/custom_frame_view.h', |
2983 'views/window/dialog_client_view.cc', | 2983 'views/window/dialog_client_view.cc', |
2984 'views/window/dialog_client_view.h', | 2984 'views/window/dialog_client_view.h', |
2985 'views/window/dialog_delegate.cc', | 2985 'views/window/dialog_delegate.cc', |
2986 'views/window/dialog_delegate.h', | 2986 'views/window/dialog_delegate.h', |
| 2987 'views/window/hit_test.h', |
2987 'views/window/native_frame_view.cc', | 2988 'views/window/native_frame_view.cc', |
2988 'views/window/native_frame_view.h', | 2989 'views/window/native_frame_view.h', |
2989 'views/window/non_client_view.cc', | 2990 'views/window/non_client_view.cc', |
2990 'views/window/non_client_view.h', | 2991 'views/window/non_client_view.h', |
2991 'views/window/window.h', | 2992 'views/window/window.h', |
2992 'views/window/window_delegate.cc', | 2993 'views/window/window_delegate.cc', |
2993 'views/window/window_delegate.h', | 2994 'views/window/window_delegate.h', |
| 2995 'views/window/window_gtk.cc', |
| 2996 'views/window/window_gtk.h', |
2994 'views/window/window_resources.h', | 2997 'views/window/window_resources.h', |
2995 'views/window/window_win.cc', | 2998 'views/window/window_win.cc', |
2996 'views/window/window_win.h', | 2999 'views/window/window_win.h', |
2997 ], | 3000 ], |
2998 'conditions': [ | 3001 'conditions': [ |
2999 ['OS=="linux"', { | 3002 ['OS=="linux"', { |
3000 'dependencies': [ | 3003 'dependencies': [ |
3001 '../build/linux/system.gyp:gtk', | 3004 '../build/linux/system.gyp:gtk', |
3002 ], | 3005 ], |
3003 'sources!': [ | 3006 'sources!': [ |
(...skipping 24 matching lines...) Expand all Loading... |
3028 'views/controls/single_split_view.cc', | 3031 'views/controls/single_split_view.cc', |
3029 'views/controls/tabbed_pane.cc', | 3032 'views/controls/tabbed_pane.cc', |
3030 'views/controls/table/table_view.cc', | 3033 'views/controls/table/table_view.cc', |
3031 'views/controls/text_field.cc', | 3034 'views/controls/text_field.cc', |
3032 'views/controls/tree/tree_view.cc', | 3035 'views/controls/tree/tree_view.cc', |
3033 'views/event_win.cc', | 3036 'views/event_win.cc', |
3034 'views/widget/accelerator_handler.cc', | 3037 'views/widget/accelerator_handler.cc', |
3035 'views/widget/aero_tooltip_manager.cc', | 3038 'views/widget/aero_tooltip_manager.cc', |
3036 'views/widget/root_view_drop_target.cc', | 3039 'views/widget/root_view_drop_target.cc', |
3037 'views/widget/tooltip_manager.cc', | 3040 'views/widget/tooltip_manager.cc', |
3038 'views/window/client_view.cc', | |
3039 'views/window/custom_frame_view.cc', | |
3040 'views/window/dialog_delegate.cc', | 3041 'views/window/dialog_delegate.cc', |
3041 'views/window/dialog_client_view.cc', | 3042 'views/window/dialog_client_view.cc', |
| 3043 'views/window/hit_test.cc', |
3042 'views/window/native_frame_view.cc', | 3044 'views/window/native_frame_view.cc', |
3043 'views/window/non_client_view.cc', | |
3044 'views/window/window_delegate.cc', | |
3045 ], | 3045 ], |
3046 }], | 3046 }], |
3047 ['OS=="win"', { | 3047 ['OS=="win"', { |
3048 'defines': [ | 3048 'defines': [ |
3049 '__STD_C', | 3049 '__STD_C', |
3050 '_CRT_SECURE_NO_DEPRECATE', | 3050 '_CRT_SECURE_NO_DEPRECATE', |
3051 '_SCL_SECURE_NO_DEPRECATE', | 3051 '_SCL_SECURE_NO_DEPRECATE', |
3052 ], | 3052 ], |
3053 'include_dirs': [ | 3053 'include_dirs': [ |
3054 'third_party/wtl/include', | 3054 'third_party/wtl/include', |
(...skipping 27 matching lines...) Expand all Loading... |
3082 'views/controls/single_split_view.cc', | 3082 'views/controls/single_split_view.cc', |
3083 'views/controls/tabbed_pane.cc', | 3083 'views/controls/tabbed_pane.cc', |
3084 'views/controls/table/table_view.cc', | 3084 'views/controls/table/table_view.cc', |
3085 'views/controls/text_field.cc', | 3085 'views/controls/text_field.cc', |
3086 'views/controls/tree/tree_view.cc', | 3086 'views/controls/tree/tree_view.cc', |
3087 'views/widget/accelerator_handler.cc', | 3087 'views/widget/accelerator_handler.cc', |
3088 'views/widget/aero_tooltip_manager.cc', | 3088 'views/widget/aero_tooltip_manager.cc', |
3089 'views/widget/root_view_drop_target.cc', | 3089 'views/widget/root_view_drop_target.cc', |
3090 'views/widget/tooltip_manager.cc', | 3090 'views/widget/tooltip_manager.cc', |
3091 'views/widget/widget_win.cc', | 3091 'views/widget/widget_win.cc', |
3092 'views/window/client_view.cc', | |
3093 'views/window/custom_frame_view.cc', | |
3094 'views/window/dialog_delegate.cc', | 3092 'views/window/dialog_delegate.cc', |
3095 'views/window/dialog_client_view.cc', | 3093 'views/window/dialog_client_view.cc', |
3096 'views/window/native_frame_view.cc', | 3094 'views/window/native_frame_view.cc', |
3097 'views/window/non_client_view.cc', | |
3098 'views/window/window_delegate.cc', | |
3099 'views/window/window_win.cc', | 3095 'views/window/window_win.cc', |
3100 ], | 3096 ], |
3101 }], | 3097 }], |
3102 ], | 3098 ], |
3103 }, | 3099 }, |
3104 ], | 3100 ], |
3105 }], # OS=="win" or OS=="linux" | 3101 }], # OS=="win" or OS=="linux" |
3106 ['OS=="win"', | 3102 ['OS=="win"', |
3107 { 'targets': [ | 3103 { 'targets': [ |
3108 { | 3104 { |
(...skipping 157 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3266 # Use outputs of this action as inputs for the main target build. | 3262 # Use outputs of this action as inputs for the main target build. |
3267 # Seems as a misnomer but makes this happy on Linux (scons). | 3263 # Seems as a misnomer but makes this happy on Linux (scons). |
3268 'process_outputs_as_sources': 1, | 3264 'process_outputs_as_sources': 1, |
3269 }, | 3265 }, |
3270 ], # 'actions' | 3266 ], # 'actions' |
3271 }, | 3267 }, |
3272 ] | 3268 ] |
3273 }], | 3269 }], |
3274 ], # 'conditions' | 3270 ], # 'conditions' |
3275 } | 3271 } |
OLD | NEW |