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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 1434663004: Aura on Android: Stub Implementation of NativeProcessLauncher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@compile_extensions_browser
Patch Set: Addressed feedback from patch set 1. 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
« no previous file with comments | « chrome/browser/extensions/api/messaging/native_process_launcher_android.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'chrome_browser_extensions_chromeos_sources': [ 7 'chrome_browser_extensions_chromeos_sources': [
8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc', 8 'browser/extensions/api/cast_devices_private/cast_devices_private_api.cc',
9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h', 9 'browser/extensions/api/cast_devices_private/cast_devices_private_api.h',
10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc', 10 'browser/extensions/api/certificate_provider/certificate_provider_api.cc',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'browser/extensions/updater/local_extension_cache.h', 57 'browser/extensions/updater/local_extension_cache.h',
58 ], 58 ],
59 'chrome_browser_extensions_non_chromeos_sources': [ 59 'chrome_browser_extensions_non_chromeos_sources': [
60 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del egate_stub.cc', 60 'browser/extensions/api/easy_unlock_private/easy_unlock_private_crypto_del egate_stub.cc',
61 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc', 61 'browser/extensions/api/image_writer_private/operation_nonchromeos.cc',
62 'browser/extensions/api/image_writer_private/removable_storage_provider_li nux.cc', 62 'browser/extensions/api/image_writer_private/removable_storage_provider_li nux.cc',
63 'browser/extensions/api/messaging/native_message_process_host.cc', 63 'browser/extensions/api/messaging/native_message_process_host.cc',
64 'browser/extensions/api/messaging/native_message_process_host.h', 64 'browser/extensions/api/messaging/native_message_process_host.h',
65 'browser/extensions/api/messaging/native_process_launcher.cc', 65 'browser/extensions/api/messaging/native_process_launcher.cc',
66 'browser/extensions/api/messaging/native_process_launcher.h', 66 'browser/extensions/api/messaging/native_process_launcher.h',
67 'browser/extensions/api/messaging/native_process_launcher_android.cc',
67 'browser/extensions/api/messaging/native_process_launcher_posix.cc', 68 'browser/extensions/api/messaging/native_process_launcher_posix.cc',
68 'browser/extensions/api/messaging/native_process_launcher_win.cc', 69 'browser/extensions/api/messaging/native_process_launcher_win.cc',
69 ], 70 ],
70 'chrome_browser_extensions_enabled_sources': [ 71 'chrome_browser_extensions_enabled_sources': [
71 'browser/apps/app_launch_for_metro_restart_win.cc', 72 'browser/apps/app_launch_for_metro_restart_win.cc',
72 'browser/apps/app_launch_for_metro_restart_win.h', 73 'browser/apps/app_launch_for_metro_restart_win.h',
73 'browser/apps/app_url_redirector.cc', 74 'browser/apps/app_url_redirector.cc',
74 'browser/apps/app_url_redirector.h', 75 'browser/apps/app_url_redirector.h',
75 'browser/apps/app_window_registry_util.cc', 76 'browser/apps/app_window_registry_util.cc',
76 'browser/apps/app_window_registry_util.h', 77 'browser/apps/app_window_registry_util.h',
(...skipping 1071 matching lines...) Expand 10 before | Expand all | Expand 10 after
1148 ], 1149 ],
1149 }, { # use_brlapi==0 1150 }, { # use_brlapi==0
1150 'sources': [ 1151 'sources': [
1151 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1152 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1152 ], 1153 ],
1153 }], 1154 }],
1154 ], 1155 ],
1155 }, 1156 },
1156 ], 1157 ],
1157 } 1158 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/messaging/native_process_launcher_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698