Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Side by Side Diff: base/base.gyp

Issue 333018: Add GrabWindowSnapshot method to mac_util class. This code is due to dmaclac... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | base/mac_util.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 'i18n/file_util_icu_unittest.cc', 579 'i18n/file_util_icu_unittest.cc',
580 'i18n/icu_string_conversions_unittest.cc', 580 'i18n/icu_string_conversions_unittest.cc',
581 'i18n/word_iterator_unittest.cc', 581 'i18n/word_iterator_unittest.cc',
582 'json/json_reader_unittest.cc', 582 'json/json_reader_unittest.cc',
583 'json/json_writer_unittest.cc', 583 'json/json_writer_unittest.cc',
584 'json/string_escape_unittest.cc', 584 'json/string_escape_unittest.cc',
585 'lazy_instance_unittest.cc', 585 'lazy_instance_unittest.cc',
586 'leak_tracker_unittest.cc', 586 'leak_tracker_unittest.cc',
587 'linked_list_unittest.cc', 587 'linked_list_unittest.cc',
588 'linked_ptr_unittest.cc', 588 'linked_ptr_unittest.cc',
589 'mac_util_unittest.cc', 589 'mac_util_unittest.mm',
590 'message_loop_unittest.cc', 590 'message_loop_unittest.cc',
591 'message_pump_glib_unittest.cc', 591 'message_pump_glib_unittest.cc',
592 'object_watcher_unittest.cc', 592 'object_watcher_unittest.cc',
593 'observer_list_unittest.cc', 593 'observer_list_unittest.cc',
594 'path_service_unittest.cc', 594 'path_service_unittest.cc',
595 'pe_image_unittest.cc', 595 'pe_image_unittest.cc',
596 'pickle_unittest.cc', 596 'pickle_unittest.cc',
597 'pr_time_unittest.cc', 597 'pr_time_unittest.cc',
598 'process_util_unittest.cc', 598 'process_util_unittest.cc',
599 'rand_util_unittest.cc', 599 'rand_util_unittest.cc',
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
641 '../third_party/icu/public/common', 641 '../third_party/icu/public/common',
642 ], 642 ],
643 'dependencies': [ 643 'dependencies': [
644 'base', 644 'base',
645 'base_i18n', 645 'base_i18n',
646 '../testing/gmock.gyp:gmock', 646 '../testing/gmock.gyp:gmock',
647 '../testing/gtest.gyp:gtest', 647 '../testing/gtest.gyp:gtest',
648 ], 648 ],
649 'conditions': [ 649 'conditions': [
650 ['OS == "linux" or OS == "freebsd"', { 650 ['OS == "linux" or OS == "freebsd"', {
651 'sources/': [ ['exclude', '\\.mm?$' ] ],
651 'sources!': [ 652 'sources!': [
652 'file_version_info_unittest.cc', 653 'file_version_info_unittest.cc',
653 'worker_pool_linux_unittest.cc', 654 'worker_pool_linux_unittest.cc',
654 ], 655 ],
655 'dependencies': [ 656 'dependencies': [
656 '../build/linux/system.gyp:gtk', 657 '../build/linux/system.gyp:gtk',
657 '../build/linux/system.gyp:nss', 658 '../build/linux/system.gyp:nss',
658 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 659 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
659 ], 660 ],
660 }, { # OS != "linux" and OS != "freebsd" 661 }, { # OS != "linux" and OS != "freebsd"
661 'sources!': [ 662 'sources!': [
662 'message_pump_glib_unittest.cc', 663 'message_pump_glib_unittest.cc',
663 ] 664 ]
664 }], 665 }],
665 ['OS != "mac"', {
666 'sources!': [
667 'mac_util_unittest.cc',
668 ],
669 }],
670 # This is needed to trigger the dll copy step on windows. 666 # This is needed to trigger the dll copy step on windows.
671 # TODO(mark): This should not be necessary. 667 # TODO(mark): This should not be necessary.
672 ['OS == "win"', { 668 ['OS == "win"', {
673 'dependencies': [ 669 'dependencies': [
674 '../third_party/icu/icu.gyp:icudata', 670 '../third_party/icu/icu.gyp:icudata',
675 ], 671 ],
676 'sources!': [ 672 'sources!': [
677 'data_pack_unittest.cc', 673 'data_pack_unittest.cc',
678 'file_descriptor_shuffle_unittest.cc', 674 'file_descriptor_shuffle_unittest.cc',
679 ], 675 ],
(...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after
834 ], 830 ],
835 }], 831 }],
836 ], 832 ],
837 } 833 }
838 834
839 # Local Variables: 835 # Local Variables:
840 # tab-width:2 836 # tab-width:2
841 # indent-tabs-mode:nil 837 # indent-tabs-mode:nil
842 # End: 838 # End:
843 # vim: set expandtab tabstop=2 shiftwidth=2: 839 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « no previous file | base/mac_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698