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

Side by Side Diff: chromeos/chromeos.gyp

Issue 10675011: Rename the remaining usage of Monitor to Display (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sync Created 8 years, 5 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 | Annotate | Revision Log
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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 'dbus/power_supply_status.cc', 96 'dbus/power_supply_status.cc',
97 'dbus/power_supply_status.h', 97 'dbus/power_supply_status.h',
98 'dbus/session_manager_client.cc', 98 'dbus/session_manager_client.cc',
99 'dbus/session_manager_client.h', 99 'dbus/session_manager_client.h',
100 'dbus/speech_synthesizer_client.cc', 100 'dbus/speech_synthesizer_client.cc',
101 'dbus/speech_synthesizer_client.h', 101 'dbus/speech_synthesizer_client.h',
102 'dbus/sms_client.cc', 102 'dbus/sms_client.cc',
103 'dbus/sms_client.h', 103 'dbus/sms_client.h',
104 'dbus/update_engine_client.cc', 104 'dbus/update_engine_client.cc',
105 'dbus/update_engine_client.h', 105 'dbus/update_engine_client.h',
106 'monitor/output_configurator.cc', 106 'display/output_configurator.cc',
107 'monitor/output_configurator.h', 107 'display/output_configurator.h',
108 'network/network_sms_handler.cc', 108 'network/network_sms_handler.cc',
109 'network/network_sms_handler.h', 109 'network/network_sms_handler.h',
110 ], 110 ],
111 'link_settings': { 111 'link_settings': {
112 'libraries': [ 112 'libraries': [
113 '-lXext', 113 '-lXext',
114 ], 114 ],
115 }, 115 },
116 }, 116 },
117 { 117 {
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
260 '../third_party/cros_system_api/dbus/power_supply_properties.proto', 260 '../third_party/cros_system_api/dbus/power_supply_properties.proto',
261 ], 261 ],
262 'variables': { 262 'variables': {
263 'proto_in_dir': '../third_party/cros_system_api/dbus/', 263 'proto_in_dir': '../third_party/cros_system_api/dbus/',
264 'proto_out_dir': 'chromeos/dbus', 264 'proto_out_dir': 'chromeos/dbus',
265 }, 265 },
266 'includes': ['../build/protoc.gypi'], 266 'includes': ['../build/protoc.gypi'],
267 }, 267 },
268 ], 268 ],
269 } 269 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options2/chromeos/display_options_handler.cc ('k') | chromeos/display/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698