| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'window/dialog_client_view.cc', | 381 'window/dialog_client_view.cc', |
| 382 'window/dialog_client_view.h', | 382 'window/dialog_client_view.h', |
| 383 'window/dialog_delegate.cc', | 383 'window/dialog_delegate.cc', |
| 384 'window/dialog_delegate.h', | 384 'window/dialog_delegate.h', |
| 385 'window/native_frame_view.cc', | 385 'window/native_frame_view.cc', |
| 386 'window/native_frame_view.h', | 386 'window/native_frame_view.h', |
| 387 'window/native_window.h', | 387 'window/native_window.h', |
| 388 'window/native_window_delegate.h', | 388 'window/native_window_delegate.h', |
| 389 'window/native_window_gtk.cc', | 389 'window/native_window_gtk.cc', |
| 390 'window/native_window_gtk.h', | 390 'window/native_window_gtk.h', |
| 391 'window/native_window_views.cc', |
| 392 'window/native_window_views.h', |
| 391 'window/native_window_win.cc', | 393 'window/native_window_win.cc', |
| 392 'window/native_window_win.h', | 394 'window/native_window_win.h', |
| 393 'window/non_client_view.cc', | 395 'window/non_client_view.cc', |
| 394 'window/non_client_view.h', | 396 'window/non_client_view.h', |
| 395 'window/window.cc', | 397 'window/window.cc', |
| 396 'window/window.h', | 398 'window/window.h', |
| 397 'window/window_delegate.h', | 399 'window/window_delegate.h', |
| 398 'window/window_delegate.cc', | 400 'window/window_delegate.cc', |
| 399 'window/window_resources.h', | 401 'window/window_resources.h', |
| 400 'window/window_shape.cc', | 402 'window/window_shape.cc', |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 572 'examples/message_box_example.cc', | 574 'examples/message_box_example.cc', |
| 573 'examples/message_box_example.h', | 575 'examples/message_box_example.h', |
| 574 'examples/menu_example.cc', | 576 'examples/menu_example.cc', |
| 575 'examples/menu_example.h', | 577 'examples/menu_example.h', |
| 576 'examples/native_theme_button_example.cc', | 578 'examples/native_theme_button_example.cc', |
| 577 'examples/native_theme_button_example.h', | 579 'examples/native_theme_button_example.h', |
| 578 'examples/native_theme_checkbox_example.cc', | 580 'examples/native_theme_checkbox_example.cc', |
| 579 'examples/native_theme_checkbox_example.h', | 581 'examples/native_theme_checkbox_example.h', |
| 580 'examples/native_widget_views_example.cc', | 582 'examples/native_widget_views_example.cc', |
| 581 'examples/native_widget_views_example.h', | 583 'examples/native_widget_views_example.h', |
| 584 'examples/native_window_views_example.cc', |
| 585 'examples/native_window_views_example.h', |
| 582 'examples/radio_button_example.cc', | 586 'examples/radio_button_example.cc', |
| 583 'examples/radio_button_example.h', | 587 'examples/radio_button_example.h', |
| 584 'examples/scroll_view_example.cc', | 588 'examples/scroll_view_example.cc', |
| 585 'examples/scroll_view_example.h', | 589 'examples/scroll_view_example.h', |
| 586 'examples/single_split_view_example.cc', | 590 'examples/single_split_view_example.cc', |
| 587 'examples/single_split_view_example.h', | 591 'examples/single_split_view_example.h', |
| 588 'examples/tabbed_pane_example.cc', | 592 'examples/tabbed_pane_example.cc', |
| 589 'examples/tabbed_pane_example.h', | 593 'examples/tabbed_pane_example.h', |
| 590 'examples/table2_example.cc', | 594 'examples/table2_example.cc', |
| 591 'examples/table2_example.h', | 595 'examples/table2_example.h', |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 629 ], | 633 ], |
| 630 }, | 634 }, |
| 631 ], | 635 ], |
| 632 } | 636 } |
| 633 | 637 |
| 634 # Local Variables: | 638 # Local Variables: |
| 635 # tab-width:2 | 639 # tab-width:2 |
| 636 # indent-tabs-mode:nil | 640 # indent-tabs-mode:nil |
| 637 # End: | 641 # End: |
| 638 # vim: set expandtab tabstop=2 shiftwidth=2: | 642 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |