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

Side by Side Diff: extensions/extensions.gyp

Issue 591463003: Remote Assistance on Chrome OS Part III - NativeMessageHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@native_messaging
Patch Set: Created 6 years, 3 months 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 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 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 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 375 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 'browser/api/execute_code_function.cc', 386 'browser/api/execute_code_function.cc',
387 'browser/api/execute_code_function.h', 387 'browser/api/execute_code_function.h',
388 'browser/api/extensions_api_client.cc', 388 'browser/api/extensions_api_client.cc',
389 'browser/api/extensions_api_client.h', 389 'browser/api/extensions_api_client.h',
390 'browser/api/hid/hid_api.cc', 390 'browser/api/hid/hid_api.cc',
391 'browser/api/hid/hid_api.h', 391 'browser/api/hid/hid_api.h',
392 'browser/api/hid/hid_connection_resource.cc', 392 'browser/api/hid/hid_connection_resource.cc',
393 'browser/api/hid/hid_connection_resource.h', 393 'browser/api/hid/hid_connection_resource.h',
394 'browser/api/hid/hid_device_manager.cc', 394 'browser/api/hid/hid_device_manager.cc',
395 'browser/api/hid/hid_device_manager.h', 395 'browser/api/hid/hid_device_manager.h',
396 'browser/api/messaging/native_message_host.cc',
396 'browser/api/power/power_api.cc', 397 'browser/api/power/power_api.cc',
397 'browser/api/power/power_api.h', 398 'browser/api/power/power_api.h',
398 'browser/api/power/power_api_manager.cc', 399 'browser/api/power/power_api_manager.cc',
399 'browser/api/power/power_api_manager.h', 400 'browser/api/power/power_api_manager.h',
400 'browser/api/runtime/runtime_api.cc', 401 'browser/api/runtime/runtime_api.cc',
401 'browser/api/runtime/runtime_api.h', 402 'browser/api/runtime/runtime_api.h',
402 'browser/api/runtime/runtime_api_delegate.cc', 403 'browser/api/runtime/runtime_api_delegate.cc',
403 'browser/api/runtime/runtime_api_delegate.h', 404 'browser/api/runtime/runtime_api_delegate.h',
404 'browser/api/serial/serial_api.cc', 405 'browser/api/serial/serial_api.cc',
405 'browser/api/serial/serial_api.h', 406 'browser/api/serial/serial_api.h',
(...skipping 738 matching lines...) Expand 10 before | Expand all | Expand 10 after
1144 'browser/api/cast_channel/logging.proto' 1145 'browser/api/cast_channel/logging.proto'
1145 ], 1146 ],
1146 'variables': { 1147 'variables': {
1147 'proto_in_dir': 'browser/api/cast_channel', 1148 'proto_in_dir': 'browser/api/cast_channel',
1148 'proto_out_dir': 'extensions/browser/api/cast_channel', 1149 'proto_out_dir': 'extensions/browser/api/cast_channel',
1149 }, 1150 },
1150 'includes': [ '../build/protoc.gypi' ] 1151 'includes': [ '../build/protoc.gypi' ]
1151 }, 1152 },
1152 ] 1153 ]
1153 } 1154 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698