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

Side by Side Diff: content/public/common/BUILD.gn

Issue 2837813004: Sync the browser test host resolver with the network process before a test runs. (Closed)
Patch Set: review comments Created 3 years, 7 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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 import("//build/buildflag_header.gni") 5 import("//build/buildflag_header.gni")
6 import("//build/config/chromecast_build.gni") 6 import("//build/config/chromecast_build.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//media/media_options.gni") 9 import("//media/media_options.gni")
10 import("//mojo/public/tools/bindings/mojom.gni") 10 import("//mojo/public/tools/bindings/mojom.gni")
(...skipping 317 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 "//base", 328 "//base",
329 ] 329 ]
330 sources = [ 330 sources = [
331 "feature_h264_with_openh264_ffmpeg.cc", 331 "feature_h264_with_openh264_ffmpeg.cc",
332 "feature_h264_with_openh264_ffmpeg.h", 332 "feature_h264_with_openh264_ffmpeg.h",
333 ] 333 ]
334 } 334 }
335 335
336 mojom("interfaces") { 336 mojom("interfaces") {
337 sources = [ 337 sources = [
338 "network_service_test.mojom",
338 "window_container_type.mojom", 339 "window_container_type.mojom",
339 ] 340 ]
340 } 341 }
341 342
342 mojom("service_names") { 343 mojom("service_names") {
343 sources = [ 344 sources = [
344 "service_names.mojom", 345 "service_names.mojom",
345 ] 346 ]
346 } 347 }
OLDNEW
« no previous file with comments | « content/public/app/mojo/content_browser_manifest.json ('k') | content/public/common/network_service_test.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698