| 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 'variables': { | 7 'variables': { |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
| 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
| (...skipping 1196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1207 ['include', '^browser/chromeos/status/memory_menu_button.h'], | 1207 ['include', '^browser/chromeos/status/memory_menu_button.h'], |
| 1208 ], | 1208 ], |
| 1209 }], | 1209 }], |
| 1210 ['use_aura==1 and use_x11==1', { | 1210 ['use_aura==1 and use_x11==1', { |
| 1211 'dependencies': [ | 1211 'dependencies': [ |
| 1212 '../build/linux/system.gyp:x11', | 1212 '../build/linux/system.gyp:x11', |
| 1213 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', | 1213 '../ui/events/platform/x11/x11_events_platform.gyp:x11_events_platfo
rm', |
| 1214 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 1214 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 1215 ], | 1215 ], |
| 1216 }], | 1216 }], |
| 1217 ['enable_printing != 0', { | 1217 ['enable_basic_printing==1 or enable_print_preview==1', { |
| 1218 'dependencies': [ | 1218 'dependencies': [ |
| 1219 '../printing/printing.gyp:printing', | 1219 '../printing/printing.gyp:printing', |
| 1220 ], | 1220 ], |
| 1221 }], | 1221 }], |
| 1222 ['use_ozone == 1', { | 1222 ['use_ozone == 1', { |
| 1223 'dependencies': [ | 1223 'dependencies': [ |
| 1224 '../ui/ozone/ozone.gyp:ozone', | 1224 '../ui/ozone/ozone.gyp:ozone', |
| 1225 ], | 1225 ], |
| 1226 'sources!': [ | 1226 'sources!': [ |
| 1227 'browser/chromeos/events/system_key_event_listener.cc', | 1227 'browser/chromeos/events/system_key_event_listener.cc', |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1269 'browser/chromeos/attestation/attestation_signed_data.proto', | 1269 'browser/chromeos/attestation/attestation_signed_data.proto', |
| 1270 ], | 1270 ], |
| 1271 'variables': { | 1271 'variables': { |
| 1272 'proto_in_dir': 'browser/chromeos/attestation', | 1272 'proto_in_dir': 'browser/chromeos/attestation', |
| 1273 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1273 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
| 1274 }, | 1274 }, |
| 1275 'includes': [ '../build/protoc.gypi' ] | 1275 'includes': [ '../build/protoc.gypi' ] |
| 1276 }, | 1276 }, |
| 1277 ], | 1277 ], |
| 1278 } | 1278 } |
| OLD | NEW |