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