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

Side by Side Diff: content/content_browser.gypi

Issue 12039058: content: convert zoom notifications to observer usage (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 11 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 | Annotate | Revision Log
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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 'public/browser/favicon_status.h', 79 'public/browser/favicon_status.h',
80 'public/browser/file_descriptor_info.h', 80 'public/browser/file_descriptor_info.h',
81 'public/browser/font_list_async.h', 81 'public/browser/font_list_async.h',
82 'public/browser/geolocation.h', 82 'public/browser/geolocation.h',
83 'public/browser/geolocation_permission_context.h', 83 'public/browser/geolocation_permission_context.h',
84 'public/browser/global_request_id.h', 84 'public/browser/global_request_id.h',
85 'public/browser/gpu_data_manager.h', 85 'public/browser/gpu_data_manager.h',
86 'public/browser/gpu_data_manager_observer.h', 86 'public/browser/gpu_data_manager_observer.h',
87 'public/browser/histogram_fetcher.h', 87 'public/browser/histogram_fetcher.h',
88 'public/browser/host_zoom_map.h', 88 'public/browser/host_zoom_map.h',
89 'public/browser/host_zoom_map.cc',
89 'public/browser/indexed_db_context.h', 90 'public/browser/indexed_db_context.h',
90 'public/browser/interstitial_page.h', 91 'public/browser/interstitial_page.h',
91 'public/browser/invalidate_type.h', 92 'public/browser/invalidate_type.h',
92 'public/browser/javascript_dialogs.h', 93 'public/browser/javascript_dialogs.h',
93 'public/browser/keyboard_listener.h', 94 'public/browser/keyboard_listener.h',
94 'public/browser/load_from_memory_cache_details.cc', 95 'public/browser/load_from_memory_cache_details.cc',
95 'public/browser/load_from_memory_cache_details.h', 96 'public/browser/load_from_memory_cache_details.h',
96 'public/browser/load_notification_details.h', 97 'public/browser/load_notification_details.h',
97 'public/browser/media_devices_monitor.h', 98 'public/browser/media_devices_monitor.h',
98 'public/browser/native_web_keyboard_event.h', 99 'public/browser/native_web_keyboard_event.h',
(...skipping 1078 matching lines...) Expand 10 before | Expand all | Expand 10 after
1177 ['exclude', '^browser/speech/'], 1178 ['exclude', '^browser/speech/'],
1178 ], 1179 ],
1179 }], 1180 }],
1180 ['linux_use_libgps==1', { 1181 ['linux_use_libgps==1', {
1181 'dependencies': [ 1182 'dependencies': [
1182 '../build/linux/system.gyp:libgps', 1183 '../build/linux/system.gyp:libgps',
1183 ], 1184 ],
1184 }], 1185 }],
1185 ], 1186 ],
1186 } 1187 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698