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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1019 'dependencies': [ | 1019 'dependencies': [ |
1020 '../chromeos/chromeos.gyp:chromeos', | 1020 '../chromeos/chromeos.gyp:chromeos', |
1021 # Ash #includes power_supply_properties.pb.h directly. | 1021 # Ash #includes power_supply_properties.pb.h directly. |
1022 '../chromeos/chromeos.gyp:power_manager_proto', | 1022 '../chromeos/chromeos.gyp:power_manager_proto', |
1023 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 1023 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
1024 '../third_party/qcms/qcms.gyp:qcms', | 1024 '../third_party/qcms/qcms.gyp:qcms', |
1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
1027 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 1027 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
1028 '../ui/display/display.gyp:display', | 1028 '../ui/display/display.gyp:display', |
| 1029 '../ui/display/display.gyp:display_types', |
1029 '../ui/display/display.gyp:display_util', | 1030 '../ui/display/display.gyp:display_util', |
1030 ], | 1031 ], |
1031 }, { # else: chromeos!=1 | 1032 }, { # else: chromeos!=1 |
1032 'sources!': [ | 1033 'sources!': [ |
1033 'accelerators/key_hold_detector.cc', | 1034 'accelerators/key_hold_detector.cc', |
1034 'accelerators/key_hold_detector.h', | 1035 'accelerators/key_hold_detector.h', |
1035 'accelerators/magnifier_key_scroller.cc', | 1036 'accelerators/magnifier_key_scroller.cc', |
1036 'accelerators/magnifier_key_scroller.h', | 1037 'accelerators/magnifier_key_scroller.h', |
1037 'accelerators/spoken_feedback_toggler.cc', | 1038 'accelerators/spoken_feedback_toggler.cc', |
1038 'accelerators/spoken_feedback_toggler.h', | 1039 'accelerators/spoken_feedback_toggler.h', |
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1369 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1370 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1370 ], | 1371 ], |
1371 } | 1372 } |
1372 ], | 1373 ], |
1373 ], | 1374 ], |
1374 }, | 1375 }, |
1375 ], | 1376 ], |
1376 }], | 1377 }], |
1377 ], | 1378 ], |
1378 } | 1379 } |
OLD | NEW |