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

Side by Side Diff: content/content_browser.gypi

Issue 2072613003: Convert GetSearchProviderInstallState to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 5 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 '../base/base.gyp:base_static', 7 '../base/base.gyp:base_static',
8 '../cc/cc.gyp:cc', 8 '../cc/cc.gyp:cc',
9 '../cc/cc.gyp:cc_surfaces', 9 '../cc/cc.gyp:cc_surfaces',
10 '../components/components.gyp:display_compositor', 10 '../components/components.gyp:display_compositor',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'public/browser/notification_database_data.h', 238 'public/browser/notification_database_data.h',
239 'public/browser/notification_details.h', 239 'public/browser/notification_details.h',
240 'public/browser/notification_event_dispatcher.h', 240 'public/browser/notification_event_dispatcher.h',
241 'public/browser/notification_observer.h', 241 'public/browser/notification_observer.h',
242 'public/browser/notification_registrar.cc', 242 'public/browser/notification_registrar.cc',
243 'public/browser/notification_registrar.h', 243 'public/browser/notification_registrar.h',
244 'public/browser/notification_service.h', 244 'public/browser/notification_service.h',
245 'public/browser/notification_source.h', 245 'public/browser/notification_source.h',
246 'public/browser/notification_types.h', 246 'public/browser/notification_types.h',
247 'public/browser/overscroll_configuration.h', 247 'public/browser/overscroll_configuration.h',
248 'public/browser/owned_interface.h',
248 'public/browser/page_navigator.cc', 249 'public/browser/page_navigator.cc',
249 'public/browser/page_navigator.h', 250 'public/browser/page_navigator.h',
250 'public/browser/pepper_flash_settings_helper.h', 251 'public/browser/pepper_flash_settings_helper.h',
251 'public/browser/pepper_vpn_provider_resource_host_proxy.h', 252 'public/browser/pepper_vpn_provider_resource_host_proxy.h',
252 'public/browser/permission_manager.h', 253 'public/browser/permission_manager.h',
253 'public/browser/permission_type.h', 254 'public/browser/permission_type.h',
254 'public/browser/platform_notification_context.h', 255 'public/browser/platform_notification_context.h',
255 'public/browser/platform_notification_service.h', 256 'public/browser/platform_notification_service.h',
256 'public/browser/plugin_data_remover.h', 257 'public/browser/plugin_data_remover.h',
257 'public/browser/plugin_service.h', 258 'public/browser/plugin_service.h',
(...skipping 1909 matching lines...) Expand 10 before | Expand all | Expand 10 after
2167 ], 2168 ],
2168 }], 2169 }],
2169 ['OS != "mac" and OS != "android"', { 2170 ['OS != "mac" and OS != "android"', {
2170 'sources!': [ 2171 'sources!': [
2171 'browser/gpu/gpu_surface_tracker.cc', 2172 'browser/gpu/gpu_surface_tracker.cc',
2172 'browser/gpu/gpu_surface_tracker.h', 2173 'browser/gpu/gpu_surface_tracker.h',
2173 ], 2174 ],
2174 }], 2175 }],
2175 ], 2176 ],
2176 } 2177 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698