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 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
193 'ime/input_method_property.cc', | 193 'ime/input_method_property.cc', |
194 'ime/input_method_property.h', | 194 'ime/input_method_property.h', |
195 'ime/input_method_whitelist.cc', | 195 'ime/input_method_whitelist.cc', |
196 'ime/input_method_whitelist.h', | 196 'ime/input_method_whitelist.h', |
197 'ime/xkeyboard.cc', | 197 'ime/xkeyboard.cc', |
198 'ime/xkeyboard.h', | 198 'ime/xkeyboard.h', |
199 'login/login_state.cc', | 199 'login/login_state.cc', |
200 'login/login_state.h', | 200 'login/login_state.h', |
201 'network/certificate_pattern.cc', | 201 'network/certificate_pattern.cc', |
202 'network/certificate_pattern.h', | 202 'network/certificate_pattern.h', |
203 'network/certificate_handler.cc', | |
204 'network/certificate_handler.h', | |
Joao da Silva
2013/04/22 10:38:09
order
pneubeck (no reviews)
2013/04/23 18:05:25
Done.
| |
203 'network/cros_network_functions.cc', | 205 'network/cros_network_functions.cc', |
204 'network/cros_network_functions.h', | 206 'network/cros_network_functions.h', |
205 'network/device_state.cc', | 207 'network/device_state.cc', |
206 'network/device_state.h', | 208 'network/device_state.h', |
207 'network/geolocation_handler.cc', | 209 'network/geolocation_handler.cc', |
208 'network/geolocation_handler.h', | 210 'network/geolocation_handler.h', |
209 'network/managed_network_configuration_handler.cc', | 211 'network/managed_network_configuration_handler.cc', |
210 'network/managed_network_configuration_handler.h', | 212 'network/managed_network_configuration_handler.h', |
211 'network/managed_state.cc', | 213 'network/managed_state.cc', |
212 'network/managed_state.h', | 214 'network/managed_state.h', |
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
366 'dbus/mock_update_engine_client.cc', | 368 'dbus/mock_update_engine_client.cc', |
367 'dbus/mock_update_engine_client.h', | 369 'dbus/mock_update_engine_client.h', |
368 'dbus/shill_profile_client_stub.cc', | 370 'dbus/shill_profile_client_stub.cc', |
369 'dbus/shill_profile_client_stub.h', | 371 'dbus/shill_profile_client_stub.h', |
370 'disks/mock_disk_mount_manager.cc', | 372 'disks/mock_disk_mount_manager.cc', |
371 'disks/mock_disk_mount_manager.h', | 373 'disks/mock_disk_mount_manager.h', |
372 'ime/mock_component_extension_ime_manager_delegate.cc', | 374 'ime/mock_component_extension_ime_manager_delegate.cc', |
373 'ime/mock_component_extension_ime_manager_delegate.h', | 375 'ime/mock_component_extension_ime_manager_delegate.h', |
374 'network/onc/onc_test_utils.cc', | 376 'network/onc/onc_test_utils.cc', |
375 'network/onc/onc_test_utils.h', | 377 'network/onc/onc_test_utils.h', |
378 'network/mock_certificate_handler.cc', | |
379 'network/mock_certificate_handler.h', | |
Joao da Silva
2013/04/22 10:38:09
order
pneubeck (no reviews)
2013/04/23 18:05:25
Done.
| |
376 ], | 380 ], |
377 'include_dirs': [ | 381 'include_dirs': [ |
378 '..', | 382 '..', |
379 ], | 383 ], |
380 }, | 384 }, |
381 { | 385 { |
382 'target_name': 'chromeos_test_support_without_gmock', | 386 'target_name': 'chromeos_test_support_without_gmock', |
383 'type': 'static_library', | 387 'type': 'static_library', |
384 'dependencies': [ | 388 'dependencies': [ |
385 '../build/linux/system.gyp:dbus', | 389 '../build/linux/system.gyp:dbus', |
(...skipping 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
533 '../third_party/cros_system_api/dbus/video_activity_update.proto', | 537 '../third_party/cros_system_api/dbus/video_activity_update.proto', |
534 ], | 538 ], |
535 'variables': { | 539 'variables': { |
536 'proto_in_dir': '../third_party/cros_system_api/dbus/', | 540 'proto_in_dir': '../third_party/cros_system_api/dbus/', |
537 'proto_out_dir': 'chromeos/dbus', | 541 'proto_out_dir': 'chromeos/dbus', |
538 }, | 542 }, |
539 'includes': ['../build/protoc.gypi'], | 543 'includes': ['../build/protoc.gypi'], |
540 }, | 544 }, |
541 ], | 545 ], |
542 } | 546 } |
OLD | NEW |