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 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 'widget/root_view.cc', | 270 'widget/root_view.cc', |
271 'widget/root_view.h', | 271 'widget/root_view.h', |
272 'widget/root_view_gtk.cc', | 272 'widget/root_view_gtk.cc', |
273 'widget/root_view_win.cc', | 273 'widget/root_view_win.cc', |
274 'widget/tooltip_manager_gtk.cc', | 274 'widget/tooltip_manager_gtk.cc', |
275 'widget/tooltip_manager_gtk.h', | 275 'widget/tooltip_manager_gtk.h', |
276 'widget/tooltip_manager_win.cc', | 276 'widget/tooltip_manager_win.cc', |
277 'widget/tooltip_manager_win.h', | 277 'widget/tooltip_manager_win.h', |
278 'widget/tooltip_manager.cc', | 278 'widget/tooltip_manager.cc', |
279 'widget/tooltip_manager.h', | 279 'widget/tooltip_manager.h', |
| 280 'widget/tooltip_window_gtk.cc', |
| 281 'widget/tooltip_window_gtk.h', |
280 'widget/widget.h', | 282 'widget/widget.h', |
281 'widget/widget_gtk.cc', | 283 'widget/widget_gtk.cc', |
282 'widget/widget_gtk.h', | 284 'widget/widget_gtk.h', |
283 'widget/widget_win.cc', | 285 'widget/widget_win.cc', |
284 'widget/widget_win.h', | 286 'widget/widget_win.h', |
285 'window/client_view.cc', | 287 'window/client_view.cc', |
286 'window/client_view.h', | 288 'window/client_view.h', |
287 'window/custom_frame_view.cc', | 289 'window/custom_frame_view.cc', |
288 'window/custom_frame_view.h', | 290 'window/custom_frame_view.h', |
289 'window/dialog_client_view.cc', | 291 'window/dialog_client_view.cc', |
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
416 ], | 418 ], |
417 }, | 419 }, |
418 ], | 420 ], |
419 } | 421 } |
420 | 422 |
421 # Local Variables: | 423 # Local Variables: |
422 # tab-width:2 | 424 # tab-width:2 |
423 # indent-tabs-mode:nil | 425 # indent-tabs-mode:nil |
424 # End: | 426 # End: |
425 # vim: set expandtab tabstop=2 shiftwidth=2: | 427 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |