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

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: AuraDesktopCapturer clean up 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
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',
964 ], 968 ],
965 'sources': [ 969 'sources': [
966 '<@(chrome_browser_extensions_chromeos_sources)', 970 '<@(chrome_browser_extensions_chromeos_sources)',
967 ], 971 ],
968 }, { # chromeos==0 972 }, { # chromeos==0
969 'sources': [ 973 'sources': [
970 'browser/extensions/default_apps.cc', 974 'browser/extensions/default_apps.cc',
971 'browser/extensions/default_apps.h', 975 'browser/extensions/default_apps.h',
972 '<@(chrome_browser_extensions_non_chromeos_sources)', 976 '<@(chrome_browser_extensions_non_chromeos_sources)',
973 ], 977 ],
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
1107 ], 1111 ],
1108 }, { # use_brlapi==0 1112 }, { # use_brlapi==0
1109 'sources': [ 1113 'sources': [
1110 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc', 1114 'browser/extensions/api/braille_display_private/braille_controller_s tub.cc',
1111 ], 1115 ],
1112 }], 1116 }],
1113 ], 1117 ],
1114 }, 1118 },
1115 ], 1119 ],
1116 } 1120 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698