OLD | NEW |
1 # Copyright (c) 2012 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': [ |
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 ], | 401 ], |
402 'sources!': [ | 402 'sources!': [ |
403 'controls/native_control.cc', | 403 'controls/native_control.cc', |
404 'controls/native_control.h', | 404 'controls/native_control.h', |
405 'controls/scrollbar/bitmap_scroll_bar.cc', | 405 'controls/scrollbar/bitmap_scroll_bar.cc', |
406 'controls/scrollbar/bitmap_scroll_bar.h', | 406 'controls/scrollbar/bitmap_scroll_bar.h', |
407 'controls/table/group_table_model.h', | 407 'controls/table/group_table_model.h', |
408 'controls/table/group_table_view.cc', | 408 'controls/table/group_table_view.cc', |
409 'controls/table/group_table_view.h', | 409 'controls/table/group_table_view.h', |
410 'controls/table/table_view_observer.h', | 410 'controls/table/table_view_observer.h', |
411 'drag_utils_win.cc', | |
412 'widget/aero_tooltip_manager.cc', | 411 'widget/aero_tooltip_manager.cc', |
413 'widget/aero_tooltip_manager.h', | 412 'widget/aero_tooltip_manager.h', |
414 'widget/child_window_message_processor.cc', | 413 'widget/child_window_message_processor.cc', |
415 'widget/child_window_message_processor.h', | 414 'widget/child_window_message_processor.h', |
416 ], | 415 ], |
417 'conditions': [ | 416 'conditions': [ |
418 ['OS=="mac"', { | 417 ['OS=="mac"', { |
419 'sources/': [ | 418 'sources/': [ |
420 ['exclude', 'mouse_watcher.cc'], | 419 ['exclude', 'mouse_watcher.cc'], |
421 ['exclude', 'controls/menu/*'], | 420 ['exclude', 'controls/menu/*'], |
(...skipping 314 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
736 'msvs_settings': { | 735 'msvs_settings': { |
737 'VCManifestTool': { | 736 'VCManifestTool': { |
738 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, | 737 'AdditionalManifestFiles': 'examples\\views_examples.exe.manifest'
, |
739 }, | 738 }, |
740 }, | 739 }, |
741 }], | 740 }], |
742 ], | 741 ], |
743 }, # target_name: views_examples_lib | 742 }, # target_name: views_examples_lib |
744 ], | 743 ], |
745 } | 744 } |
OLD | NEW |