| 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 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1016 'dependencies': [ | 1016 'dependencies': [ |
| 1017 '../ui/events/ozone/events_ozone.gyp:events_ozone', | 1017 '../ui/events/ozone/events_ozone.gyp:events_ozone', |
| 1018 '../ui/ozone/ozone.gyp:ozone', | 1018 '../ui/ozone/ozone.gyp:ozone', |
| 1019 ], | 1019 ], |
| 1020 }], | 1020 }], |
| 1021 ['chromeos==1', { | 1021 ['chromeos==1', { |
| 1022 'dependencies': [ | 1022 'dependencies': [ |
| 1023 '../chromeos/chromeos.gyp:chromeos', | 1023 '../chromeos/chromeos.gyp:chromeos', |
| 1024 # Ash #includes power_supply_properties.pb.h directly. | 1024 # Ash #includes power_supply_properties.pb.h directly. |
| 1025 '../chromeos/chromeos.gyp:power_manager_proto', | 1025 '../chromeos/chromeos.gyp:power_manager_proto', |
| 1026 '../components/components.gyp:quirks', |
| 1026 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1027 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 1027 '../third_party/qcms/qcms.gyp:qcms', | 1028 '../third_party/qcms/qcms.gyp:qcms', |
| 1028 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 1029 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 1029 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 1030 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 1030 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 1031 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 1031 '../ui/display/display.gyp:display', | 1032 '../ui/display/display.gyp:display', |
| 1032 '../ui/display/display.gyp:display_util', | 1033 '../ui/display/display.gyp:display_util', |
| 1033 ], | 1034 ], |
| 1034 }, { # else: chromeos!=1 | 1035 }, { # else: chromeos!=1 |
| 1035 'sources!': [ | 1036 'sources!': [ |
| (...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1355 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1356 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1356 ], | 1357 ], |
| 1357 } | 1358 } |
| 1358 ], | 1359 ], |
| 1359 ], | 1360 ], |
| 1360 }, | 1361 }, |
| 1361 ], | 1362 ], |
| 1362 }], | 1363 }], |
| 1363 ], | 1364 ], |
| 1364 } | 1365 } |
| OLD | NEW |