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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
645 'browser/chromeos/extensions/echo_private_api.cc', | 645 'browser/chromeos/extensions/echo_private_api.cc', |
646 'browser/chromeos/extensions/echo_private_api.h', | 646 'browser/chromeos/extensions/echo_private_api.h', |
647 'browser/chromeos/extensions/file_browser_handler_api.cc', | 647 'browser/chromeos/extensions/file_browser_handler_api.cc', |
648 'browser/chromeos/extensions/file_browser_handler_api.h', | 648 'browser/chromeos/extensions/file_browser_handler_api.h', |
649 'browser/chromeos/extensions/file_browser_private_api.cc', | 649 'browser/chromeos/extensions/file_browser_private_api.cc', |
650 'browser/chromeos/extensions/file_browser_private_api.h', | 650 'browser/chromeos/extensions/file_browser_private_api.h', |
651 'browser/chromeos/extensions/wallpaper_manager_util.cc', | 651 'browser/chromeos/extensions/wallpaper_manager_util.cc', |
652 'browser/chromeos/extensions/wallpaper_manager_util.h', | 652 'browser/chromeos/extensions/wallpaper_manager_util.h', |
653 'browser/chromeos/extensions/wallpaper_private_api.cc', | 653 'browser/chromeos/extensions/wallpaper_private_api.cc', |
654 'browser/chromeos/extensions/wallpaper_private_api.h', | 654 'browser/chromeos/extensions/wallpaper_private_api.h', |
| 655 'browser/chromeos/extensions/zip_file_creator.cc', |
| 656 'browser/chromeos/extensions/zip_file_creator.h', |
655 'browser/chromeos/media/media_player_extension_api.cc', | 657 'browser/chromeos/media/media_player_extension_api.cc', |
656 'browser/chromeos/media/media_player_extension_api.h', | 658 'browser/chromeos/media/media_player_extension_api.h', |
657 ], | 659 ], |
658 }], | 660 }], |
659 ['use_cras==1', { | 661 ['use_cras==1', { |
660 'cflags': [ | 662 'cflags': [ |
661 '<!@(<(pkg-config) --cflags libcras)', | 663 '<!@(<(pkg-config) --cflags libcras)', |
662 ], | 664 ], |
663 'link_settings': { | 665 'link_settings': { |
664 'libraries': [ | 666 'libraries': [ |
(...skipping 18 matching lines...) Expand all Loading... |
683 ['exclude', 'browser/chromeos/media/media_player_extension_api.cc'], | 685 ['exclude', 'browser/chromeos/media/media_player_extension_api.cc'], |
684 ['exclude', 'browser/chromeos/media/media_player_extension_api.h'], | 686 ['exclude', 'browser/chromeos/media/media_player_extension_api.h'], |
685 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.cc
'], | 687 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.cc
'], |
686 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.h'
], | 688 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.h'
], |
687 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.cc
'], | 689 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.cc
'], |
688 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.h'
], | 690 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.h'
], |
689 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], | 691 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], |
690 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], | 692 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], |
691 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], | 693 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], |
692 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], | 694 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], |
| 695 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'], |
| 696 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'], |
693 ], | 697 ], |
694 }], | 698 }], |
695 ['use_ibus==1', { | 699 ['use_ibus==1', { |
696 'dependencies': [ | 700 'dependencies': [ |
697 '../build/linux/system.gyp:ibus', | 701 '../build/linux/system.gyp:ibus', |
698 ], | 702 ], |
699 }], | 703 }], |
700 ['use_ash==1', { | 704 ['use_ash==1', { |
701 'dependencies': [ | 705 'dependencies': [ |
702 '../ash/ash.gyp:ash', | 706 '../ash/ash.gyp:ash', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
752 'type': 'static_library', | 756 'type': 'static_library', |
753 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 757 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
754 'variables': { | 758 'variables': { |
755 'proto_in_dir': 'browser/chromeos/drive', | 759 'proto_in_dir': 'browser/chromeos/drive', |
756 'proto_out_dir': 'chrome/browser/chromeos/drive', | 760 'proto_out_dir': 'chrome/browser/chromeos/drive', |
757 }, | 761 }, |
758 'includes': [ '../build/protoc.gypi' ] | 762 'includes': [ '../build/protoc.gypi' ] |
759 }, | 763 }, |
760 ], | 764 ], |
761 } | 765 } |
OLD | NEW |