| Index: content/content_browser.gypi
|
| diff --git a/content/content_browser.gypi b/content/content_browser.gypi
|
| index 513a7b05a91e579101cbd9bded9b281ff0559e4d..8d71ae4d3875b7f22c66c4b8f0a382d3f62c6a4c 100644
|
| --- a/content/content_browser.gypi
|
| +++ b/content/content_browser.gypi
|
| @@ -30,6 +30,7 @@
|
| 'port/browser/render_view_host_delegate_view.h',
|
| 'port/browser/render_widget_host_view_port.h',
|
| 'public/browser/access_token_store.h',
|
| + 'public/browser/android/devtools_server.h',
|
| 'public/browser/browser_accessibility_state.h',
|
| 'public/browser/browser_child_process_host.h',
|
| 'public/browser/browser_child_process_host_delegate.cc',
|
| @@ -200,10 +201,13 @@
|
| 'browser/android/content_view_client.h',
|
| 'browser/android/content_view_impl.cc',
|
| 'browser/android/content_view_impl.h',
|
| + 'browser/android/devtools_server.cc',
|
| 'browser/android/download_controller.cc',
|
| 'browser/android/download_controller.h',
|
| 'browser/android/ime_utils.cc',
|
| 'browser/android/ime_utils.h',
|
| + 'browser/android/remote_debugging_controller.cc',
|
| + 'browser/android/remote_debugging_controller.h',
|
| 'browser/android/sandboxed_process_launcher.cc',
|
| 'browser/android/sandboxed_process_launcher.h',
|
| 'browser/android/touch_point.cc',
|
|
|