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 530 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
541 'view_model_utils_unittest.cc', | 541 'view_model_utils_unittest.cc', |
542 'view_unittest.cc', | 542 'view_unittest.cc', |
543 'widget/native_widget_aura_unittest.cc', | 543 'widget/native_widget_aura_unittest.cc', |
544 'widget/native_widget_test_utils.h', | 544 'widget/native_widget_test_utils.h', |
545 'widget/native_widget_test_utils_aura.cc', | 545 'widget/native_widget_test_utils_aura.cc', |
546 'widget/native_widget_test_utils_win.cc', | 546 'widget/native_widget_test_utils_win.cc', |
547 'widget/native_widget_unittest.cc', | 547 'widget/native_widget_unittest.cc', |
548 'widget/native_widget_win_unittest.cc', | 548 'widget/native_widget_win_unittest.cc', |
549 'widget/widget_unittest.cc', | 549 'widget/widget_unittest.cc', |
550 'run_all_unittests.cc', | 550 'run_all_unittests.cc', |
551 | |
552 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc'
, | |
553 ], | 551 ], |
554 'conditions': [ | 552 'conditions': [ |
555 ['OS=="win"', { | 553 ['OS=="win"', { |
556 'link_settings': { | 554 'link_settings': { |
557 'libraries': [ | 555 'libraries': [ |
558 '-limm32.lib', | 556 '-limm32.lib', |
559 '-loleacc.lib', | 557 '-loleacc.lib', |
560 ] | 558 ] |
561 }, | 559 }, |
562 'include_dirs': [ | 560 'include_dirs': [ |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
698 '../../content/app/startup_helper_win.cc', | 696 '../../content/app/startup_helper_win.cc', |
699 'examples/content_client/examples_browser_main_parts.cc', | 697 'examples/content_client/examples_browser_main_parts.cc', |
700 'examples/content_client/examples_browser_main_parts.h', | 698 'examples/content_client/examples_browser_main_parts.h', |
701 'examples/content_client/examples_content_browser_client.cc', | 699 'examples/content_client/examples_content_browser_client.cc', |
702 'examples/content_client/examples_content_browser_client.h', | 700 'examples/content_client/examples_content_browser_client.h', |
703 'examples/content_client/examples_main_delegate.cc', | 701 'examples/content_client/examples_main_delegate.cc', |
704 'examples/content_client/examples_main_delegate.h', | 702 'examples/content_client/examples_main_delegate.h', |
705 'examples/examples_main.cc', | 703 'examples/examples_main.cc', |
706 'test/test_views_delegate.cc', | 704 'test/test_views_delegate.cc', |
707 'test/test_views_delegate.h', | 705 'test/test_views_delegate.h', |
708 '<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources_100_percent.rc'
, | |
709 ], | 706 ], |
710 'conditions': [ | 707 'conditions': [ |
711 ['OS=="win"', { | 708 ['OS=="win"', { |
712 'link_settings': { | 709 'link_settings': { |
713 'libraries': [ | 710 'libraries': [ |
714 '-limm32.lib', | 711 '-limm32.lib', |
715 '-loleacc.lib', | 712 '-loleacc.lib', |
716 ] | 713 ] |
717 }, | 714 }, |
718 'msvs_settings': { | 715 'msvs_settings': { |
(...skipping 18 matching lines...) Expand all Loading... |
737 'sources/': [ | 734 'sources/': [ |
738 # This is needed because the aura rule strips it from the default | 735 # This is needed because the aura rule strips it from the default |
739 # sources list. | 736 # sources list. |
740 ['include', '^../../content/app/startup_helper_win.cc'], | 737 ['include', '^../../content/app/startup_helper_win.cc'], |
741 ], | 738 ], |
742 }], | 739 }], |
743 ], | 740 ], |
744 }, # target_name: views_examples_lib | 741 }, # target_name: views_examples_lib |
745 ], | 742 ], |
746 } | 743 } |
OLD | NEW |