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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2179693002: Revert of Convert network hints to Mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3281 matching lines...) Expand 10 before | Expand all | Expand 10 after
3292 '../components/components.gyp:history_core_browser', 3292 '../components/components.gyp:history_core_browser',
3293 '../components/components.gyp:history_core_common', 3293 '../components/components.gyp:history_core_common',
3294 '../components/components.gyp:infobars_core', 3294 '../components/components.gyp:infobars_core',
3295 '../components/components.gyp:instance_id', 3295 '../components/components.gyp:instance_id',
3296 '../components/components.gyp:invalidation_impl', 3296 '../components/components.gyp:invalidation_impl',
3297 '../components/components.gyp:metrics', 3297 '../components/components.gyp:metrics',
3298 '../components/components.gyp:metrics_net', 3298 '../components/components.gyp:metrics_net',
3299 '../components/components.gyp:metrics_services_manager', 3299 '../components/components.gyp:metrics_services_manager',
3300 '../components/components.gyp:metrics_ui', 3300 '../components/components.gyp:metrics_ui',
3301 '../components/components.gyp:navigation_metrics', 3301 '../components/components.gyp:navigation_metrics',
3302 '../components/components.gyp:network_hints_mojom',
3303 '../components/components.gyp:network_time', 3302 '../components/components.gyp:network_time',
3304 '../components/components.gyp:offline_pages', 3303 '../components/components.gyp:offline_pages',
3305 '../components/components.gyp:omnibox_browser', 3304 '../components/components.gyp:omnibox_browser',
3306 '../components/components.gyp:os_crypt', 3305 '../components/components.gyp:os_crypt',
3307 '../components/components.gyp:password_manager_core_browser', 3306 '../components/components.gyp:password_manager_core_browser',
3308 '../components/components.gyp:password_manager_core_common', 3307 '../components/components.gyp:password_manager_core_common',
3309 '../components/components.gyp:policy', 3308 '../components/components.gyp:policy',
3310 '../components/components.gyp:policy_component', 3309 '../components/components.gyp:policy_component',
3311 '../components/components.gyp:proxy_config', 3310 '../components/components.gyp:proxy_config',
3312 '../components/components.gyp:query_parser', 3311 '../components/components.gyp:query_parser',
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
3424 '../components/components.gyp:guest_view_browser', 3423 '../components/components.gyp:guest_view_browser',
3425 '../components/components.gyp:history_content_browser', 3424 '../components/components.gyp:history_content_browser',
3426 '../components/components.gyp:image_fetcher', 3425 '../components/components.gyp:image_fetcher',
3427 '../components/components.gyp:keyed_service_content', 3426 '../components/components.gyp:keyed_service_content',
3428 '../components/components.gyp:metrics_gpu', 3427 '../components/components.gyp:metrics_gpu',
3429 '../components/components.gyp:metrics_profiler', 3428 '../components/components.gyp:metrics_profiler',
3430 '../components/components.gyp:metrics_profiler_content', 3429 '../components/components.gyp:metrics_profiler_content',
3431 '../components/components.gyp:navigation_interception', 3430 '../components/components.gyp:navigation_interception',
3432 '../components/components.gyp:net_log', 3431 '../components/components.gyp:net_log',
3433 '../components/components.gyp:network_hints_common', 3432 '../components/components.gyp:network_hints_common',
3434 '../components/components.gyp:network_hints_mojom',
3435 '../components/components.gyp:network_hints_public_cpp',
3436 '../components/components.gyp:network_session_configurator', 3433 '../components/components.gyp:network_session_configurator',
3437 '../components/components.gyp:ntp_snippets', 3434 '../components/components.gyp:ntp_snippets',
3438 '../components/components.gyp:ntp_tiles', 3435 '../components/components.gyp:ntp_tiles',
3439 '../components/components.gyp:packed_ct_ev_whitelist', 3436 '../components/components.gyp:packed_ct_ev_whitelist',
3440 '../components/components.gyp:password_manager_content_browser', 3437 '../components/components.gyp:password_manager_content_browser',
3441 '../components/components.gyp:password_manager_sync_browser', 3438 '../components/components.gyp:password_manager_sync_browser',
3442 '../components/components.gyp:power', 3439 '../components/components.gyp:power',
3443 '../components/components.gyp:profile_metrics', 3440 '../components/components.gyp:profile_metrics',
3444 '../components/components.gyp:proxy_config', 3441 '../components/components.gyp:proxy_config',
3445 '../components/components.gyp:renderer_context_menu', 3442 '../components/components.gyp:renderer_context_menu',
(...skipping 898 matching lines...) Expand 10 before | Expand all | Expand 10 after
4344 '../components/components.gyp:rlz', 4341 '../components/components.gyp:rlz',
4345 '../components/components.gyp:search_engines', 4342 '../components/components.gyp:search_engines',
4346 '../rlz/rlz.gyp:rlz_lib', 4343 '../rlz/rlz.gyp:rlz_lib',
4347 'common', 4344 'common',
4348 ], 4345 ],
4349 }, 4346 },
4350 ], 4347 ],
4351 }], 4348 }],
4352 ], 4349 ],
4353 } 4350 }
OLDNEW
« no previous file with comments | « chrome/browser/renderer_host/chrome_render_message_filter.cc ('k') | chrome/renderer/chrome_content_renderer_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698