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 '../base/base.gyp:base_static', | 7 '../base/base.gyp:base_static', |
8 '../crypto/crypto.gyp:crypto', | 8 '../crypto/crypto.gyp:crypto', |
9 '../google_apis/google_apis.gyp:google_apis', | 9 '../google_apis/google_apis.gyp:google_apis', |
10 '../net/net.gyp:net', | 10 '../net/net.gyp:net', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'public/browser/indexed_db_info.h', | 127 'public/browser/indexed_db_info.h', |
128 'public/browser/interstitial_page.h', | 128 'public/browser/interstitial_page.h', |
129 'public/browser/invalidate_type.h', | 129 'public/browser/invalidate_type.h', |
130 'public/browser/javascript_dialog_manager.cc', | 130 'public/browser/javascript_dialog_manager.cc', |
131 'public/browser/javascript_dialog_manager.h', | 131 'public/browser/javascript_dialog_manager.h', |
132 'public/browser/load_from_memory_cache_details.cc', | 132 'public/browser/load_from_memory_cache_details.cc', |
133 'public/browser/load_from_memory_cache_details.h', | 133 'public/browser/load_from_memory_cache_details.h', |
134 'public/browser/load_notification_details.h', | 134 'public/browser/load_notification_details.h', |
135 'public/browser/local_storage_usage_info.cc', | 135 'public/browser/local_storage_usage_info.cc', |
136 'public/browser/local_storage_usage_info.h', | 136 'public/browser/local_storage_usage_info.h', |
| 137 'public/browser/keybinding_handler_aurax11.h', |
| 138 'public/browser/keybinding_handler_factory_aurax11.cc', |
| 139 'public/browser/keybinding_handler_factory_aurax11.h', |
137 'public/browser/media_capture_devices.h', | 140 'public/browser/media_capture_devices.h', |
138 'public/browser/media_device_id.cc', | 141 'public/browser/media_device_id.cc', |
139 'public/browser/media_device_id.h', | 142 'public/browser/media_device_id.h', |
140 'public/browser/native_web_keyboard_event.h', | 143 'public/browser/native_web_keyboard_event.h', |
141 'public/browser/navigation_controller.cc', | 144 'public/browser/navigation_controller.cc', |
142 'public/browser/navigation_controller.h', | 145 'public/browser/navigation_controller.h', |
143 'public/browser/navigation_details.cc', | 146 'public/browser/navigation_details.cc', |
144 'public/browser/navigation_details.h', | 147 'public/browser/navigation_details.h', |
145 'public/browser/navigation_entry.h', | 148 'public/browser/navigation_entry.h', |
146 'public/browser/navigation_type.h', | 149 'public/browser/navigation_type.h', |
(...skipping 1576 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1723 '../build/linux/system.gyp:dbus', | 1726 '../build/linux/system.gyp:dbus', |
1724 '../dbus/dbus.gyp:dbus', | 1727 '../dbus/dbus.gyp:dbus', |
1725 ], | 1728 ], |
1726 }, { # OS != "linux" or use_dbus==0 | 1729 }, { # OS != "linux" or use_dbus==0 |
1727 'sources!': [ | 1730 'sources!': [ |
1728 'browser/geolocation/wifi_data_provider_linux.cc', | 1731 'browser/geolocation/wifi_data_provider_linux.cc', |
1729 ], | 1732 ], |
1730 }], | 1733 }], |
1731 ], | 1734 ], |
1732 } | 1735 } |
OLD | NEW |