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