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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
720 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], | 720 ['exclude', 'browser/chromeos/extensions/file_handler_util.h'], |
721 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], | 721 ['exclude', 'browser/chromeos/extensions/file_handler_util.cc'], |
722 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], | 722 ['exclude', 'browser/chromeos/extensions/file_manager_util.h'], |
723 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], | 723 ['exclude', 'browser/chromeos/extensions/file_manager_util.cc'], |
724 ['exclude', 'browser/chromeos/extensions/media_player_api.cc'], | 724 ['exclude', 'browser/chromeos/extensions/media_player_api.cc'], |
725 ['exclude', 'browser/chromeos/extensions/media_player_api.h'], | 725 ['exclude', 'browser/chromeos/extensions/media_player_api.h'], |
726 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'], | 726 ['exclude', 'browser/chromeos/extensions/zip_file_creator.h'], |
727 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'], | 727 ['exclude', 'browser/chromeos/extensions/zip_file_creator.cc'], |
728 ], | 728 ], |
729 }], | 729 }], |
730 ['use_ibus==1', { | |
731 'dependencies': [ | |
732 '../build/linux/system.gyp:ibus', | |
733 ], | |
734 }], | |
735 ['use_ash==1', { | 730 ['use_ash==1', { |
736 'dependencies': [ | 731 'dependencies': [ |
737 '../ash/ash.gyp:ash', | 732 '../ash/ash.gyp:ash', |
738 '../ash/ash.gyp:ash_resources', | 733 '../ash/ash.gyp:ash_resources', |
739 '../ash/ash_strings.gyp:ash_strings', | 734 '../ash/ash_strings.gyp:ash_strings', |
740 '../ui/app_list/app_list.gyp:app_list', | 735 '../ui/app_list/app_list.gyp:app_list', |
741 '../ui/message_center/message_center.gyp:message_center', | 736 '../ui/message_center/message_center.gyp:message_center', |
742 ], | 737 ], |
743 }], | 738 }], |
744 ['use_aura==1', { | 739 ['use_aura==1', { |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
788 'type': 'static_library', | 783 'type': 'static_library', |
789 'sources': [ 'browser/chromeos/drive/drive.proto' ], | 784 'sources': [ 'browser/chromeos/drive/drive.proto' ], |
790 'variables': { | 785 'variables': { |
791 'proto_in_dir': 'browser/chromeos/drive', | 786 'proto_in_dir': 'browser/chromeos/drive', |
792 'proto_out_dir': 'chrome/browser/chromeos/drive', | 787 'proto_out_dir': 'chrome/browser/chromeos/drive', |
793 }, | 788 }, |
794 'includes': [ '../build/protoc.gypi' ] | 789 'includes': [ '../build/protoc.gypi' ] |
795 }, | 790 }, |
796 ], | 791 ], |
797 } | 792 } |
OLD | NEW |