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

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

Issue 2732213004: Move FieldTrialRecorder mojom to content (Closed)
Patch Set: fix manifest Created 3 years, 9 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "//base", 326 "//base",
327 ] 327 ]
328 sources = [ 328 sources = [
329 "feature_h264_with_openh264_ffmpeg.cc", 329 "feature_h264_with_openh264_ffmpeg.cc",
330 "feature_h264_with_openh264_ffmpeg.h", 330 "feature_h264_with_openh264_ffmpeg.h",
331 ] 331 ]
332 } 332 }
333 333
334 mojom("interfaces") { 334 mojom("interfaces") {
335 sources = [ 335 sources = [
336 "field_trial_recorder.mojom",
336 "window_container_type.mojom", 337 "window_container_type.mojom",
337 ] 338 ]
338 } 339 }
339 340
340 mojom("service_names") { 341 mojom("service_names") {
341 sources = [ 342 sources = [
342 "service_names.mojom", 343 "service_names.mojom",
343 ] 344 ]
344 } 345 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698