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

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: Fix NativeMessagingBasic test on Release builds Created 6 years, 2 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 405 matching lines...) Expand 10 before | Expand all | Expand 10 after
416 'browser/api/execute_code_function.cc', 416 'browser/api/execute_code_function.cc',
417 'browser/api/execute_code_function.h', 417 'browser/api/execute_code_function.h',
418 'browser/api/extensions_api_client.cc', 418 'browser/api/extensions_api_client.cc',
419 'browser/api/extensions_api_client.h', 419 'browser/api/extensions_api_client.h',
420 'browser/api/hid/hid_api.cc', 420 'browser/api/hid/hid_api.cc',
421 'browser/api/hid/hid_api.h', 421 'browser/api/hid/hid_api.h',
422 'browser/api/hid/hid_connection_resource.cc', 422 'browser/api/hid/hid_connection_resource.cc',
423 'browser/api/hid/hid_connection_resource.h', 423 'browser/api/hid/hid_connection_resource.h',
424 'browser/api/hid/hid_device_manager.cc', 424 'browser/api/hid/hid_device_manager.cc',
425 'browser/api/hid/hid_device_manager.h', 425 'browser/api/hid/hid_device_manager.h',
426 'browser/api/messaging/native_message_host.cc',
426 'browser/api/power/power_api.cc', 427 'browser/api/power/power_api.cc',
427 'browser/api/power/power_api.h', 428 'browser/api/power/power_api.h',
428 'browser/api/power/power_api_manager.cc', 429 'browser/api/power/power_api_manager.cc',
429 'browser/api/power/power_api_manager.h', 430 'browser/api/power/power_api_manager.h',
430 'browser/api/runtime/runtime_api.cc', 431 'browser/api/runtime/runtime_api.cc',
431 'browser/api/runtime/runtime_api.h', 432 'browser/api/runtime/runtime_api.h',
432 'browser/api/runtime/runtime_api_delegate.cc', 433 'browser/api/runtime/runtime_api_delegate.cc',
433 'browser/api/runtime/runtime_api_delegate.h', 434 'browser/api/runtime/runtime_api_delegate.h',
434 'browser/api/serial/serial_api.cc', 435 'browser/api/serial/serial_api.cc',
435 'browser/api/serial/serial_api.h', 436 'browser/api/serial/serial_api.h',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1185 'conditions': [ 1186 'conditions': [
1186 ['OS=="win" and win_use_allocator_shim==1', { 1187 ['OS=="win" and win_use_allocator_shim==1', {
1187 'dependencies': [ 1188 'dependencies': [
1188 '../base/allocator/allocator.gyp:allocator', 1189 '../base/allocator/allocator.gyp:allocator',
1189 ], 1190 ],
1190 }], 1191 }],
1191 ], 1192 ],
1192 }, 1193 },
1193 ] 1194 ]
1194 } 1195 }
OLDNEW
« no previous file with comments | « extensions/common/switches.cc ('k') | remoting/host/it2me/com.google.chrome.remote_assistance.json.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698