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

Side by Side Diff: chromeos/chromeos.gyp

Issue 181413006: Replace misc. network stub flags with more flexible ones (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 9 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
« no previous file with comments | « no previous file | chromeos/chromeos_switches.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 'dbus/shill_device_client.cc', 173 'dbus/shill_device_client.cc',
174 'dbus/shill_device_client.h', 174 'dbus/shill_device_client.h',
175 'dbus/shill_ipconfig_client.cc', 175 'dbus/shill_ipconfig_client.cc',
176 'dbus/shill_ipconfig_client.h', 176 'dbus/shill_ipconfig_client.h',
177 'dbus/shill_manager_client.cc', 177 'dbus/shill_manager_client.cc',
178 'dbus/shill_manager_client.h', 178 'dbus/shill_manager_client.h',
179 'dbus/shill_profile_client.cc', 179 'dbus/shill_profile_client.cc',
180 'dbus/shill_profile_client.h', 180 'dbus/shill_profile_client.h',
181 'dbus/shill_service_client.cc', 181 'dbus/shill_service_client.cc',
182 'dbus/shill_service_client.h', 182 'dbus/shill_service_client.h',
183 'dbus/shill_stub_helper.cc',
184 'dbus/shill_stub_helper.h',
185 'dbus/image_burner_client.cc', 183 'dbus/image_burner_client.cc',
186 'dbus/image_burner_client.h', 184 'dbus/image_burner_client.h',
187 'dbus/introspectable_client.cc', 185 'dbus/introspectable_client.cc',
188 'dbus/introspectable_client.h', 186 'dbus/introspectable_client.h',
189 'dbus/modem_messaging_client.cc', 187 'dbus/modem_messaging_client.cc',
190 'dbus/modem_messaging_client.h', 188 'dbus/modem_messaging_client.h',
191 'dbus/permission_broker_client.cc', 189 'dbus/permission_broker_client.cc',
192 'dbus/permission_broker_client.h', 190 'dbus/permission_broker_client.h',
193 'dbus/power_manager_client.cc', 191 'dbus/power_manager_client.cc',
194 'dbus/power_manager_client.h', 192 'dbus/power_manager_client.h',
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 546 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
549 ], 547 ],
550 'variables': { 548 'variables': {
551 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 549 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
552 'proto_out_dir': 'chromeos/dbus/power_manager', 550 'proto_out_dir': 'chromeos/dbus/power_manager',
553 }, 551 },
554 'includes': ['../build/protoc.gypi'], 552 'includes': ['../build/protoc.gypi'],
555 }, 553 },
556 ], 554 ],
557 } 555 }
OLDNEW
« no previous file with comments | « no previous file | chromeos/chromeos_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698