| 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 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 578 'examples/link_example.cc', | 580 'examples/link_example.cc', |
| 579 'examples/link_example.h', | 581 'examples/link_example.h', |
| 580 'examples/message_box_example.cc', | 582 'examples/message_box_example.cc', |
| 581 'examples/message_box_example.h', | 583 'examples/message_box_example.h', |
| 582 'examples/menu_example.cc', | 584 'examples/menu_example.cc', |
| 583 'examples/menu_example.h', | 585 'examples/menu_example.h', |
| 584 'examples/native_theme_button_example.cc', | 586 'examples/native_theme_button_example.cc', |
| 585 'examples/native_theme_button_example.h', | 587 'examples/native_theme_button_example.h', |
| 586 'examples/native_theme_checkbox_example.cc', | 588 'examples/native_theme_checkbox_example.cc', |
| 587 'examples/native_theme_checkbox_example.h', | 589 'examples/native_theme_checkbox_example.h', |
| 590 'examples/native_widget_views_example.cc', |
| 591 'examples/native_widget_views_example.h', |
| 588 'examples/radio_button_example.cc', | 592 'examples/radio_button_example.cc', |
| 589 'examples/radio_button_example.h', | 593 'examples/radio_button_example.h', |
| 590 'examples/scroll_view_example.cc', | 594 'examples/scroll_view_example.cc', |
| 591 'examples/scroll_view_example.h', | 595 'examples/scroll_view_example.h', |
| 592 'examples/single_split_view_example.cc', | 596 'examples/single_split_view_example.cc', |
| 593 'examples/single_split_view_example.h', | 597 'examples/single_split_view_example.h', |
| 594 'examples/tabbed_pane_example.cc', | 598 'examples/tabbed_pane_example.cc', |
| 595 'examples/tabbed_pane_example.h', | 599 'examples/tabbed_pane_example.h', |
| 596 'examples/table2_example.cc', | 600 'examples/table2_example.cc', |
| 597 'examples/table2_example.h', | 601 'examples/table2_example.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 635 ], | 639 ], |
| 636 }, | 640 }, |
| 637 ], | 641 ], |
| 638 } | 642 } |
| 639 | 643 |
| 640 # Local Variables: | 644 # Local Variables: |
| 641 # tab-width:2 | 645 # tab-width:2 |
| 642 # indent-tabs-mode:nil | 646 # indent-tabs-mode:nil |
| 643 # End: | 647 # End: |
| 644 # vim: set expandtab tabstop=2 shiftwidth=2: | 648 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |