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

Side by Side Diff: chromeos/chromeos.gyp

Issue 23551004: Move Shill property utility functions to a new separate file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 3 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 'includes': [ 9 'includes': [
10 'chromeos_memory.gypi', 10 'chromeos_memory.gypi',
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 'network/onc/onc_translation_tables.h', 287 'network/onc/onc_translation_tables.h',
288 'network/onc/onc_translator.h', 288 'network/onc/onc_translator.h',
289 'network/onc/onc_translator_onc_to_shill.cc', 289 'network/onc/onc_translator_onc_to_shill.cc',
290 'network/onc/onc_translator_shill_to_onc.cc', 290 'network/onc/onc_translator_shill_to_onc.cc',
291 'network/onc/onc_utils.cc', 291 'network/onc/onc_utils.cc',
292 'network/onc/onc_utils.h', 292 'network/onc/onc_utils.h',
293 'network/onc/onc_validator.cc', 293 'network/onc/onc_validator.cc',
294 'network/onc/onc_validator.h', 294 'network/onc/onc_validator.h',
295 'network/shill_property_handler.cc', 295 'network/shill_property_handler.cc',
296 'network/shill_property_handler.h', 296 'network/shill_property_handler.h',
297 'network/shill_property_util.cc',
298 'network/shill_property_util.h',
297 'network/sms_watcher.cc', 299 'network/sms_watcher.cc',
298 'network/sms_watcher.h', 300 'network/sms_watcher.h',
299 'network/dhcp_proxy_script_fetcher_chromeos.cc', 301 'network/dhcp_proxy_script_fetcher_chromeos.cc',
300 'network/dhcp_proxy_script_fetcher_chromeos.h', 302 'network/dhcp_proxy_script_fetcher_chromeos.h',
301 'process_proxy/process_output_watcher.cc', 303 'process_proxy/process_output_watcher.cc',
302 'process_proxy/process_output_watcher.h', 304 'process_proxy/process_output_watcher.h',
303 'process_proxy/process_proxy.cc', 305 'process_proxy/process_proxy.cc',
304 'process_proxy/process_proxy.h', 306 'process_proxy/process_proxy.h',
305 'process_proxy/process_proxy_registry.cc', 307 'process_proxy/process_proxy_registry.cc',
306 'process_proxy/process_proxy_registry.h', 308 'process_proxy/process_proxy_registry.h',
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 558 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
557 ], 559 ],
558 'variables': { 560 'variables': {
559 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 561 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
560 'proto_out_dir': 'chromeos/dbus/power_manager', 562 'proto_out_dir': 'chromeos/dbus/power_manager',
561 }, 563 },
562 'includes': ['../build/protoc.gypi'], 564 'includes': ['../build/protoc.gypi'],
563 }, 565 },
564 ], 566 ],
565 } 567 }
OLDNEW
« no previous file with comments | « ash/system/chromeos/network/network_state_notifier.cc ('k') | chromeos/network/favorite_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698