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 1042 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1053 }], | 1053 }], |
1054 ['use_cras==1', { | 1054 ['use_cras==1', { |
1055 'defines': [ | 1055 'defines': [ |
1056 'USE_CRAS', | 1056 'USE_CRAS', |
1057 ], | 1057 ], |
1058 }], | 1058 }], |
1059 ['use_ash==1', { | 1059 ['use_ash==1', { |
1060 'dependencies': [ | 1060 'dependencies': [ |
1061 '../ash/ash.gyp:ash', | 1061 '../ash/ash.gyp:ash', |
1062 '../ash/ash.gyp:ash_with_content', | 1062 '../ash/ash.gyp:ash_with_content', |
1063 '../ash/ash.gyp:ash_resources', | 1063 '../ash/ash_resources.gyp:ash_resources', |
1064 '../ash/ash_strings.gyp:ash_strings', | 1064 '../ash/ash_strings.gyp:ash_strings', |
1065 '../ui/app_list/app_list.gyp:app_list', | 1065 '../ui/app_list/app_list.gyp:app_list', |
1066 '../ui/message_center/message_center.gyp:message_center', | 1066 '../ui/message_center/message_center.gyp:message_center', |
1067 ], | 1067 ], |
1068 }], | 1068 }], |
1069 ['use_aura==1', { | 1069 ['use_aura==1', { |
1070 'dependencies': [ | 1070 'dependencies': [ |
1071 '../ui/aura/aura.gyp:aura', | 1071 '../ui/aura/aura.gyp:aura', |
1072 '../ui/compositor/compositor.gyp:compositor', | 1072 '../ui/compositor/compositor.gyp:compositor', |
1073 ], | 1073 ], |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1153 'browser/chromeos/attestation/attestation_signed_data.proto', | 1153 'browser/chromeos/attestation/attestation_signed_data.proto', |
1154 ], | 1154 ], |
1155 'variables': { | 1155 'variables': { |
1156 'proto_in_dir': 'browser/chromeos/attestation', | 1156 'proto_in_dir': 'browser/chromeos/attestation', |
1157 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1157 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1158 }, | 1158 }, |
1159 'includes': [ '../build/protoc.gypi' ] | 1159 'includes': [ '../build/protoc.gypi' ] |
1160 }, | 1160 }, |
1161 ], | 1161 ], |
1162 } | 1162 } |
OLD | NEW |