OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 626 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 'browser/chromeos/extensions/echo_private_api.cc', | 637 'browser/chromeos/extensions/echo_private_api.cc', |
638 'browser/chromeos/extensions/echo_private_api.h', | 638 'browser/chromeos/extensions/echo_private_api.h', |
639 'browser/chromeos/extensions/file_browser_handler_api.cc', | 639 'browser/chromeos/extensions/file_browser_handler_api.cc', |
640 'browser/chromeos/extensions/file_browser_handler_api.h', | 640 'browser/chromeos/extensions/file_browser_handler_api.h', |
641 'browser/chromeos/extensions/file_browser_private_api.cc', | 641 'browser/chromeos/extensions/file_browser_private_api.cc', |
642 'browser/chromeos/extensions/file_browser_private_api.h', | 642 'browser/chromeos/extensions/file_browser_private_api.h', |
643 'browser/chromeos/extensions/wallpaper_manager_util.cc', | 643 'browser/chromeos/extensions/wallpaper_manager_util.cc', |
644 'browser/chromeos/extensions/wallpaper_manager_util.h', | 644 'browser/chromeos/extensions/wallpaper_manager_util.h', |
645 'browser/chromeos/extensions/wallpaper_private_api.cc', | 645 'browser/chromeos/extensions/wallpaper_private_api.cc', |
646 'browser/chromeos/extensions/wallpaper_private_api.h', | 646 'browser/chromeos/extensions/wallpaper_private_api.h', |
| 647 'browser/chromeos/extensions/zip_file_creator.cc', |
| 648 'browser/chromeos/extensions/zip_file_creator.h', |
647 'browser/chromeos/media/media_player_extension_api.cc', | 649 'browser/chromeos/media/media_player_extension_api.cc', |
648 'browser/chromeos/media/media_player_extension_api.h', | 650 'browser/chromeos/media/media_player_extension_api.h', |
649 ], | 651 ], |
650 }], | 652 }], |
651 ['use_cras==1', { | 653 ['use_cras==1', { |
652 'cflags': [ | 654 'cflags': [ |
653 '<!@(<(pkg-config) --cflags libcras)', | 655 '<!@(<(pkg-config) --cflags libcras)', |
654 ], | 656 ], |
655 'link_settings': { | 657 'link_settings': { |
656 'libraries': [ | 658 'libraries': [ |
(...skipping 18 matching lines...) Expand all Loading... |
675 ['exclude', 'browser/chromeos/media/media_player_extension_api.cc'], | 677 ['exclude', 'browser/chromeos/media/media_player_extension_api.cc'], |
676 ['exclude', 'browser/chromeos/media/media_player_extension_api.h'], | 678 ['exclude', 'browser/chromeos/media/media_player_extension_api.h'], |
677 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.cc
'], | 679 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.cc
'], |
678 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.h'
], | 680 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.h'
], |
679 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.cc
'], | 681 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.cc
'], |
680 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.h'
], | 682 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.h'
], |
681 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], | 683 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], |
682 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], | 684 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], |
683 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], | 685 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], |
684 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], | 686 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], |
| 687 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'], |
| 688 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'], |
685 ], | 689 ], |
686 }], | 690 }], |
687 ['use_ibus==1', { | 691 ['use_ibus==1', { |
688 'dependencies': [ | 692 'dependencies': [ |
689 '../build/linux/system.gyp:ibus', | 693 '../build/linux/system.gyp:ibus', |
690 ], | 694 ], |
691 }], | 695 }], |
692 ['use_ash==1', { | 696 ['use_ash==1', { |
693 'dependencies': [ | 697 'dependencies': [ |
694 '../ash/ash.gyp:ash', | 698 '../ash/ash.gyp:ash', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
744 'type': 'static_library', | 748 'type': 'static_library', |
745 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 749 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
746 'variables': { | 750 'variables': { |
747 'proto_in_dir': 'browser/chromeos/drive', | 751 'proto_in_dir': 'browser/chromeos/drive', |
748 'proto_out_dir': 'chrome/browser/chromeos/drive', | 752 'proto_out_dir': 'chrome/browser/chromeos/drive', |
749 }, | 753 }, |
750 'includes': [ '../build/protoc.gypi' ] | 754 'includes': [ '../build/protoc.gypi' ] |
751 }, | 755 }, |
752 ], | 756 ], |
753 } | 757 } |
OLD | NEW |