OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 'browser/debugger/devtools_resources.gyp:devtools_resources', | 7 'browser/debugger/devtools_resources.gyp:devtools_resources', |
8 'browser/speech/proto/speech_proto.gyp:speech_proto', | 8 'browser/speech/proto/speech_proto.gyp:speech_proto', |
9 '../base/base.gyp:base_static', | 9 '../base/base.gyp:base_static', |
10 '../crypto/crypto.gyp:crypto', | 10 '../crypto/crypto.gyp:crypto', |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 'public/browser/geolocation.h', | 81 'public/browser/geolocation.h', |
82 'public/browser/geolocation_permission_context.h', | 82 'public/browser/geolocation_permission_context.h', |
83 'public/browser/global_request_id.h', | 83 'public/browser/global_request_id.h', |
84 'public/browser/gpu_data_manager.h', | 84 'public/browser/gpu_data_manager.h', |
85 'public/browser/gpu_data_manager_observer.h', | 85 'public/browser/gpu_data_manager_observer.h', |
86 'public/browser/host_zoom_map.h', | 86 'public/browser/host_zoom_map.h', |
87 'public/browser/indexed_db_context.h', | 87 'public/browser/indexed_db_context.h', |
88 'public/browser/interstitial_page.h', | 88 'public/browser/interstitial_page.h', |
89 'public/browser/invalidate_type.h', | 89 'public/browser/invalidate_type.h', |
90 'public/browser/javascript_dialogs.h', | 90 'public/browser/javascript_dialogs.h', |
| 91 'public/browser/javascript_message_type.h', |
91 'public/browser/keyboard_listener.h', | 92 'public/browser/keyboard_listener.h', |
92 'public/browser/load_notification_details.h', | 93 'public/browser/load_notification_details.h', |
93 'public/browser/native_web_keyboard_event.h', | 94 'public/browser/native_web_keyboard_event.h', |
94 'public/browser/navigation_controller.h', | 95 'public/browser/navigation_controller.h', |
95 'public/browser/navigation_details.cc', | 96 'public/browser/navigation_details.cc', |
96 'public/browser/navigation_details.h', | 97 'public/browser/navigation_details.h', |
97 'public/browser/navigation_entry.h', | 98 'public/browser/navigation_entry.h', |
98 'public/browser/navigation_type.h', | 99 'public/browser/navigation_type.h', |
99 'public/browser/notification_details.h', | 100 'public/browser/notification_details.h', |
100 'public/browser/notification_observer.h', | 101 'public/browser/notification_observer.h', |
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
958 ], | 959 ], |
959 }], | 960 }], |
960 ['input_speech==0', { | 961 ['input_speech==0', { |
961 'sources/': [ | 962 'sources/': [ |
962 ['exclude', '^browser/speech/'], | 963 ['exclude', '^browser/speech/'], |
963 ], | 964 ], |
964 }], | 965 }], |
965 ], | 966 ], |
966 } | 967 } |
967 | 968 |
OLD | NEW |