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

Unified Diff: build/common.gypi

Issue 1266923005: Remove a few more remnants of the internal remoting plugin. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index a17066a6e1a59a020a158d0c2f873e5461a25b56..23e009147d9463ea053b97e5d618df900866d2fe 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2095,9 +2095,6 @@
['image_loader_extension==1', {
'grit_defines': ['-D', 'image_loader_extension'],
}],
- ['remoting==1', {
- 'grit_defines': ['-D', 'remoting'],
davidben 2015/08/04 23:23:25 Added in http://codereview.chromium.org/6174005. r
- }],
['use_titlecase_in_grd==1', {
'grit_defines': ['-D', 'use_titlecase'],
}],
@@ -2754,9 +2751,6 @@
['profiling==1', {
'defines': ['ENABLE_PROFILING=1'],
}],
- ['remoting==1', {
- 'defines': ['ENABLE_REMOTING=1'],
davidben 2015/08/04 23:23:25 grep finds no more uses.
- }],
['enable_webrtc==1', {
'defines': ['ENABLE_WEBRTC=1'],
}],
« no previous file with comments | « no previous file | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698