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

Side by Side Diff: chrome/chrome_browser_extensions.gypi

Issue 639233002: Remote assistance on Chrome OS Part IV - It2MeHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address feedbacks 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 (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 944 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 ], 955 ],
956 'sources': [ 956 'sources': [
957 '<@(chrome_browser_extensions_enabled_sources)', 957 '<@(chrome_browser_extensions_enabled_sources)',
958 ], 958 ],
959 'conditions': [ 959 'conditions': [
960 ['chromeos==1', { 960 ['chromeos==1', {
961 'dependencies': [ 961 'dependencies': [
962 '../build/linux/system.gyp:dbus', 962 '../build/linux/system.gyp:dbus',
963 '../chromeos/ime/input_method.gyp:gencode', 963 '../chromeos/ime/input_method.gyp:gencode',
964 '../third_party/libevent/libevent.gyp:libevent', 964 '../third_party/libevent/libevent.gyp:libevent',
965 '../remoting/remoting.gyp:remoting_it2me_host_static',
966 ],
967 'include_dirs': [
968 '../third_party/libjingle/source',
965 ], 969 ],
966 'sources': [ 970 'sources': [
967 '<@(chrome_browser_extensions_chromeos_sources)', 971 '<@(chrome_browser_extensions_chromeos_sources)',
968 ], 972 ],
969 }, { # chromeos==0 973 }, { # chromeos==0
970 'sources': [ 974 'sources': [
971 'browser/extensions/default_apps.cc', 975 'browser/extensions/default_apps.cc',
972 'browser/extensions/default_apps.h', 976 'browser/extensions/default_apps.h',
973 '<@(chrome_browser_extensions_non_chromeos_sources)', 977 '<@(chrome_browser_extensions_non_chromeos_sources)',
974 ], 978 ],
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
1103 ], 1107 ],
1104 }, { # use_brlapi==0 1108 }, { # use_brlapi==0
1105 'sources': [ 1109 'sources': [
1106 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1110 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1107 ], 1111 ],
1108 }], 1112 }],
1109 ], 1113 ],
1110 }, 1114 },
1111 ], 1115 ],
1112 } 1116 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698