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_tools.gypi' | 10 'chromeos_tools.gypi' |
(...skipping 339 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 'network/policy_util.cc', | 350 'network/policy_util.cc', |
351 'network/policy_util.h', | 351 'network/policy_util.h', |
352 'network/policy_applicator.cc', | 352 'network/policy_applicator.cc', |
353 'network/policy_applicator.h', | 353 'network/policy_applicator.h', |
354 'network/shill_property_handler.cc', | 354 'network/shill_property_handler.cc', |
355 'network/shill_property_handler.h', | 355 'network/shill_property_handler.h', |
356 'network/shill_property_util.cc', | 356 'network/shill_property_util.cc', |
357 'network/shill_property_util.h', | 357 'network/shill_property_util.h', |
358 'network/dhcp_proxy_script_fetcher_chromeos.cc', | 358 'network/dhcp_proxy_script_fetcher_chromeos.cc', |
359 'network/dhcp_proxy_script_fetcher_chromeos.h', | 359 'network/dhcp_proxy_script_fetcher_chromeos.h', |
| 360 'pairing/fake_controller_pairing_flow.cc', |
| 361 'pairing/fake_controller_pairing_flow.h', |
360 'pairing/controller_pairing_flow.cc', | 362 'pairing/controller_pairing_flow.cc', |
361 'pairing/controller_pairing_flow.h', | 363 'pairing/controller_pairing_flow.h', |
362 'process_proxy/process_output_watcher.cc', | 364 'process_proxy/process_output_watcher.cc', |
363 'process_proxy/process_output_watcher.h', | 365 'process_proxy/process_output_watcher.h', |
364 'process_proxy/process_proxy.cc', | 366 'process_proxy/process_proxy.cc', |
365 'process_proxy/process_proxy.h', | 367 'process_proxy/process_proxy.h', |
366 'process_proxy/process_proxy_registry.cc', | 368 'process_proxy/process_proxy_registry.cc', |
367 'process_proxy/process_proxy_registry.h', | 369 'process_proxy/process_proxy_registry.h', |
368 'settings/cros_settings_names.cc', | 370 'settings/cros_settings_names.cc', |
369 'settings/cros_settings_names.h', | 371 'settings/cros_settings_names.h', |
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
604 ], | 606 ], |
605 'variables': { | 607 'variables': { |
606 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', | 608 'proto_in_dir': '../third_party/cros_system_api/dbus/cryptohome', |
607 'proto_out_dir': 'chromeos/cryptohome', | 609 'proto_out_dir': 'chromeos/cryptohome', |
608 }, | 610 }, |
609 'includes': ['../build/protoc.gypi'], | 611 'includes': ['../build/protoc.gypi'], |
610 }, | 612 }, |
611 | 613 |
612 ], | 614 ], |
613 } | 615 } |
OLD | NEW |