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

Side by Side Diff: chromeos/chromeos.gyp

Issue 1424503002: arc-bridge: Add IPC message definitions (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@master
Patch Set: Added IPC-specific OWNERS file Created 5 years, 1 month 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
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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'chromeos_sources': [ 9 'chromeos_sources': [
10 'accelerometer/accelerometer_reader.cc', 10 'accelerometer/accelerometer_reader.cc',
11 'accelerometer/accelerometer_reader.h', 11 'accelerometer/accelerometer_reader.h',
12 'accelerometer/accelerometer_types.cc', 12 'accelerometer/accelerometer_types.cc',
13 'accelerometer/accelerometer_types.h', 13 'accelerometer/accelerometer_types.h',
14 'app_mode/kiosk_oem_manifest_parser.cc', 14 'app_mode/kiosk_oem_manifest_parser.cc',
15 'app_mode/kiosk_oem_manifest_parser.h', 15 'app_mode/kiosk_oem_manifest_parser.h',
16 'arc/bridge/common/arc_message_generator.cc',
16 'attestation/attestation_constants.cc', 17 'attestation/attestation_constants.cc',
17 'attestation/attestation_constants.h', 18 'attestation/attestation_constants.h',
18 'attestation/attestation_flow.cc', 19 'attestation/attestation_flow.cc',
19 'attestation/attestation_flow.h', 20 'attestation/attestation_flow.h',
20 'audio/audio_device.cc', 21 'audio/audio_device.cc',
21 'audio/audio_device.h', 22 'audio/audio_device.h',
22 'audio/audio_devices_pref_handler.h', 23 'audio/audio_devices_pref_handler.h',
23 'audio/audio_devices_pref_handler_impl.cc', 24 'audio/audio_devices_pref_handler_impl.cc',
24 'audio/audio_devices_pref_handler_impl.h', 25 'audio/audio_devices_pref_handler_impl.h',
25 'audio/audio_devices_pref_handler_stub.cc', 26 'audio/audio_devices_pref_handler_stub.cc',
(...skipping 520 matching lines...) Expand 10 before | Expand all | Expand 10 after
546 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 547 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
547 '../build/linux/system.gyp:dbus', 548 '../build/linux/system.gyp:dbus',
548 '../build/linux/system.gyp:ssl', 549 '../build/linux/system.gyp:ssl',
549 '../components/components.gyp:cloud_policy_proto', 550 '../components/components.gyp:cloud_policy_proto',
550 '../components/components.gyp:device_event_log_component', 551 '../components/components.gyp:device_event_log_component',
551 '../components/components.gyp:onc_component', 552 '../components/components.gyp:onc_component',
552 '../components/components.gyp:proxy_config', 553 '../components/components.gyp:proxy_config',
553 '../crypto/crypto.gyp:crypto', 554 '../crypto/crypto.gyp:crypto',
554 '../dbus/dbus.gyp:dbus', 555 '../dbus/dbus.gyp:dbus',
555 '../google_apis/google_apis.gyp:google_apis', 556 '../google_apis/google_apis.gyp:google_apis',
557 '../ipc/ipc.gyp:ipc',
556 '../net/net.gyp:net', 558 '../net/net.gyp:net',
557 '../third_party/icu/icu.gyp:icui18n', 559 '../third_party/icu/icu.gyp:icui18n',
558 '../third_party/libxml/libxml.gyp:libxml', 560 '../third_party/libxml/libxml.gyp:libxml',
559 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 561 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
560 '../url/url.gyp:url_lib', 562 '../url/url.gyp:url_lib',
561 'cryptohome_proto', 563 'cryptohome_proto',
562 'ime/input_method.gyp:gencode', 564 'ime/input_method.gyp:gencode',
563 'power_manager_proto', 565 'power_manager_proto',
564 ], 566 ],
565 'defines': [ 567 'defines': [
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 '../build/isolate.gypi', 761 '../build/isolate.gypi',
760 ], 762 ],
761 'sources': [ 763 'sources': [
762 'chromeos_unittests.isolate', 764 'chromeos_unittests.isolate',
763 ], 765 ],
764 }, 766 },
765 ], 767 ],
766 }], 768 }],
767 ], 769 ],
768 } 770 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698