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

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 manager and delegate 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 1000 matching lines...) Expand 10 before | Expand all | Expand 10 after
1011 'dependencies': [ 1011 'dependencies': [
1012 '../ui/events/ozone/events_ozone.gyp:events_ozone', 1012 '../ui/events/ozone/events_ozone.gyp:events_ozone',
1013 '../ui/ozone/ozone.gyp:ozone', 1013 '../ui/ozone/ozone.gyp:ozone',
1014 ], 1014 ],
1015 }], 1015 }],
1016 ['chromeos==1', { 1016 ['chromeos==1', {
1017 'dependencies': [ 1017 'dependencies': [
1018 '../chromeos/chromeos.gyp:chromeos', 1018 '../chromeos/chromeos.gyp:chromeos',
1019 # Ash #includes power_supply_properties.pb.h directly. 1019 # Ash #includes power_supply_properties.pb.h directly.
1020 '../chromeos/chromeos.gyp:power_manager_proto', 1020 '../chromeos/chromeos.gyp:power_manager_proto',
1021 '../components/components.gyp:quirks_client',
1021 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1022 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1022 '../third_party/qcms/qcms.gyp:qcms', 1023 '../third_party/qcms/qcms.gyp:qcms',
1023 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1024 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1024 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
1026 '../ui/display/display.gyp:display', 1027 '../ui/display/display.gyp:display',
1027 '../ui/display/display.gyp:display_util', 1028 '../ui/display/display.gyp:display_util',
1028 ], 1029 ],
1029 }, { # else: chromeos!=1 1030 }, { # else: chromeos!=1
1030 'sources!': [ 1031 'sources!': [
(...skipping 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
1365 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1366 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1366 ], 1367 ],
1367 } 1368 }
1368 ], 1369 ],
1369 ], 1370 ],
1370 }, 1371 },
1371 ], 1372 ],
1372 }], 1373 }],
1373 ], 1374 ],
1374 } 1375 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698