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

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: Fixed unit test in Debug. 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 515 matching lines...) Expand 10 before | Expand all | Expand 10 after
526 'network/network_state_unittest.cc', 526 'network/network_state_unittest.cc',
527 'network/network_ui_data_unittest.cc', 527 'network/network_ui_data_unittest.cc',
528 'network/network_util_unittest.cc', 528 'network/network_util_unittest.cc',
529 'network/onc/onc_certificate_importer_impl_unittest.cc', 529 'network/onc/onc_certificate_importer_impl_unittest.cc',
530 'network/onc/onc_merger_unittest.cc', 530 'network/onc/onc_merger_unittest.cc',
531 'network/onc/onc_normalizer_unittest.cc', 531 'network/onc/onc_normalizer_unittest.cc',
532 'network/onc/onc_translator_unittest.cc', 532 'network/onc/onc_translator_unittest.cc',
533 'network/onc/onc_utils_unittest.cc', 533 'network/onc/onc_utils_unittest.cc',
534 'network/onc/onc_validator_unittest.cc', 534 'network/onc/onc_validator_unittest.cc',
535 'network/shill_property_handler_unittest.cc', 535 'network/shill_property_handler_unittest.cc',
536 'network/shill_property_util_unittest.cc',
536 'process_proxy/process_output_watcher_unittest.cc', 537 'process_proxy/process_output_watcher_unittest.cc',
537 'process_proxy/process_proxy_unittest.cc', 538 'process_proxy/process_proxy_unittest.cc',
538 'system/name_value_pairs_parser_unittest.cc', 539 'system/name_value_pairs_parser_unittest.cc',
539 ], 540 ],
540 'include_dirs': [ 541 'include_dirs': [
541 '..', 542 '..',
542 ], 543 ],
543 'conditions': [ 544 'conditions': [
544 [ 'linux_use_tcmalloc==1', { 545 [ 'linux_use_tcmalloc==1', {
545 'dependencies': [ 546 'dependencies': [
(...skipping 15 matching lines...) Expand all
561 '../third_party/cros_system_api/dbus/power_manager/suspend.proto', 562 '../third_party/cros_system_api/dbus/power_manager/suspend.proto',
562 ], 563 ],
563 'variables': { 564 'variables': {
564 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager', 565 'proto_in_dir': '../third_party/cros_system_api/dbus/power_manager',
565 'proto_out_dir': 'chromeos/dbus/power_manager', 566 'proto_out_dir': 'chromeos/dbus/power_manager',
566 }, 567 },
567 'includes': ['../build/protoc.gypi'], 568 'includes': ['../build/protoc.gypi'],
568 }, 569 },
569 ], 570 ],
570 } 571 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/options/chromeos/internet_options_handler.cc ('k') | chromeos/network/managed_state.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698