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

Side by Side Diff: chromeos/chromeos.gyp

Issue 23712002: Cleanup network type matching. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Added unit tests and 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 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
523 'network/network_state_unittest.cc', 523 'network/network_state_unittest.cc',
524 'network/network_ui_data_unittest.cc', 524 'network/network_ui_data_unittest.cc',
525 'network/network_util_unittest.cc', 525 'network/network_util_unittest.cc',
526 'network/onc/onc_certificate_importer_impl_unittest.cc', 526 'network/onc/onc_certificate_importer_impl_unittest.cc',
527 'network/onc/onc_merger_unittest.cc', 527 'network/onc/onc_merger_unittest.cc',
528 'network/onc/onc_normalizer_unittest.cc', 528 'network/onc/onc_normalizer_unittest.cc',
529 'network/onc/onc_translator_unittest.cc', 529 'network/onc/onc_translator_unittest.cc',
530 'network/onc/onc_utils_unittest.cc', 530 'network/onc/onc_utils_unittest.cc',
531 'network/onc/onc_validator_unittest.cc', 531 'network/onc/onc_validator_unittest.cc',
532 'network/shill_property_handler_unittest.cc', 532 'network/shill_property_handler_unittest.cc',
533 'network/shill_property_util_unittest.cc',
533 'process_proxy/process_output_watcher_unittest.cc', 534 'process_proxy/process_output_watcher_unittest.cc',
534 'process_proxy/process_proxy_unittest.cc', 535 'process_proxy/process_proxy_unittest.cc',
535 'system/name_value_pairs_parser_unittest.cc', 536 'system/name_value_pairs_parser_unittest.cc',
536 ], 537 ],
537 'include_dirs': [ 538 'include_dirs': [
538 '..', 539 '..',
539 ], 540 ],
540 'conditions': [ 541 'conditions': [
541 [ 'linux_use_tcmalloc==1', { 542 [ 'linux_use_tcmalloc==1', {
542 'dependencies': [ 543 'dependencies': [
(...skipping 15 matching lines...) Expand all
558 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 559 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
559 ], 560 ],
560 'variables': { 561 'variables': {
561 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 562 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
562 'proto_out_dir': 'chromeos/dbus/power_manager', 563 'proto_out_dir': 'chromeos/dbus/power_manager',
563 }, 564 },
564 'includes': ['../build/protoc.gypi'], 565 'includes': ['../build/protoc.gypi'],
565 }, 566 },
566 ], 567 ],
567 } 568 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698