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 640 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
651 'browser/chromeos/extensions/echo_private_api.cc', | 651 'browser/chromeos/extensions/echo_private_api.cc', |
652 'browser/chromeos/extensions/echo_private_api.h', | 652 'browser/chromeos/extensions/echo_private_api.h', |
653 'browser/chromeos/extensions/file_browser_handler_api.cc', | 653 'browser/chromeos/extensions/file_browser_handler_api.cc', |
654 'browser/chromeos/extensions/file_browser_handler_api.h', | 654 'browser/chromeos/extensions/file_browser_handler_api.h', |
655 'browser/chromeos/extensions/file_browser_private_api.cc', | 655 'browser/chromeos/extensions/file_browser_private_api.cc', |
656 'browser/chromeos/extensions/file_browser_private_api.h', | 656 'browser/chromeos/extensions/file_browser_private_api.h', |
657 'browser/chromeos/extensions/wallpaper_manager_util.cc', | 657 'browser/chromeos/extensions/wallpaper_manager_util.cc', |
658 'browser/chromeos/extensions/wallpaper_manager_util.h', | 658 'browser/chromeos/extensions/wallpaper_manager_util.h', |
659 'browser/chromeos/extensions/wallpaper_private_api.cc', | 659 'browser/chromeos/extensions/wallpaper_private_api.cc', |
660 'browser/chromeos/extensions/wallpaper_private_api.h', | 660 'browser/chromeos/extensions/wallpaper_private_api.h', |
| 661 'browser/chromeos/extensions/zip_file_creator.cc', |
| 662 'browser/chromeos/extensions/zip_file_creator.h', |
661 'browser/chromeos/media/media_player_extension_api.cc', | 663 'browser/chromeos/media/media_player_extension_api.cc', |
662 'browser/chromeos/media/media_player_extension_api.h', | 664 'browser/chromeos/media/media_player_extension_api.h', |
663 ], | 665 ], |
664 }], | 666 }], |
665 ['use_cras==1', { | 667 ['use_cras==1', { |
666 'cflags': [ | 668 'cflags': [ |
667 '<!@(<(pkg-config) --cflags libcras)', | 669 '<!@(<(pkg-config) --cflags libcras)', |
668 ], | 670 ], |
669 'link_settings': { | 671 'link_settings': { |
670 'libraries': [ | 672 'libraries': [ |
(...skipping 18 matching lines...) Expand all Loading... |
689 ['exclude', 'browser/chromeos/media/media_player_extension_api.cc'], | 691 ['exclude', 'browser/chromeos/media/media_player_extension_api.cc'], |
690 ['exclude', 'browser/chromeos/media/media_player_extension_api.h'], | 692 ['exclude', 'browser/chromeos/media/media_player_extension_api.h'], |
691 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.cc
'], | 693 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.cc
'], |
692 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.h'
], | 694 ['exclude', 'browser/chromeos/extensions/file_browser_handler_api.h'
], |
693 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.cc
'], | 695 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.cc
'], |
694 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.h'
], | 696 ['exclude', 'browser/chromeos/extensions/file_browser_private_api.h'
], |
695 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], | 697 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], |
696 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], | 698 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], |
697 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], | 699 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], |
698 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], | 700 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], |
| 701 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'], |
| 702 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'], |
699 ], | 703 ], |
700 }], | 704 }], |
701 ['use_ibus==1', { | 705 ['use_ibus==1', { |
702 'dependencies': [ | 706 'dependencies': [ |
703 '../build/linux/system.gyp:ibus', | 707 '../build/linux/system.gyp:ibus', |
704 ], | 708 ], |
705 }], | 709 }], |
706 ['use_ash==1', { | 710 ['use_ash==1', { |
707 'dependencies': [ | 711 'dependencies': [ |
708 '../ash/ash.gyp:ash', | 712 '../ash/ash.gyp:ash', |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 'type': 'static_library', | 762 'type': 'static_library', |
759 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 763 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
760 'variables': { | 764 'variables': { |
761 'proto_in_dir': 'browser/chromeos/drive', | 765 'proto_in_dir': 'browser/chromeos/drive', |
762 'proto_out_dir': 'chrome/browser/chromeos/drive', | 766 'proto_out_dir': 'chrome/browser/chromeos/drive', |
763 }, | 767 }, |
764 'includes': [ '../build/protoc.gypi' ] | 768 'includes': [ '../build/protoc.gypi' ] |
765 }, | 769 }, |
766 ], | 770 ], |
767 } | 771 } |
OLD | NEW |