Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(13)

Side by Side Diff: content/content_browser.gypi

Issue 23416003: Add content::RenderWidgetHost::MouseEventCallback (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/speech/proto/speech_proto.gyp:speech_proto', 7 'browser/speech/proto/speech_proto.gyp:speech_proto',
8 '../base/base.gyp:base_static', 8 '../base/base.gyp:base_static',
9 '../crypto/crypto.gyp:crypto', 9 '../crypto/crypto.gyp:crypto',
10 '../google_apis/google_apis.gyp:google_apis', 10 '../google_apis/google_apis.gyp:google_apis',
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 'public/browser/invalidate_type.h', 108 'public/browser/invalidate_type.h',
109 'public/browser/javascript_dialog_manager.cc', 109 'public/browser/javascript_dialog_manager.cc',
110 'public/browser/javascript_dialog_manager.h', 110 'public/browser/javascript_dialog_manager.h',
111 'public/browser/keyboard_listener.h', 111 'public/browser/keyboard_listener.h',
112 'public/browser/load_from_memory_cache_details.cc', 112 'public/browser/load_from_memory_cache_details.cc',
113 'public/browser/load_from_memory_cache_details.h', 113 'public/browser/load_from_memory_cache_details.h',
114 'public/browser/load_notification_details.h', 114 'public/browser/load_notification_details.h',
115 'public/browser/local_storage_usage_info.cc', 115 'public/browser/local_storage_usage_info.cc',
116 'public/browser/local_storage_usage_info.h', 116 'public/browser/local_storage_usage_info.h',
117 'public/browser/media_devices_monitor.h', 117 'public/browser/media_devices_monitor.h',
118 'public/browser/mouse_listener.h',
118 'public/browser/native_web_keyboard_event.h', 119 'public/browser/native_web_keyboard_event.h',
119 'public/browser/navigation_controller.cc', 120 'public/browser/navigation_controller.cc',
120 'public/browser/navigation_controller.h', 121 'public/browser/navigation_controller.h',
121 'public/browser/navigation_details.cc', 122 'public/browser/navigation_details.cc',
122 'public/browser/navigation_details.h', 123 'public/browser/navigation_details.h',
123 'public/browser/navigation_entry.h', 124 'public/browser/navigation_entry.h',
124 'public/browser/navigation_type.h', 125 'public/browser/navigation_type.h',
125 'public/browser/notification_details.h', 126 'public/browser/notification_details.h',
126 'public/browser/notification_observer.h', 127 'public/browser/notification_observer.h',
127 'public/browser/notification_registrar.cc', 128 'public/browser/notification_registrar.cc',
(...skipping 1379 matching lines...) Expand 10 before | Expand all | Expand 10 after
1507 '../third_party/speex/speex.gyp:libspeex', 1508 '../third_party/speex/speex.gyp:libspeex',
1508 ], 1509 ],
1509 }], 1510 }],
1510 ['linux_use_libgps==1', { 1511 ['linux_use_libgps==1', {
1511 'dependencies': [ 1512 'dependencies': [
1512 '../build/linux/system.gyp:libgps', 1513 '../build/linux/system.gyp:libgps',
1513 ], 1514 ],
1514 }], 1515 }],
1515 ], 1516 ],
1516 } 1517 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698