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

Side by Side Diff: chrome/browser/BUILD.gn

Issue 2732213004: Move FieldTrialRecorder mojom to content (Closed)
Patch Set: review 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/config/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.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("//build/split_static_library.gni") 9 import("//build/split_static_library.gni")
10 import("//chrome/common/features.gni") 10 import("//chrome/common/features.gni")
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
395 "favicon/fallback_icon_service_factory.cc", 395 "favicon/fallback_icon_service_factory.cc",
396 "favicon/fallback_icon_service_factory.h", 396 "favicon/fallback_icon_service_factory.h",
397 "favicon/favicon_service_factory.cc", 397 "favicon/favicon_service_factory.cc",
398 "favicon/favicon_service_factory.h", 398 "favicon/favicon_service_factory.h",
399 "favicon/favicon_utils.cc", 399 "favicon/favicon_utils.cc",
400 "favicon/favicon_utils.h", 400 "favicon/favicon_utils.h",
401 "favicon/large_icon_service_factory.cc", 401 "favicon/large_icon_service_factory.cc",
402 "favicon/large_icon_service_factory.h", 402 "favicon/large_icon_service_factory.h",
403 "features.cc", 403 "features.cc",
404 "features.h", 404 "features.h",
405 "field_trial_recorder.cc",
406 "field_trial_recorder.h",
407 "file_select_helper.cc", 405 "file_select_helper.cc",
408 "file_select_helper.h", 406 "file_select_helper.h",
409 "file_select_helper_mac.mm", 407 "file_select_helper_mac.mm",
410 "fullscreen.h", 408 "fullscreen.h",
411 "fullscreen_chromeos.cc", 409 "fullscreen_chromeos.cc",
412 "fullscreen_mac.mm", 410 "fullscreen_mac.mm",
413 "fullscreen_win.cc", 411 "fullscreen_win.cc",
414 "gcm/gcm_product_util.cc", 412 "gcm/gcm_product_util.cc",
415 "gcm/gcm_product_util.h", 413 "gcm/gcm_product_util.h",
416 "gcm/gcm_profile_service_factory.cc", 414 "gcm/gcm_profile_service_factory.cc",
(...skipping 4138 matching lines...) Expand 10 before | Expand all | Expand 10 after
4555 "media/pepper_cdm_test_constants.cc", 4553 "media/pepper_cdm_test_constants.cc",
4556 "media/pepper_cdm_test_constants.h", 4554 "media/pepper_cdm_test_constants.h",
4557 ] 4555 ]
4558 } 4556 }
4559 } 4557 }
4560 4558
4561 service_manifest("preferences_manifest") { 4559 service_manifest("preferences_manifest") {
4562 name = "preferences" 4560 name = "preferences"
4563 source = "prefs/preferences_manifest.json" 4561 source = "prefs/preferences_manifest.json"
4564 } 4562 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | content/browser/field_trial_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698