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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'browser/chromeos/arc/arc_support_host.cc', | 77 'browser/chromeos/arc/arc_support_host.cc', |
78 'browser/chromeos/arc/arc_support_host.h', | 78 'browser/chromeos/arc/arc_support_host.h', |
79 'browser/chromeos/arc/arc_policy_bridge.cc', | 79 'browser/chromeos/arc/arc_policy_bridge.cc', |
80 'browser/chromeos/arc/arc_policy_bridge.h', | 80 'browser/chromeos/arc/arc_policy_bridge.h', |
81 'browser/chromeos/arc/arc_process.cc', | 81 'browser/chromeos/arc/arc_process.cc', |
82 'browser/chromeos/arc/arc_process.h', | 82 'browser/chromeos/arc/arc_process.h', |
83 'browser/chromeos/arc/arc_process_service.cc', | 83 'browser/chromeos/arc/arc_process_service.cc', |
84 'browser/chromeos/arc/arc_process_service.h', | 84 'browser/chromeos/arc/arc_process_service.h', |
85 'browser/chromeos/arc/arc_settings_service.cc', | 85 'browser/chromeos/arc/arc_settings_service.cc', |
86 'browser/chromeos/arc/arc_settings_service.h', | 86 'browser/chromeos/arc/arc_settings_service.h', |
| 87 'browser/chromeos/arc/arc_user_data_service.cc', |
| 88 'browser/chromeos/arc/arc_user_data_service.h', |
87 'browser/chromeos/arc/gpu_arc_video_service_host.cc', | 89 'browser/chromeos/arc/gpu_arc_video_service_host.cc', |
88 'browser/chromeos/arc/gpu_arc_video_service_host.h', | 90 'browser/chromeos/arc/gpu_arc_video_service_host.h', |
89 'browser/chromeos/arc/arc_optin_uma.cc', | 91 'browser/chromeos/arc/arc_optin_uma.cc', |
90 'browser/chromeos/arc/arc_optin_uma.h', | 92 'browser/chromeos/arc/arc_optin_uma.h', |
91 'browser/chromeos/arc/arc_wallpaper_handler.cc', | 93 'browser/chromeos/arc/arc_wallpaper_handler.cc', |
92 'browser/chromeos/arc/arc_wallpaper_handler.h', | 94 'browser/chromeos/arc/arc_wallpaper_handler.h', |
93 'browser/chromeos/attestation/attestation_ca_client.cc', | 95 'browser/chromeos/attestation/attestation_ca_client.cc', |
94 'browser/chromeos/attestation/attestation_ca_client.h', | 96 'browser/chromeos/attestation/attestation_ca_client.h', |
95 'browser/chromeos/attestation/attestation_policy_observer.cc', | 97 'browser/chromeos/attestation/attestation_policy_observer.cc', |
96 'browser/chromeos/attestation/attestation_policy_observer.h', | 98 'browser/chromeos/attestation/attestation_policy_observer.h', |
(...skipping 1289 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1386 'browser/chromeos/attestation/attestation_signed_data.proto', | 1388 'browser/chromeos/attestation/attestation_signed_data.proto', |
1387 ], | 1389 ], |
1388 'variables': { | 1390 'variables': { |
1389 'proto_in_dir': 'browser/chromeos/attestation', | 1391 'proto_in_dir': 'browser/chromeos/attestation', |
1390 'proto_out_dir': 'chrome/browser/chromeos/attestation', | 1392 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
1391 }, | 1393 }, |
1392 'includes': [ '../build/protoc.gypi' ] | 1394 'includes': [ '../build/protoc.gypi' ] |
1393 }, | 1395 }, |
1394 ], | 1396 ], |
1395 } | 1397 } |
OLD | NEW |