| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 5400439238e9295aebb541fa0a7926d81d11aa03..2123fe2a5075a4ffdd7001f841e1ca916428fdd7 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -13,6 +13,7 @@
|
| 'accelerometer/accelerometer_types.h',
|
| 'app_mode/kiosk_oem_manifest_parser.cc',
|
| 'app_mode/kiosk_oem_manifest_parser.h',
|
| + 'arc/bridge/common/arc_message_generator.cc',
|
| 'attestation/attestation_constants.cc',
|
| 'attestation/attestation_constants.h',
|
| 'attestation/attestation_flow.cc',
|
| @@ -553,6 +554,7 @@
|
| '../crypto/crypto.gyp:crypto',
|
| '../dbus/dbus.gyp:dbus',
|
| '../google_apis/google_apis.gyp:google_apis',
|
| + '../ipc/ipc.gyp:ipc',
|
| '../net/net.gyp:net',
|
| '../third_party/icu/icu.gyp:icui18n',
|
| '../third_party/libxml/libxml.gyp:libxml',
|
|
|