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 25 matching lines...) Expand all Loading... |
36 'ash_switches.cc', | 36 'ash_switches.cc', |
37 'ash_switches.h', | 37 'ash_switches.h', |
38 'ash_touch_exploration_manager_chromeos.cc', | 38 'ash_touch_exploration_manager_chromeos.cc', |
39 'ash_touch_exploration_manager_chromeos.h', | 39 'ash_touch_exploration_manager_chromeos.h', |
40 'audio/sounds.cc', | 40 'audio/sounds.cc', |
41 'audio/sounds.h', | 41 'audio/sounds.h', |
42 'autoclick/autoclick_controller.cc', | 42 'autoclick/autoclick_controller.cc', |
43 'autoclick/autoclick_controller.h', | 43 'autoclick/autoclick_controller.h', |
44 'cancel_mode.cc', | 44 'cancel_mode.cc', |
45 'cancel_mode.h', | 45 'cancel_mode.h', |
| 46 'content/display/display_color_manager_chromeos.cc', |
| 47 'content/display/display_color_manager_chromeos.h', |
46 'content/display/screen_orientation_controller_chromeos.cc', | 48 'content/display/screen_orientation_controller_chromeos.cc', |
47 'content/display/screen_orientation_controller_chromeos.h', | 49 'content/display/screen_orientation_controller_chromeos.h', |
48 'debug.cc', | 50 'debug.cc', |
49 'debug.h', | 51 'debug.h', |
50 'default_accessibility_delegate.cc', | 52 'default_accessibility_delegate.cc', |
51 'default_accessibility_delegate.h', | 53 'default_accessibility_delegate.h', |
52 'default_user_wallpaper_delegate.cc', | 54 'default_user_wallpaper_delegate.cc', |
53 'default_user_wallpaper_delegate.h', | 55 'default_user_wallpaper_delegate.h', |
54 'desktop_background/desktop_background_controller.cc', | 56 'desktop_background/desktop_background_controller.cc', |
55 'desktop_background/desktop_background_controller.h', | 57 'desktop_background/desktop_background_controller.h', |
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
960 '../ui/events/ozone/events_ozone.gyp:events_ozone', | 962 '../ui/events/ozone/events_ozone.gyp:events_ozone', |
961 '../ui/ozone/ozone.gyp:ozone', | 963 '../ui/ozone/ozone.gyp:ozone', |
962 ], | 964 ], |
963 }], | 965 }], |
964 ['chromeos==1', { | 966 ['chromeos==1', { |
965 'dependencies': [ | 967 'dependencies': [ |
966 '../chromeos/chromeos.gyp:chromeos', | 968 '../chromeos/chromeos.gyp:chromeos', |
967 # Ash #includes power_supply_properties.pb.h directly. | 969 # Ash #includes power_supply_properties.pb.h directly. |
968 '../chromeos/chromeos.gyp:power_manager_proto', | 970 '../chromeos/chromeos.gyp:power_manager_proto', |
969 '../device/bluetooth/bluetooth.gyp:device_bluetooth', | 971 '../device/bluetooth/bluetooth.gyp:device_bluetooth', |
| 972 '../third_party/qcms/qcms.gyp:qcms', |
970 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', | 973 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', |
971 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', | 974 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', |
972 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', | 975 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', |
973 '../ui/display/display.gyp:display', | 976 '../ui/display/display.gyp:display', |
974 '../ui/display/display.gyp:display_util', | 977 '../ui/display/display.gyp:display_util', |
975 ], | 978 ], |
976 }, { # else: chromeos!=1 | 979 }, { # else: chromeos!=1 |
977 'sources!': [ | 980 'sources!': [ |
978 'accelerators/key_hold_detector.cc', | 981 'accelerators/key_hold_detector.cc', |
979 'accelerators/key_hold_detector.h', | 982 'accelerators/key_hold_detector.h', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1322 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1325 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1323 ], | 1326 ], |
1324 } | 1327 } |
1325 ], | 1328 ], |
1326 ], | 1329 ], |
1327 }, | 1330 }, |
1328 ], | 1331 ], |
1329 }], | 1332 }], |
1330 ], | 1333 ], |
1331 } | 1334 } |
OLD | NEW |