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

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: Sixth round of review fixes, sorting out thread issues 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 1005 matching lines...) Expand 10 before | Expand all | Expand 10 after
1016 'dependencies': [ 1016 'dependencies': [
1017 '../ui/events/ozone/events_ozone.gyp:events_ozone', 1017 '../ui/events/ozone/events_ozone.gyp:events_ozone',
1018 '../ui/ozone/ozone.gyp:ozone', 1018 '../ui/ozone/ozone.gyp:ozone',
1019 ], 1019 ],
1020 }], 1020 }],
1021 ['chromeos==1', { 1021 ['chromeos==1', {
1022 'dependencies': [ 1022 'dependencies': [
1023 '../chromeos/chromeos.gyp:chromeos', 1023 '../chromeos/chromeos.gyp:chromeos',
1024 # Ash #includes power_supply_properties.pb.h directly. 1024 # Ash #includes power_supply_properties.pb.h directly.
1025 '../chromeos/chromeos.gyp:power_manager_proto', 1025 '../chromeos/chromeos.gyp:power_manager_proto',
1026 '../components/components.gyp:quirks',
1026 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1027 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1027 '../third_party/qcms/qcms.gyp:qcms', 1028 '../third_party/qcms/qcms.gyp:qcms',
1028 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1029 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1029 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1030 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1030 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 1031 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
1031 '../ui/display/display.gyp:display', 1032 '../ui/display/display.gyp:display',
1032 '../ui/display/display.gyp:display_util', 1033 '../ui/display/display.gyp:display_util',
1033 ], 1034 ],
1034 }, { # else: chromeos!=1 1035 }, { # else: chromeos!=1
1035 'sources!': [ 1036 'sources!': [
(...skipping 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
1355 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1356 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1356 ], 1357 ],
1357 } 1358 }
1358 ], 1359 ],
1359 ], 1360 ],
1360 }, 1361 },
1361 ], 1362 ],
1362 }], 1363 }],
1363 ], 1364 ],
1364 } 1365 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698