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

Side by Side Diff: extensions/extensions.gyp

Issue 637463002: Revert "Remote Assistance on Chrome OS Part III - NativeMessageHost" (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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',
427 'browser/api/power/power_api.cc', 426 'browser/api/power/power_api.cc',
428 'browser/api/power/power_api.h', 427 'browser/api/power/power_api.h',
429 'browser/api/power/power_api_manager.cc', 428 'browser/api/power/power_api_manager.cc',
430 'browser/api/power/power_api_manager.h', 429 'browser/api/power/power_api_manager.h',
431 'browser/api/runtime/runtime_api.cc', 430 'browser/api/runtime/runtime_api.cc',
432 'browser/api/runtime/runtime_api.h', 431 'browser/api/runtime/runtime_api.h',
433 'browser/api/runtime/runtime_api_delegate.cc', 432 'browser/api/runtime/runtime_api_delegate.cc',
434 'browser/api/runtime/runtime_api_delegate.h', 433 'browser/api/runtime/runtime_api_delegate.h',
435 'browser/api/serial/serial_api.cc', 434 'browser/api/serial/serial_api.cc',
436 'browser/api/serial/serial_api.h', 435 'browser/api/serial/serial_api.h',
(...skipping 749 matching lines...) Expand 10 before | Expand all | Expand 10 after
1186 'conditions': [ 1185 'conditions': [
1187 ['OS=="win" and win_use_allocator_shim==1', { 1186 ['OS=="win" and win_use_allocator_shim==1', {
1188 'dependencies': [ 1187 'dependencies': [
1189 '../base/allocator/allocator.gyp:allocator', 1188 '../base/allocator/allocator.gyp:allocator',
1190 ], 1189 ],
1191 }], 1190 }],
1192 ], 1191 ],
1193 }, 1192 },
1194 ] 1193 ]
1195 } 1194 }
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