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 1050 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1061 '<(INTERMEDIATE_DIR)/chrome', | 1061 '<(INTERMEDIATE_DIR)/chrome', |
1062 ], | 1062 ], |
1063 'sources/': [ | 1063 'sources/': [ |
1064 ['include', '^browser/chromeos/status/memory_menu_button.cc'], | 1064 ['include', '^browser/chromeos/status/memory_menu_button.cc'], |
1065 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 1065 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
1066 ], | 1066 ], |
1067 }], | 1067 }], |
1068 ['use_aura==1 and use_x11==1', { | 1068 ['use_aura==1 and use_x11==1', { |
1069 'dependencies': [ | 1069 'dependencies': [ |
1070 '../build/linux/system.gyp:x11', | 1070 '../build/linux/system.gyp:x11', |
1071 '../ui/gfx/gfx.gyp:gfx_x11', | 1071 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
1072 ], | 1072 ], |
1073 }], | 1073 }], |
1074 ['enable_printing != 0', { | 1074 ['enable_printing != 0', { |
1075 'dependencies': [ | 1075 'dependencies': [ |
1076 '../printing/printing.gyp:printing', | 1076 '../printing/printing.gyp:printing', |
1077 ], | 1077 ], |
1078 }], | 1078 }], |
1079 ['use_ozone == 1', { | 1079 ['use_ozone == 1', { |
1080 'dependencies': [ | 1080 'dependencies': [ |
1081 '../ui/ozone/ozone.gyp:ozone', | 1081 '../ui/ozone/ozone.gyp:ozone', |
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1125 'browser/chromeos/attestation/attestation_signed_data.proto', | 1125 'browser/chromeos/attestation/attestation_signed_data.proto', |
1126 ], | 1126 ], |
1127 'variables': { | 1127 'variables': { |
1128 'proto_in_dir': 'browser/chromeos/attestation', | 1128 'proto_in_dir': 'browser/chromeos/attestation', |
1129 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1129 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1130 }, | 1130 }, |
1131 'includes': [ '../build/protoc.gypi' ] | 1131 'includes': [ '../build/protoc.gypi' ] |
1132 }, | 1132 }, |
1133 ], | 1133 ], |
1134 } | 1134 } |
OLD | NEW |