| 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 502 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 513 '../skia/skia.gyp:skia', | 513 '../skia/skia.gyp:skia', |
| 514 '../third_party/icu/icu.gyp:icui18n', | 514 '../third_party/icu/icu.gyp:icui18n', |
| 515 '../third_party/icu/icu.gyp:icuuc', | 515 '../third_party/icu/icu.gyp:icuuc', |
| 516 'views', | 516 'views', |
| 517 ], | 517 ], |
| 518 'include_dirs': [ | 518 'include_dirs': [ |
| 519 '..', | 519 '..', |
| 520 ], | 520 ], |
| 521 'sources': [ | 521 'sources': [ |
| 522 'examples/button_example.h', | 522 'examples/button_example.h', |
| 523 'examples/combobox_example.cc', |
| 523 'examples/combobox_example.h', | 524 'examples/combobox_example.h', |
| 524 'examples/example_base.cc', | 525 'examples/example_base.cc', |
| 525 'examples/example_base.h', | 526 'examples/example_base.h', |
| 526 'examples/examples_main.cc', | 527 'examples/examples_main.cc', |
| 527 'examples/examples_main.h', | 528 'examples/examples_main.h', |
| 528 'examples/message_box_example.h', | 529 'examples/message_box_example.h', |
| 529 'examples/menu_example.h', | 530 'examples/menu_example.h', |
| 530 'examples/radio_button_example.h', | 531 'examples/radio_button_example.h', |
| 531 'examples/scroll_view_example.h', | 532 'examples/scroll_view_example.h', |
| 532 'examples/single_split_view_example.cc', | 533 'examples/single_split_view_example.cc', |
| 533 'examples/single_split_view_example.h', | 534 'examples/single_split_view_example.h', |
| 535 'examples/slider_example.cc', |
| 534 'examples/slider_example.h', | 536 'examples/slider_example.h', |
| 535 'examples/tabbed_pane_example.cc', | 537 'examples/tabbed_pane_example.cc', |
| 536 'examples/tabbed_pane_example.h', | 538 'examples/tabbed_pane_example.h', |
| 537 'examples/table2_example.cc', | 539 'examples/table2_example.cc', |
| 538 'examples/table2_example.h', | 540 'examples/table2_example.h', |
| 539 'examples/textfield_example.h', | 541 'examples/textfield_example.h', |
| 540 'examples/throbber_example.cc', | 542 'examples/throbber_example.cc', |
| 541 'examples/throbber_example.h', | 543 'examples/throbber_example.h', |
| 542 'examples/widget_example.h', | 544 'examples/widget_example.h', |
| 543 | 545 |
| (...skipping 28 matching lines...) Expand all Loading... |
| 572 ], | 574 ], |
| 573 }, | 575 }, |
| 574 ], | 576 ], |
| 575 } | 577 } |
| 576 | 578 |
| 577 # Local Variables: | 579 # Local Variables: |
| 578 # tab-width:2 | 580 # tab-width:2 |
| 579 # indent-tabs-mode:nil | 581 # indent-tabs-mode:nil |
| 580 # End: | 582 # End: |
| 581 # vim: set expandtab tabstop=2 shiftwidth=2: | 583 # vim: set expandtab tabstop=2 shiftwidth=2: |
| OLD | NEW |