| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'variables': { | 5 'variables': { |
| 6 'chromium_code': 1, | 6 'chromium_code': 1, |
| 7 }, | 7 }, |
| 8 | 8 |
| 9 'target_defaults': { | 9 'target_defaults': { |
| 10 'conditions': [ | 10 'conditions': [ |
| 11 ['OS=="win"', {'sources/': [ | 11 ['OS=="win"', {'sources/': [ |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 200 'controls/tabbed_pane/native_tabbed_pane_views.cc', | 200 'controls/tabbed_pane/native_tabbed_pane_views.cc', |
| 201 'controls/tabbed_pane/native_tabbed_pane_views.h', | 201 'controls/tabbed_pane/native_tabbed_pane_views.h', |
| 202 'controls/tabbed_pane/native_tabbed_pane_win.cc', | 202 'controls/tabbed_pane/native_tabbed_pane_win.cc', |
| 203 'controls/tabbed_pane/native_tabbed_pane_win.h', | 203 'controls/tabbed_pane/native_tabbed_pane_win.h', |
| 204 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', | 204 'controls/tabbed_pane/native_tabbed_pane_wrapper.h', |
| 205 'controls/tabbed_pane/tabbed_pane.cc', | 205 'controls/tabbed_pane/tabbed_pane.cc', |
| 206 'controls/tabbed_pane/tabbed_pane.h', | 206 'controls/tabbed_pane/tabbed_pane.h', |
| 207 'controls/tabbed_pane/tabbed_pane_listener.h', | 207 'controls/tabbed_pane/tabbed_pane_listener.h', |
| 208 'controls/table/group_table_model.h', | 208 'controls/table/group_table_model.h', |
| 209 'controls/table/group_table_view.h', | 209 'controls/table/group_table_view.h', |
| 210 'controls/table/group_table_view_views.cc', |
| 211 'controls/table/group_table_view_views.h', |
| 210 'controls/table/group_table_view_win.cc', | 212 'controls/table/group_table_view_win.cc', |
| 211 'controls/table/group_table_view_win.h', | 213 'controls/table/group_table_view_win.h', |
| 212 'controls/table/table_view.h', | 214 'controls/table/table_view.h', |
| 213 'controls/table/table_view_observer.h', | 215 'controls/table/table_view_observer.h', |
| 216 'controls/table/table_view_views.cc', |
| 217 'controls/table/table_view_views.h', |
| 214 'controls/table/table_view_win.cc', | 218 'controls/table/table_view_win.cc', |
| 215 'controls/table/table_view_win.h', | 219 'controls/table/table_view_win.h', |
| 216 'controls/textfield/gtk_views_entry.cc', | 220 'controls/textfield/gtk_views_entry.cc', |
| 217 'controls/textfield/gtk_views_entry.h', | 221 'controls/textfield/gtk_views_entry.h', |
| 218 'controls/textfield/gtk_views_textview.cc', | 222 'controls/textfield/gtk_views_textview.cc', |
| 219 'controls/textfield/gtk_views_textview.h', | 223 'controls/textfield/gtk_views_textview.h', |
| 220 'controls/textfield/native_textfield_gtk.cc', | 224 'controls/textfield/native_textfield_gtk.cc', |
| 221 'controls/textfield/native_textfield_gtk.h', | 225 'controls/textfield/native_textfield_gtk.h', |
| 222 'controls/textfield/native_textfield_views.cc', | 226 'controls/textfield/native_textfield_views.cc', |
| 223 'controls/textfield/native_textfield_views.h', | 227 'controls/textfield/native_textfield_views.h', |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 430 'controls/tabbed_pane/native_tabbed_pane_views.cc', | 434 'controls/tabbed_pane/native_tabbed_pane_views.cc', |
| 431 'controls/tabbed_pane/native_tabbed_pane_views.h', | 435 'controls/tabbed_pane/native_tabbed_pane_views.h', |
| 432 'widget/tooltip_manager_views.cc', | 436 'widget/tooltip_manager_views.cc', |
| 433 ], | 437 ], |
| 434 }], | 438 }], |
| 435 ['use_aura==0 and OS=="win"', { | 439 ['use_aura==0 and OS=="win"', { |
| 436 'sources!': [ | 440 'sources!': [ |
| 437 'controls/menu/menu_config_views.cc', | 441 'controls/menu/menu_config_views.cc', |
| 438 'controls/menu/menu_item_view_views.cc', | 442 'controls/menu/menu_item_view_views.cc', |
| 439 'controls/menu/menu_separator_views.cc', | 443 'controls/menu/menu_separator_views.cc', |
| 444 'controls/table/group_table_view_views.cc', |
| 445 'controls/table/group_table_view_views.h', |
| 446 'controls/table/table_view_views.cc', |
| 447 'controls/table/table_view_views.h', |
| 440 'controls/tree/tree_view_views.cc', | 448 'controls/tree/tree_view_views.cc', |
| 441 'controls/tree/tree_view_views.h', | 449 'controls/tree/tree_view_views.h', |
| 442 ], | 450 ], |
| 443 }], | 451 }], |
| 444 ['OS=="win"', { | 452 ['OS=="win"', { |
| 445 'dependencies': [ | 453 'dependencies': [ |
| 446 # For accessibility | 454 # For accessibility |
| 447 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', | 455 '../../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| 448 ], | 456 ], |
| 449 'include_dirs': [ | 457 'include_dirs': [ |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 533 'dependencies': [ | 541 'dependencies': [ |
| 534 '../../build/linux/system.gyp:gtk', | 542 '../../build/linux/system.gyp:gtk', |
| 535 ], | 543 ], |
| 536 'conditions': [ | 544 'conditions': [ |
| 537 ['linux_use_tcmalloc==1', { | 545 ['linux_use_tcmalloc==1', { |
| 538 'dependencies': [ | 546 'dependencies': [ |
| 539 '../../base/allocator/allocator.gyp:allocator', | 547 '../../base/allocator/allocator.gyp:allocator', |
| 540 ], | 548 ], |
| 541 }], | 549 }], |
| 542 ], | 550 ], |
| 551 'sources/': [ |
| 552 ['exclude', 'controls/table/table_view_unittest.cc'], |
| 553 ], |
| 543 }], | 554 }], |
| 544 ['OS=="win"', { | 555 ['OS=="win"', { |
| 545 'link_settings': { | 556 'link_settings': { |
| 546 'libraries': [ | 557 'libraries': [ |
| 547 '-limm32.lib', | 558 '-limm32.lib', |
| 548 '-loleacc.lib', | 559 '-loleacc.lib', |
| 549 ] | 560 ] |
| 550 }, | 561 }, |
| 551 'include_dirs': [ | 562 'include_dirs': [ |
| 552 '../third_party/wtl/include', | 563 '../third_party/wtl/include', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 'examples/tree_view_example.cc', | 663 'examples/tree_view_example.cc', |
| 653 'examples/tree_view_example.h', | 664 'examples/tree_view_example.h', |
| 654 'examples/widget_example.cc', | 665 'examples/widget_example.cc', |
| 655 'examples/widget_example.h', | 666 'examples/widget_example.h', |
| 656 ], | 667 ], |
| 657 'conditions': [ | 668 'conditions': [ |
| 658 ['OS=="win"', { | 669 ['OS=="win"', { |
| 659 'include_dirs': [ | 670 'include_dirs': [ |
| 660 '../third_party/wtl/include', | 671 '../third_party/wtl/include', |
| 661 ], | 672 ], |
| 662 }, { # OS!="win" | |
| 663 'sources/': [ | |
| 664 ['exclude', 'examples/table_example.cc'], | |
| 665 ['exclude', 'examples/table_example.h'], | |
| 666 ], | |
| 667 }], | |
| 668 ['use_aura==1', { | |
| 669 'sources/': [ | |
| 670 ['exclude', 'examples/table_example.cc'], | |
| 671 ['exclude', 'examples/table_example.h'], | |
| 672 ], | |
| 673 }], | 673 }], |
| 674 ], | 674 ], |
| 675 }, # target_name: views_examples_lib | 675 }, # target_name: views_examples_lib |
| 676 { | 676 { |
| 677 'target_name': 'views_examples_exe', | 677 'target_name': 'views_examples_exe', |
| 678 'type': 'executable', | 678 'type': 'executable', |
| 679 'dependencies': [ | 679 'dependencies': [ |
| 680 '../../base/base.gyp:base', | 680 '../../base/base.gyp:base', |
| 681 '../../base/base.gyp:base_i18n', | 681 '../../base/base.gyp:base_i18n', |
| 682 '../../chrome/chrome_resources.gyp:packed_resources', | 682 '../../chrome/chrome_resources.gyp:packed_resources', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 724 'msvs_settings': { | 724 'msvs_settings': { |
| 725 'VCManifestTool': { | 725 'VCManifestTool': { |
| 726 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 726 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
| 727 }, | 727 }, |
| 728 }, | 728 }, |
| 729 }], | 729 }], |
| 730 ], | 730 ], |
| 731 }, # target_name: views_examples_lib | 731 }, # target_name: views_examples_lib |
| 732 ], | 732 ], |
| 733 } | 733 } |
| OLD | NEW |