| OLD | NEW |
| 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 { | 5 { |
| 6 'variables': { | 6 'variables': { |
| 7 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
| 9 'ash_sources': [ | 9 'ash_sources': [ |
| 10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
| (...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1034 "sticky_keys/sticky_keys_controller.cc", | 1034 "sticky_keys/sticky_keys_controller.cc", |
| 1035 "sticky_keys/sticky_keys_controller.h", | 1035 "sticky_keys/sticky_keys_controller.h", |
| 1036 ], | 1036 ], |
| 1037 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1037 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1038 'msvs_disabled_warnings': [ 4267, ], | 1038 'msvs_disabled_warnings': [ 4267, ], |
| 1039 }], | 1039 }], |
| 1040 ['use_x11==1', { | 1040 ['use_x11==1', { |
| 1041 'dependencies': [ | 1041 'dependencies': [ |
| 1042 '../build/linux/system.gyp:x11', | 1042 '../build/linux/system.gyp:x11', |
| 1043 '../build/linux/system.gyp:xfixes', | 1043 '../build/linux/system.gyp:xfixes', |
| 1044 '../ui/events/devices/x11/events_devices_x11.gyp:events_devices_x11'
, |
| 1044 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', | 1045 '../ui/gfx/x/gfx_x11.gyp:gfx_x11', |
| 1045 ], | 1046 ], |
| 1046 }], | 1047 }], |
| 1047 ['use_ozone==1', { | 1048 ['use_ozone==1', { |
| 1048 'dependencies': [ | 1049 'dependencies': [ |
| 1049 '../ui/events/ozone/events_ozone.gyp:events_ozone', | 1050 '../ui/events/ozone/events_ozone.gyp:events_ozone', |
| 1050 '../ui/ozone/ozone.gyp:ozone', | 1051 '../ui/ozone/ozone.gyp:ozone', |
| 1051 ], | 1052 ], |
| 1052 }], | 1053 }], |
| 1053 ['chromeos==1', { | 1054 ['chromeos==1', { |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1391 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1392 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1392 ], | 1393 ], |
| 1393 } | 1394 } |
| 1394 ], | 1395 ], |
| 1395 ], | 1396 ], |
| 1396 }, | 1397 }, |
| 1397 ], | 1398 ], |
| 1398 }], | 1399 }], |
| 1399 ], | 1400 ], |
| 1400 } | 1401 } |
| OLD | NEW |