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

Side by Side Diff: ash/ash.gyp

Issue 1528963002: Quirks Client for downloading and providing display profiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Refactor to move some functionality from client to manager Created 4 years, 10 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
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 1002 matching lines...) Expand 10 before | Expand all | Expand 10 after
1013 'dependencies': [ 1013 'dependencies': [
1014 '../ui/events/ozone/events_ozone.gyp:events_ozone', 1014 '../ui/events/ozone/events_ozone.gyp:events_ozone',
1015 '../ui/ozone/ozone.gyp:ozone', 1015 '../ui/ozone/ozone.gyp:ozone',
1016 ], 1016 ],
1017 }], 1017 }],
1018 ['chromeos==1', { 1018 ['chromeos==1', {
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 '../components/components.gyp:quirks',
1023 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1024 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1024 '../third_party/qcms/qcms.gyp:qcms', 1025 '../third_party/qcms/qcms.gyp:qcms',
1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1027 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1027 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 1028 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
1028 '../ui/display/display.gyp:display', 1029 '../ui/display/display.gyp:display',
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!': [
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
1349 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1350 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1350 ], 1351 ],
1351 } 1352 }
1352 ], 1353 ],
1353 ], 1354 ],
1354 }, 1355 },
1355 ], 1356 ],
1356 }], 1357 }],
1357 ], 1358 ],
1358 } 1359 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698