Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(34)

Side by Side Diff: ash/ash.gyp

Issue 1118373006: Revert of Load and apply a vcgt table from an ICC file to the internal display (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | ash/content/display/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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',
48 'content/display/screen_orientation_controller_chromeos.cc', 46 'content/display/screen_orientation_controller_chromeos.cc',
49 'content/display/screen_orientation_controller_chromeos.h', 47 'content/display/screen_orientation_controller_chromeos.h',
50 'debug.cc', 48 'debug.cc',
51 'debug.h', 49 'debug.h',
52 'default_accessibility_delegate.cc', 50 'default_accessibility_delegate.cc',
53 'default_accessibility_delegate.h', 51 'default_accessibility_delegate.h',
54 'default_user_wallpaper_delegate.cc', 52 'default_user_wallpaper_delegate.cc',
55 'default_user_wallpaper_delegate.h', 53 'default_user_wallpaper_delegate.h',
56 'desktop_background/desktop_background_controller.cc', 54 'desktop_background/desktop_background_controller.cc',
57 'desktop_background/desktop_background_controller.h', 55 'desktop_background/desktop_background_controller.h',
(...skipping 904 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 '../ui/events/ozone/events_ozone.gyp:events_ozone', 960 '../ui/events/ozone/events_ozone.gyp:events_ozone',
963 '../ui/ozone/ozone.gyp:ozone', 961 '../ui/ozone/ozone.gyp:ozone',
964 ], 962 ],
965 }], 963 }],
966 ['chromeos==1', { 964 ['chromeos==1', {
967 'dependencies': [ 965 'dependencies': [
968 '../chromeos/chromeos.gyp:chromeos', 966 '../chromeos/chromeos.gyp:chromeos',
969 # Ash #includes power_supply_properties.pb.h directly. 967 # Ash #includes power_supply_properties.pb.h directly.
970 '../chromeos/chromeos.gyp:power_manager_proto', 968 '../chromeos/chromeos.gyp:power_manager_proto',
971 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 969 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
972 '../third_party/qcms/qcms.gyp:qcms',
973 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 970 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
974 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 971 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
975 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 972 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
976 '../ui/display/display.gyp:display', 973 '../ui/display/display.gyp:display',
977 '../ui/display/display.gyp:display_util', 974 '../ui/display/display.gyp:display_util',
978 ], 975 ],
979 }, { # else: chromeos!=1 976 }, { # else: chromeos!=1
980 'sources!': [ 977 'sources!': [
981 'accelerators/key_hold_detector.cc', 978 'accelerators/key_hold_detector.cc',
982 'accelerators/key_hold_detector.h', 979 'accelerators/key_hold_detector.h',
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after
1325 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1322 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1326 ], 1323 ],
1327 } 1324 }
1328 ], 1325 ],
1329 ], 1326 ],
1330 }, 1327 },
1331 ], 1328 ],
1332 }], 1329 }],
1333 ], 1330 ],
1334 } 1331 }
OLDNEW
« no previous file with comments | « no previous file | ash/content/display/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698