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 'target_defaults': { | 9 'target_defaults': { |
10 'sources/': [ | 10 'sources/': [ |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
495 'examples/button_example.h', | 495 'examples/button_example.h', |
496 'examples/combobox_example.h', | 496 'examples/combobox_example.h', |
497 'examples/example_base.cc', | 497 'examples/example_base.cc', |
498 'examples/example_base.h', | 498 'examples/example_base.h', |
499 'examples/examples_main.cc', | 499 'examples/examples_main.cc', |
500 'examples/examples_main.h', | 500 'examples/examples_main.h', |
501 'examples/message_box_example.h', | 501 'examples/message_box_example.h', |
502 'examples/menu_example.h', | 502 'examples/menu_example.h', |
503 'examples/radio_button_example.h', | 503 'examples/radio_button_example.h', |
504 'examples/scroll_view_example.h', | 504 'examples/scroll_view_example.h', |
| 505 'examples/single_split_view_example.cc', |
505 'examples/single_split_view_example.h', | 506 'examples/single_split_view_example.h', |
506 'examples/slider_example.h', | 507 'examples/slider_example.h', |
507 'examples/tabbed_pane_example.h', | 508 'examples/tabbed_pane_example.h', |
508 'examples/textfield_example.h', | 509 'examples/textfield_example.h', |
509 'examples/throbber_example.cc', | 510 'examples/throbber_example.cc', |
510 'examples/throbber_example.h', | 511 'examples/throbber_example.h', |
511 'examples/widget_example.h', | 512 'examples/widget_example.h', |
512 | 513 |
513 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', | 514 '<(SHARED_INTERMEDIATE_DIR)/app/app_resources/app_resources.rc', |
514 ], | 515 ], |
(...skipping 26 matching lines...) Expand all Loading... |
541 ], | 542 ], |
542 }, | 543 }, |
543 ], | 544 ], |
544 } | 545 } |
545 | 546 |
546 # Local Variables: | 547 # Local Variables: |
547 # tab-width:2 | 548 # tab-width:2 |
548 # indent-tabs-mode:nil | 549 # indent-tabs-mode:nil |
549 # End: | 550 # End: |
550 # vim: set expandtab tabstop=2 shiftwidth=2: | 551 # vim: set expandtab tabstop=2 shiftwidth=2: |
OLD | NEW |