| 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 'conditions': [ | 10 'conditions': [ |
| (...skipping 344 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 355 'widget/tooltip_manager.cc', | 355 'widget/tooltip_manager.cc', |
| 356 'widget/tooltip_manager.h', | 356 'widget/tooltip_manager.h', |
| 357 'widget/tooltip_window_gtk.cc', | 357 'widget/tooltip_window_gtk.cc', |
| 358 'widget/tooltip_window_gtk.h', | 358 'widget/tooltip_window_gtk.h', |
| 359 'widget/monitor_win.cc', | 359 'widget/monitor_win.cc', |
| 360 'widget/monitor_win.h', | 360 'widget/monitor_win.h', |
| 361 'widget/native_widget.h', | 361 'widget/native_widget.h', |
| 362 'widget/native_widget_delegate.h', | 362 'widget/native_widget_delegate.h', |
| 363 'widget/native_widget_gtk.cc', | 363 'widget/native_widget_gtk.cc', |
| 364 'widget/native_widget_gtk.h', | 364 'widget/native_widget_gtk.h', |
| 365 'widget/native_widget_views.cc', |
| 366 'widget/native_widget_views.h', |
| 365 'widget/native_widget_win.cc', | 367 'widget/native_widget_win.cc', |
| 366 'widget/native_widget_win.h', | 368 'widget/native_widget_win.h', |
| 367 'widget/widget.cc', | 369 'widget/widget.cc', |
| 368 'widget/widget.h', | 370 'widget/widget.h', |
| 369 'widget/widget_delegate.cc', | 371 'widget/widget_delegate.cc', |
| 370 'widget/widget_delegate.h', | 372 'widget/widget_delegate.h', |
| 371 'window/client_view.cc', | 373 'window/client_view.cc', |
| 372 'window/client_view.h', | 374 'window/client_view.h', |
| 373 'window/custom_frame_view.cc', | 375 'window/custom_frame_view.cc', |
| 374 'window/custom_frame_view.h', | 376 'window/custom_frame_view.h', |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 569 'examples/link_example.cc', | 571 'examples/link_example.cc', |
| 570 'examples/link_example.h', | 572 'examples/link_example.h', |
| 571 'examples/message_box_example.cc', | 573 'examples/message_box_example.cc', |
| 572 'examples/message_box_example.h', | 574 'examples/message_box_example.h', |
| 573 'examples/menu_example.cc', | 575 'examples/menu_example.cc', |
| 574 'examples/menu_example.h', | 576 'examples/menu_example.h', |
| 575 'examples/native_theme_button_example.cc', | 577 'examples/native_theme_button_example.cc', |
| 576 'examples/native_theme_button_example.h', | 578 'examples/native_theme_button_example.h', |
| 577 'examples/native_theme_checkbox_example.cc', | 579 'examples/native_theme_checkbox_example.cc', |
| 578 'examples/native_theme_checkbox_example.h', | 580 'examples/native_theme_checkbox_example.h', |
| 581 'examples/native_widget_views_example.cc', |
| 582 'examples/native_widget_views_example.h', |
| 579 'examples/radio_button_example.cc', | 583 'examples/radio_button_example.cc', |
| 580 'examples/radio_button_example.h', | 584 'examples/radio_button_example.h', |
| 581 'examples/scroll_view_example.cc', | 585 'examples/scroll_view_example.cc', |
| 582 'examples/scroll_view_example.h', | 586 'examples/scroll_view_example.h', |
| 583 'examples/single_split_view_example.cc', | 587 'examples/single_split_view_example.cc', |
| 584 'examples/single_split_view_example.h', | 588 'examples/single_split_view_example.h', |
| 585 'examples/tabbed_pane_example.cc', | 589 'examples/tabbed_pane_example.cc', |
| 586 'examples/tabbed_pane_example.h', | 590 'examples/tabbed_pane_example.h', |
| 587 'examples/table2_example.cc', | 591 'examples/table2_example.cc', |
| 588 'examples/table2_example.h', | 592 'examples/table2_example.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 626 ], | 630 ], |
| 627 }, | 631 }, |
| 628 ], | 632 ], |
| 629 } | 633 } |
| 630 | 634 |
| 631 # Local Variables: | 635 # Local Variables: |
| 632 # tab-width:2 | 636 # tab-width:2 |
| 633 # indent-tabs-mode:nil | 637 # indent-tabs-mode:nil |
| 634 # End: | 638 # End: |
| 635 # vim: set expandtab tabstop=2 shiftwidth=2: | 639 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |