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

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

Issue 2732213004: Move FieldTrialRecorder mojom to content (Closed)
Patch Set: initialize FieldTrialList for RenderThreadImplBrowserTest 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
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 383 matching lines...) Expand 10 before | Expand all | Expand 10 after
394 "favicon/fallback_icon_service_factory.cc", 394 "favicon/fallback_icon_service_factory.cc",
395 "favicon/fallback_icon_service_factory.h", 395 "favicon/fallback_icon_service_factory.h",
396 "favicon/favicon_service_factory.cc", 396 "favicon/favicon_service_factory.cc",
397 "favicon/favicon_service_factory.h", 397 "favicon/favicon_service_factory.h",
398 "favicon/favicon_utils.cc", 398 "favicon/favicon_utils.cc",
399 "favicon/favicon_utils.h", 399 "favicon/favicon_utils.h",
400 "favicon/large_icon_service_factory.cc", 400 "favicon/large_icon_service_factory.cc",
401 "favicon/large_icon_service_factory.h", 401 "favicon/large_icon_service_factory.h",
402 "features.cc", 402 "features.cc",
403 "features.h", 403 "features.h",
404 "field_trial_recorder.cc",
405 "field_trial_recorder.h",
406 "file_select_helper.cc", 404 "file_select_helper.cc",
407 "file_select_helper.h", 405 "file_select_helper.h",
408 "file_select_helper_mac.mm", 406 "file_select_helper_mac.mm",
409 "fullscreen.h", 407 "fullscreen.h",
410 "fullscreen_chromeos.cc", 408 "fullscreen_chromeos.cc",
411 "fullscreen_mac.mm", 409 "fullscreen_mac.mm",
412 "fullscreen_win.cc", 410 "fullscreen_win.cc",
413 "gcm/gcm_product_util.cc", 411 "gcm/gcm_product_util.cc",
414 "gcm/gcm_product_util.h", 412 "gcm/gcm_product_util.h",
415 "gcm/gcm_profile_service_factory.cc", 413 "gcm/gcm_profile_service_factory.cc",
(...skipping 4150 matching lines...) Expand 10 before | Expand all | Expand 10 after
4566 "media/pepper_cdm_test_constants.cc", 4564 "media/pepper_cdm_test_constants.cc",
4567 "media/pepper_cdm_test_constants.h", 4565 "media/pepper_cdm_test_constants.h",
4568 ] 4566 ]
4569 } 4567 }
4570 } 4568 }
4571 4569
4572 service_manifest("preferences_manifest") { 4570 service_manifest("preferences_manifest") {
4573 name = "preferences" 4571 name = "preferences"
4574 source = "prefs/preferences_manifest.json" 4572 source = "prefs/preferences_manifest.json"
4575 } 4573 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698