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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 686373002: Revert of Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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_message_host_chromeos.cc ('k') | remoting/DEPS » ('j') | 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/diagnostics/diagnostics_api.cc', 8 'browser/extensions/api/diagnostics/diagnostics_api.cc',
9 'browser/extensions/api/diagnostics/diagnostics_api.h', 9 'browser/extensions/api/diagnostics/diagnostics_api.h',
10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc', 10 'browser/extensions/api/diagnostics/diagnostics_api_chromeos.cc',
(...skipping 943 matching lines...) Expand 10 before | Expand all | Expand 10 after
954 ], 954 ],
955 'sources': [ 955 'sources': [
956 '<@(chrome_browser_extensions_enabled_sources)', 956 '<@(chrome_browser_extensions_enabled_sources)',
957 ], 957 ],
958 'conditions': [ 958 'conditions': [
959 ['chromeos==1', { 959 ['chromeos==1', {
960 'dependencies': [ 960 'dependencies': [
961 '../build/linux/system.gyp:dbus', 961 '../build/linux/system.gyp:dbus',
962 '../chromeos/ime/input_method.gyp:gencode', 962 '../chromeos/ime/input_method.gyp:gencode',
963 '../third_party/libevent/libevent.gyp:libevent', 963 '../third_party/libevent/libevent.gyp:libevent',
964 '../remoting/remoting.gyp:remoting_it2me_host_static',
965 ],
966 'include_dirs': [
967 '../third_party/libjingle/source',
968 ], 964 ],
969 'sources': [ 965 'sources': [
970 '<@(chrome_browser_extensions_chromeos_sources)', 966 '<@(chrome_browser_extensions_chromeos_sources)',
971 ], 967 ],
972 }, { # chromeos==0 968 }, { # chromeos==0
973 'sources': [ 969 'sources': [
974 'browser/extensions/default_apps.cc', 970 'browser/extensions/default_apps.cc',
975 'browser/extensions/default_apps.h', 971 'browser/extensions/default_apps.h',
976 '<@(chrome_browser_extensions_non_chromeos_sources)', 972 '<@(chrome_browser_extensions_non_chromeos_sources)',
977 ], 973 ],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 ], 1107 ],
1112 }, { # use_brlapi==0 1108 }, { # use_brlapi==0
1113 'sources': [ 1109 'sources': [
1114 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1110 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1115 ], 1111 ],
1116 }], 1112 }],
1117 ], 1113 ],
1118 }, 1114 },
1119 ], 1115 ],
1120 } 1116 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/messaging/native_message_host_chromeos.cc ('k') | remoting/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698