| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 'desktop_background/desktop_background_controller_observer.h', | 56 'desktop_background/desktop_background_controller_observer.h', |
| 57 'desktop_background/desktop_background_view.cc', | 57 'desktop_background/desktop_background_view.cc', |
| 58 'desktop_background/desktop_background_view.h', | 58 'desktop_background/desktop_background_view.h', |
| 59 'desktop_background/desktop_background_widget_controller.cc', | 59 'desktop_background/desktop_background_widget_controller.cc', |
| 60 'desktop_background/desktop_background_widget_controller.h', | 60 'desktop_background/desktop_background_widget_controller.h', |
| 61 'desktop_background/user_wallpaper_delegate.h', | 61 'desktop_background/user_wallpaper_delegate.h', |
| 62 'display/cursor_window_controller.cc', | 62 'display/cursor_window_controller.cc', |
| 63 'display/cursor_window_controller.h', | 63 'display/cursor_window_controller.h', |
| 64 'display/display_change_observer_chromeos.cc', | 64 'display/display_change_observer_chromeos.cc', |
| 65 'display/display_change_observer_chromeos.h', | 65 'display/display_change_observer_chromeos.h', |
| 66 'display/display_color_manager_chromeos.cc', |
| 67 'display/display_color_manager_chromeos.h', |
| 66 'display/display_configurator_animation.cc', | 68 'display/display_configurator_animation.cc', |
| 67 'display/display_configurator_animation.h', | 69 'display/display_configurator_animation.h', |
| 68 'display/display_controller.cc', | 70 'display/display_controller.cc', |
| 69 'display/display_controller.h', | 71 'display/display_controller.h', |
| 70 'display/display_error_observer_chromeos.cc', | 72 'display/display_error_observer_chromeos.cc', |
| 71 'display/display_error_observer_chromeos.h', | 73 'display/display_error_observer_chromeos.h', |
| 72 'display/display_info.cc', | 74 'display/display_info.cc', |
| 73 'display/display_info.h', | 75 'display/display_info.h', |
| 74 'display/display_layout.cc', | 76 'display/display_layout.cc', |
| 75 'display/display_layout.h', | 77 'display/display_layout.h', |
| (...skipping 872 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 948 '../ui/events/ozone/events_ozone.gyp:events_ozone', | 950 '../ui/events/ozone/events_ozone.gyp:events_ozone', |
| 949 '../ui/ozone/ozone.gyp:ozone', | 951 '../ui/ozone/ozone.gyp:ozone', |
| 950 ], | 952 ], |
| 951 }], | 953 }], |
| 952 ['chromeos==1', { | 954 ['chromeos==1', { |
| 953 'dependencies': [ | 955 'dependencies': [ |
| 954 '../chromeos/chromeos.gyp:chromeos', | 956 '../chromeos/chromeos.gyp:chromeos', |
| 955 # Ash #includes power_supply_properties.pb.h directly. | 957 # Ash #includes power_supply_properties.pb.h directly. |
| 956 '../chromeos/chromeos.gyp:power_manager_proto', | 958 '../chromeos/chromeos.gyp:power_manager_proto', |
| 957 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 959 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 960 '../third_party/qcms/qcms.gyp:qcms', |
| 958 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 961 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
| 959 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 962 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
| 960 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 963 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
| 961 '../ui/display/display.gyp:display', | 964 '../ui/display/display.gyp:display', |
| 962 '../ui/display/display.gyp:display_util', | 965 '../ui/display/display.gyp:display_util', |
| 963 ], | 966 ], |
| 964 }, { # else: chromeos!=1 | 967 }, { # else: chromeos!=1 |
| 965 'sources!': [ | 968 'sources!': [ |
| 966 'accelerators/key_hold_detector.cc', | 969 'accelerators/key_hold_detector.cc', |
| 967 'accelerators/key_hold_detector.h', | 970 'accelerators/key_hold_detector.h', |
| (...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1310 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1313 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1311 ], | 1314 ], |
| 1312 } | 1315 } |
| 1313 ], | 1316 ], |
| 1314 ], | 1317 ], |
| 1315 }, | 1318 }, |
| 1316 ], | 1319 ], |
| 1317 }], | 1320 }], |
| 1318 ], | 1321 ], |
| 1319 } | 1322 } |
| OLD | NEW |