 Chromium Code Reviews
 Chromium Code Reviews Issue 1266923005:
  Remove a few more remnants of the internal remoting plugin.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master
    
  
    Issue 1266923005:
  Remove a few more remnants of the internal remoting plugin.  (Closed) 
  Base URL: https://chromium.googlesource.com/chromium/src.git@master| 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'], | 
| }], |