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 'variables': { | 7 'variables': { |
8 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'browser_chromeos_sources': [ | 9 'browser_chromeos_sources': [ |
10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s | 10 # All .cc, .h, .m, and .mm files under browser/chromeos, except for test
s |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
60 'browser/chromeos/arc/arc_intent_helper_bridge.h', | 60 'browser/chromeos/arc/arc_intent_helper_bridge.h', |
61 'browser/chromeos/arc/arc_service_launcher.cc', | 61 'browser/chromeos/arc/arc_service_launcher.cc', |
62 'browser/chromeos/arc/arc_service_launcher.h', | 62 'browser/chromeos/arc/arc_service_launcher.h', |
63 'browser/chromeos/arc/arc_policy_bridge.cc', | 63 'browser/chromeos/arc/arc_policy_bridge.cc', |
64 'browser/chromeos/arc/arc_policy_bridge.h', | 64 'browser/chromeos/arc/arc_policy_bridge.h', |
65 'browser/chromeos/arc/arc_process.h', | 65 'browser/chromeos/arc/arc_process.h', |
66 'browser/chromeos/arc/arc_process_service.cc', | 66 'browser/chromeos/arc/arc_process_service.cc', |
67 'browser/chromeos/arc/arc_process_service.h', | 67 'browser/chromeos/arc/arc_process_service.h', |
68 'browser/chromeos/arc/settings_bridge.cc', | 68 'browser/chromeos/arc/settings_bridge.cc', |
69 'browser/chromeos/arc/settings_bridge.h', | 69 'browser/chromeos/arc/settings_bridge.h', |
70 'browser/chromeos/arc/arc_low_memory_killer_monitor.h', | |
71 'browser/chromeos/arc/arc_low_memory_killer_monitor.cc', | |
72 'browser/chromeos/attestation/attestation_ca_client.cc', | 70 'browser/chromeos/attestation/attestation_ca_client.cc', |
73 'browser/chromeos/attestation/attestation_ca_client.h', | 71 'browser/chromeos/attestation/attestation_ca_client.h', |
74 'browser/chromeos/attestation/attestation_policy_observer.cc', | 72 'browser/chromeos/attestation/attestation_policy_observer.cc', |
75 'browser/chromeos/attestation/attestation_policy_observer.h', | 73 'browser/chromeos/attestation/attestation_policy_observer.h', |
76 'browser/chromeos/attestation/platform_verification_dialog.cc', | 74 'browser/chromeos/attestation/platform_verification_dialog.cc', |
77 'browser/chromeos/attestation/platform_verification_dialog.h', | 75 'browser/chromeos/attestation/platform_verification_dialog.h', |
78 'browser/chromeos/attestation/platform_verification_flow.cc', | 76 'browser/chromeos/attestation/platform_verification_flow.cc', |
79 'browser/chromeos/attestation/platform_verification_flow.h', | 77 'browser/chromeos/attestation/platform_verification_flow.h', |
80 'browser/chromeos/attestation/platform_verification_impl.cc', | 78 'browser/chromeos/attestation/platform_verification_impl.cc', |
81 'browser/chromeos/attestation/platform_verification_impl.h', | 79 'browser/chromeos/attestation/platform_verification_impl.h', |
(...skipping 1245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1327 'browser/chromeos/attestation/attestation_signed_data.proto', | 1325 'browser/chromeos/attestation/attestation_signed_data.proto', |
1328 ], | 1326 ], |
1329 'variables': { | 1327 'variables': { |
1330 'proto_in_dir': 'browser/chromeos/attestation', | 1328 'proto_in_dir': 'browser/chromeos/attestation', |
1331 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1329 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1332 }, | 1330 }, |
1333 'includes': [ '../build/protoc.gypi' ] | 1331 'includes': [ '../build/protoc.gypi' ] |
1334 }, | 1332 }, |
1335 ], | 1333 ], |
1336 } | 1334 } |
OLD | NEW |