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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
182 'widget/aero_tooltip_manager.cc', | 182 'widget/aero_tooltip_manager.cc', |
183 'widget/aero_tooltip_manager.h', | 183 'widget/aero_tooltip_manager.h', |
184 'widget/default_theme_provider.cc', | 184 'widget/default_theme_provider.cc', |
185 'widget/default_theme_provider.h', | 185 'widget/default_theme_provider.h', |
186 'widget/root_view.cc', | 186 'widget/root_view.cc', |
187 'widget/root_view.h', | 187 'widget/root_view.h', |
188 'widget/root_view_drop_target.cc', | 188 'widget/root_view_drop_target.cc', |
189 'widget/root_view_drop_target.h', | 189 'widget/root_view_drop_target.h', |
190 'widget/root_view_gtk.cc', | 190 'widget/root_view_gtk.cc', |
191 'widget/root_view_win.cc', | 191 'widget/root_view_win.cc', |
192 'widget/tooltip_manager.cc', | 192 'widget/tooltip_manager_gtk.cc', |
| 193 'widget/tooltip_manager_gtk.h', |
| 194 'widget/tooltip_manager_win.cc', |
| 195 'widget/tooltip_manager_win.h', |
193 'widget/tooltip_manager.h', | 196 'widget/tooltip_manager.h', |
194 'widget/widget.h', | 197 'widget/widget.h', |
195 'widget/widget_gtk.cc', | 198 'widget/widget_gtk.cc', |
196 'widget/widget_gtk.h', | 199 'widget/widget_gtk.h', |
197 'widget/widget_win.cc', | 200 'widget/widget_win.cc', |
198 'widget/widget_win.h', | 201 'widget/widget_win.h', |
199 'window/client_view.cc', | 202 'window/client_view.cc', |
200 'window/client_view.h', | 203 'window/client_view.h', |
201 'window/custom_frame_view.cc', | 204 'window/custom_frame_view.cc', |
202 'window/custom_frame_view.h', | 205 'window/custom_frame_view.h', |
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 ], | 275 ], |
273 'include_dirs': [ | 276 'include_dirs': [ |
274 # TODO(beng): move wtl to src/third_party | 277 # TODO(beng): move wtl to src/third_party |
275 '../chrome/third_party/wtl/include', | 278 '../chrome/third_party/wtl/include', |
276 ], | 279 ], |
277 }], | 280 }], |
278 ], | 281 ], |
279 }, | 282 }, |
280 ], | 283 ], |
281 } | 284 } |
OLD | NEW |