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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../net/net.gyp:http_server', | 9 '../net/net.gyp:http_server', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 'public/browser/native_web_keyboard_event.h', | 49 'public/browser/native_web_keyboard_event.h', |
50 'public/browser/navigation_type.h', | 50 'public/browser/navigation_type.h', |
51 'public/browser/notification_details.h', | 51 'public/browser/notification_details.h', |
52 'public/browser/notification_observer.h', | 52 'public/browser/notification_observer.h', |
53 'public/browser/notification_registrar.cc', | 53 'public/browser/notification_registrar.cc', |
54 'public/browser/notification_registrar.h', | 54 'public/browser/notification_registrar.h', |
55 'public/browser/notification_service.h', | 55 'public/browser/notification_service.h', |
56 'public/browser/notification_source.h', | 56 'public/browser/notification_source.h', |
57 'public/browser/notification_types.h', | 57 'public/browser/notification_types.h', |
58 'public/browser/plugin_data_remover.h', | 58 'public/browser/plugin_data_remover.h', |
| 59 'public/browser/plugin_service.h', |
59 'public/browser/profiler_controller.h', | 60 'public/browser/profiler_controller.h', |
60 'public/browser/profiler_subscriber.h', | 61 'public/browser/profiler_subscriber.h', |
61 'public/browser/render_process_host.h', | 62 'public/browser/render_process_host.h', |
62 'public/browser/render_process_host_factory.h', | 63 'public/browser/render_process_host_factory.h', |
63 'public/browser/render_view_host_observer.cc', | 64 'public/browser/render_view_host_observer.cc', |
64 'public/browser/render_view_host_observer.h', | 65 'public/browser/render_view_host_observer.h', |
65 'public/browser/resource_dispatcher_host_delegate.h', | 66 'public/browser/resource_dispatcher_host_delegate.h', |
66 'public/browser/sensors.h', | 67 'public/browser/sensors.h', |
67 'public/browser/sensors_listener.h', | 68 'public/browser/sensors_listener.h', |
68 'public/browser/user_metrics.h', | 69 'public/browser/user_metrics.h', |
(...skipping 727 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
796 'ENABLE_JAVA_BRIDGE', | 797 'ENABLE_JAVA_BRIDGE', |
797 ], | 798 ], |
798 }, { | 799 }, { |
799 'sources/': [ | 800 'sources/': [ |
800 ['exclude', '^browser/renderer_host/java/'], | 801 ['exclude', '^browser/renderer_host/java/'], |
801 ], | 802 ], |
802 }], | 803 }], |
803 ], | 804 ], |
804 } | 805 } |
805 | 806 |
OLD | NEW |