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 882 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
893 'sources!': [ | 893 'sources!': [ |
894 'browser/chromeos/device_uma.cc', | 894 'browser/chromeos/device_uma.cc', |
895 'browser/chromeos/device_uma.h', | 895 'browser/chromeos/device_uma.h', |
896 ], | 896 ], |
897 }], | 897 }], |
898 ['use_cras==1', { | 898 ['use_cras==1', { |
899 'defines': [ | 899 'defines': [ |
900 'USE_CRAS', | 900 'USE_CRAS', |
901 ], | 901 ], |
902 }], | 902 }], |
903 ['file_manager_extension==0', { | |
904 'sources/': [ | |
905 ['exclude', 'browser/chromeos/extensions/file_manager/file_browser_h
andler_api.cc'], | |
906 ['exclude', 'browser/chromeos/extensions/file_manager/file_browser_h
andler_api.h'], | |
907 ['exclude', 'browser/chromeos/extensions/file_manager/file_browser_p
rivate_api.cc'], | |
908 ['exclude', 'browser/chromeos/extensions/file_manager/file_browser_p
rivate_api.h'], | |
909 ['exclude', 'browser/chromeos/extensions/file_manager/file_browser_p
rivate_api_factory.cc'], | |
910 ['exclude', 'browser/chromeos/extensions/file_manager/file_browser_p
rivate_api_factory.h'], | |
911 ['exclude', 'browser/chromeos/extensions/file_manager/file_tasks.cc'
], | |
912 ['exclude', 'browser/chromeos/extensions/file_manager/file_tasks.h']
, | |
913 ['exclude', 'browser/chromeos/extensions/file_manager/open_util.cc']
, | |
914 ['exclude', 'browser/chromeos/extensions/file_manager/open_util.h'], | |
915 ['exclude', 'browser/chromeos/extensions/file_manager/zip_file_creat
or.cc'], | |
916 ['exclude', 'browser/chromeos/extensions/file_manager/zip_file_creat
or.h'], | |
917 ['exclude', 'browser/chromeos/extensions/media_player_api.cc'], | |
918 ['exclude', 'browser/chromeos/extensions/media_player_api.h'], | |
919 ], | |
920 }], | |
921 ['use_ash==1', { | 903 ['use_ash==1', { |
922 'dependencies': [ | 904 'dependencies': [ |
923 '../ash/ash.gyp:ash', | 905 '../ash/ash.gyp:ash', |
924 '../ash/ash.gyp:ash_resources', | 906 '../ash/ash.gyp:ash_resources', |
925 '../ash/ash_strings.gyp:ash_strings', | 907 '../ash/ash_strings.gyp:ash_strings', |
926 '../ui/app_list/app_list.gyp:app_list', | 908 '../ui/app_list/app_list.gyp:app_list', |
927 '../ui/message_center/message_center.gyp:message_center', | 909 '../ui/message_center/message_center.gyp:message_center', |
928 ], | 910 ], |
929 }], | 911 }], |
930 ['use_aura==1', { | 912 ['use_aura==1', { |
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
989 'browser/chromeos/attestation/attestation_key_payload.proto', | 971 'browser/chromeos/attestation/attestation_key_payload.proto', |
990 ], | 972 ], |
991 'variables': { | 973 'variables': { |
992 'proto_in_dir': 'browser/chromeos/attestation', | 974 'proto_in_dir': 'browser/chromeos/attestation', |
993 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 975 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
994 }, | 976 }, |
995 'includes': [ '../build/protoc.gypi' ] | 977 'includes': [ '../build/protoc.gypi' ] |
996 }, | 978 }, |
997 ], | 979 ], |
998 } | 980 } |
OLD | NEW |