OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license that can be | 3 # Use of this source code is governed by a BSD-style license that can be |
4 # found in the LICENSE file. | 4 # found in the LICENSE file. |
5 | 5 |
6 { | 6 { |
7 'targets': [ | 7 'targets': [ |
8 { | 8 { |
9 'target_name': 'browser_chromeos', | 9 'target_name': 'browser_chromeos', |
10 'type': 'static_library', | 10 'type': 'static_library', |
(...skipping 588 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
599 'browser/chromeos/net/network_portal_detector.cc', | 599 'browser/chromeos/net/network_portal_detector.cc', |
600 'browser/chromeos/net/network_portal_detector.h', | 600 'browser/chromeos/net/network_portal_detector.h', |
601 'browser/chromeos/net/network_portal_detector_impl.cc', | 601 'browser/chromeos/net/network_portal_detector_impl.cc', |
602 'browser/chromeos/net/network_portal_detector_impl.h', | 602 'browser/chromeos/net/network_portal_detector_impl.h', |
603 'browser/chromeos/net/network_portal_detector_stub.cc', | 603 'browser/chromeos/net/network_portal_detector_stub.cc', |
604 'browser/chromeos/net/network_portal_detector_stub.h', | 604 'browser/chromeos/net/network_portal_detector_stub.h', |
605 'browser/chromeos/net/onc_utils.cc', | 605 'browser/chromeos/net/onc_utils.cc', |
606 'browser/chromeos/net/onc_utils.h', | 606 'browser/chromeos/net/onc_utils.h', |
607 'browser/chromeos/net/proxy_config_handler.cc', | 607 'browser/chromeos/net/proxy_config_handler.cc', |
608 'browser/chromeos/net/proxy_config_handler.h', | 608 'browser/chromeos/net/proxy_config_handler.h', |
609 'browser/chromeos/network_login_observer.cc', | |
610 'browser/chromeos/network_login_observer.h', | |
611 'browser/chromeos/notifications/balloon_view_host_chromeos.cc', | 609 'browser/chromeos/notifications/balloon_view_host_chromeos.cc', |
612 'browser/chromeos/notifications/balloon_view_host_chromeos.h', | 610 'browser/chromeos/notifications/balloon_view_host_chromeos.h', |
613 'browser/chromeos/offline/offline_load_page.cc', | 611 'browser/chromeos/offline/offline_load_page.cc', |
614 'browser/chromeos/offline/offline_load_page.h', | 612 'browser/chromeos/offline/offline_load_page.h', |
615 'browser/chromeos/options/network_config_view.cc', | 613 'browser/chromeos/options/network_config_view.cc', |
616 'browser/chromeos/options/network_config_view.h', | 614 'browser/chromeos/options/network_config_view.h', |
617 'browser/chromeos/options/network_connect.cc', | 615 'browser/chromeos/options/network_connect.cc', |
618 'browser/chromeos/options/network_connect.h', | 616 'browser/chromeos/options/network_connect.h', |
619 'browser/chromeos/options/passphrase_textfield.cc', | 617 'browser/chromeos/options/passphrase_textfield.cc', |
620 'browser/chromeos/options/passphrase_textfield.h', | 618 'browser/chromeos/options/passphrase_textfield.h', |
(...skipping 345 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
966 'browser/chromeos/attestation/attestation_key_payload.proto', | 964 'browser/chromeos/attestation/attestation_key_payload.proto', |
967 ], | 965 ], |
968 'variables': { | 966 'variables': { |
969 'proto_in_dir': 'browser/chromeos/attestation', | 967 'proto_in_dir': 'browser/chromeos/attestation', |
970 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 968 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
971 }, | 969 }, |
972 'includes': [ '../build/protoc.gypi' ] | 970 'includes': [ '../build/protoc.gypi' ] |
973 }, | 971 }, |
974 ], | 972 ], |
975 } | 973 } |
OLD | NEW |