OLD | NEW |
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 274 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
285 'network/onc/onc_signature.h', | 285 'network/onc/onc_signature.h', |
286 'network/onc/onc_translation_tables.cc', | 286 'network/onc/onc_translation_tables.cc', |
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/policy_util.cc', |
| 296 'network/policy_util.h', |
| 297 'network/policy_applicator.cc', |
| 298 'network/policy_applicator.h', |
295 'network/shill_property_handler.cc', | 299 'network/shill_property_handler.cc', |
296 'network/shill_property_handler.h', | 300 'network/shill_property_handler.h', |
297 'network/shill_property_util.cc', | 301 'network/shill_property_util.cc', |
298 'network/shill_property_util.h', | 302 'network/shill_property_util.h', |
299 'network/sms_watcher.cc', | 303 'network/sms_watcher.cc', |
300 'network/sms_watcher.h', | 304 'network/sms_watcher.h', |
301 'network/dhcp_proxy_script_fetcher_chromeos.cc', | 305 'network/dhcp_proxy_script_fetcher_chromeos.cc', |
302 'network/dhcp_proxy_script_fetcher_chromeos.h', | 306 'network/dhcp_proxy_script_fetcher_chromeos.h', |
303 'process_proxy/process_output_watcher.cc', | 307 'process_proxy/process_output_watcher.cc', |
304 'process_proxy/process_output_watcher.h', | 308 'process_proxy/process_output_watcher.h', |
(...skipping 253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
558 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', | 562 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', |
559 ], | 563 ], |
560 'variables': { | 564 'variables': { |
561 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', | 565 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', |
562 'proto_out_dir': 'chromeos/dbus/power_manager', | 566 'proto_out_dir': 'chromeos/dbus/power_manager', |
563 }, | 567 }, |
564 'includes': ['../build/protoc.gypi'], | 568 'includes': ['../build/protoc.gypi'], |
565 }, | 569 }, |
566 ], | 570 ], |
567 } | 571 } |
OLD | NEW |