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

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: Created 5 years 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 1008 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 '../device/bluetooth/bluetooth.gyp:device_bluetooth', 1023 '../device/bluetooth/bluetooth.gyp:device_bluetooth',
1024 '../third_party/qcms/qcms.gyp:qcms', 1024 '../third_party/qcms/qcms.gyp:qcms',
1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources', 1025 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_resources',
1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings', 1026 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos_strings',
1027 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos', 1027 '../ui/chromeos/ui_chromeos.gyp:ui_chromeos',
1028 '../ui/display/display.gyp:display', 1028 '../ui/display/display.gyp:display',
1029 '../ui/display/display.gyp:display_types',
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!': [
1033 'accelerators/key_hold_detector.cc', 1034 'accelerators/key_hold_detector.cc',
1034 'accelerators/key_hold_detector.h', 1035 'accelerators/key_hold_detector.h',
1035 'accelerators/magnifier_key_scroller.cc', 1036 'accelerators/magnifier_key_scroller.cc',
1036 'accelerators/magnifier_key_scroller.h', 1037 'accelerators/magnifier_key_scroller.h',
1037 'accelerators/spoken_feedback_toggler.cc', 1038 'accelerators/spoken_feedback_toggler.cc',
1038 'accelerators/spoken_feedback_toggler.h', 1039 'accelerators/spoken_feedback_toggler.h',
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1370 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1370 ], 1371 ],
1371 } 1372 }
1372 ], 1373 ],
1373 ], 1374 ],
1374 }, 1375 },
1375 ], 1376 ],
1376 }], 1377 }],
1377 ], 1378 ],
1378 } 1379 }
OLDNEW
« no previous file with comments | « no previous file | ash/display/display_color_manager_chromeos.h » ('j') | ash/display/display_color_manager_chromeos.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698