| OLD | NEW |
| 1 # Copyright (c) 2011 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2011 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 'dependencies': [ | 6 'dependencies': [ |
| 7 '../crypto/crypto.gyp:crypto', | 7 '../crypto/crypto.gyp:crypto', |
| 8 '../net/net.gyp:http_server', | 8 '../net/net.gyp:http_server', |
| 9 '../net/net.gyp:net', | 9 '../net/net.gyp:net', |
| 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', | 10 '../ppapi/ppapi_internal.gyp:ppapi_proxy', |
| (...skipping 15 matching lines...) Expand all Loading... |
| 26 'sources': [ | 26 'sources': [ |
| 27 'public/browser/browser_main_parts.h', | 27 'public/browser/browser_main_parts.h', |
| 28 'public/browser/browser_shutdown.h', | 28 'public/browser/browser_shutdown.h', |
| 29 'public/browser/browser_thread.h', | 29 'public/browser/browser_thread.h', |
| 30 'public/browser/browser_thread_delegate.h', | 30 'public/browser/browser_thread_delegate.h', |
| 31 'public/browser/child_process_data.h', | 31 'public/browser/child_process_data.h', |
| 32 'public/browser/content_browser_client.h', | 32 'public/browser/content_browser_client.h', |
| 33 'public/browser/content_ipc_logging.h', | 33 'public/browser/content_ipc_logging.h', |
| 34 'public/browser/devtools_agent_host_registry.h', | 34 'public/browser/devtools_agent_host_registry.h', |
| 35 'public/browser/devtools_client_host.h', | 35 'public/browser/devtools_client_host.h', |
| 36 'public/browser/devtools_frontend_window_delegate.h', | 36 'public/browser/devtools_frontend_host_delegate.h', |
| 37 'public/browser/devtools_http_handler.h', | 37 'public/browser/devtools_http_handler.h', |
| 38 'public/browser/devtools_http_handler_delegate.h', | 38 'public/browser/devtools_http_handler_delegate.h', |
| 39 'public/browser/devtools_manager.h', | 39 'public/browser/devtools_manager.h', |
| 40 'public/browser/download_manager_delegate.h', | 40 'public/browser/download_manager_delegate.h', |
| 41 'public/browser/intents_host.h', | 41 'public/browser/intents_host.h', |
| 42 'public/browser/native_web_keyboard_event.h', | 42 'public/browser/native_web_keyboard_event.h', |
| 43 'public/browser/navigation_type.h', | 43 'public/browser/navigation_type.h', |
| 44 'public/browser/notification_details.h', | 44 'public/browser/notification_details.h', |
| 45 'public/browser/notification_observer.h', | 45 'public/browser/notification_observer.h', |
| 46 'public/browser/notification_registrar.cc', | 46 'public/browser/notification_registrar.cc', |
| (...skipping 745 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 792 'ENABLE_JAVA_BRIDGE', | 792 'ENABLE_JAVA_BRIDGE', |
| 793 ], | 793 ], |
| 794 }, { | 794 }, { |
| 795 'sources/': [ | 795 'sources/': [ |
| 796 ['exclude', '^browser/renderer_host/java/'], | 796 ['exclude', '^browser/renderer_host/java/'], |
| 797 ], | 797 ], |
| 798 }], | 798 }], |
| 799 ], | 799 ], |
| 800 } | 800 } |
| 801 | 801 |
| OLD | NEW |