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

Side by Side Diff: content/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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//gpu/vulkan/features.gni") 7 import("//gpu/vulkan/features.gni")
8 import("//media/media_options.gni") 8 import("//media/media_options.gni")
9 import("//ppapi/features/features.gni") 9 import("//ppapi/features/features.gni")
10 import("//printing/features/features.gni") 10 import("//printing/features/features.gni")
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 "//content/browser/background_sync:background_sync_proto", 56 "//content/browser/background_sync:background_sync_proto",
57 "//content/browser/cache_storage:cache_storage_proto", 57 "//content/browser/cache_storage:cache_storage_proto",
58 "//content/browser/devtools:protocol_sources", 58 "//content/browser/devtools:protocol_sources",
59 "//content/browser/devtools:resources", 59 "//content/browser/devtools:resources",
60 "//content/browser/dom_storage:local_storage_proto", 60 "//content/browser/dom_storage:local_storage_proto",
61 "//content/browser/notifications:notification_proto", 61 "//content/browser/notifications:notification_proto",
62 "//content/browser/payments:payment_app_proto", 62 "//content/browser/payments:payment_app_proto",
63 "//content/browser/service_worker:service_worker_proto", 63 "//content/browser/service_worker:service_worker_proto",
64 "//content/browser/speech/proto", 64 "//content/browser/speech/proto",
65 "//content/common", 65 "//content/common",
66 "//content/common:mojo_bindings",
66 "//content/public/common:common_sources", 67 "//content/public/common:common_sources",
67 "//crypto", 68 "//crypto",
68 "//device/battery", 69 "//device/battery",
69 "//device/battery:mojo_bindings", 70 "//device/battery:mojo_bindings",
70 "//device/bluetooth", 71 "//device/bluetooth",
71 "//device/gamepad", 72 "//device/gamepad",
72 "//device/generic_sensor", 73 "//device/generic_sensor",
73 "//device/geolocation", 74 "//device/geolocation",
74 "//device/geolocation/public/interfaces", 75 "//device/geolocation/public/interfaces",
75 "//device/nfc:mojo_bindings", 76 "//device/nfc:mojo_bindings",
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
606 "download/save_file_resource_handler.cc", 607 "download/save_file_resource_handler.cc",
607 "download/save_file_resource_handler.h", 608 "download/save_file_resource_handler.h",
608 "download/save_item.cc", 609 "download/save_item.cc",
609 "download/save_item.h", 610 "download/save_item.h",
610 "download/save_package.cc", 611 "download/save_package.cc",
611 "download/save_package.h", 612 "download/save_package.h",
612 "download/save_types.cc", 613 "download/save_types.cc",
613 "download/save_types.h", 614 "download/save_types.h",
614 "download/url_downloader.cc", 615 "download/url_downloader.cc",
615 "download/url_downloader.h", 616 "download/url_downloader.h",
617 "field_trial_recorder.cc",
618 "field_trial_recorder.h",
616 "fileapi/browser_file_system_helper.cc", 619 "fileapi/browser_file_system_helper.cc",
617 "fileapi/browser_file_system_helper.h", 620 "fileapi/browser_file_system_helper.h",
618 "fileapi/fileapi_message_filter.cc", 621 "fileapi/fileapi_message_filter.cc",
619 "fileapi/fileapi_message_filter.h", 622 "fileapi/fileapi_message_filter.h",
620 "fileapi/upload_file_system_file_element_reader.cc", 623 "fileapi/upload_file_system_file_element_reader.cc",
621 "fileapi/upload_file_system_file_element_reader.h", 624 "fileapi/upload_file_system_file_element_reader.h",
622 "find_request_manager.cc", 625 "find_request_manager.cc",
623 "find_request_manager.h", 626 "find_request_manager.h",
624 "font_list_async.cc", 627 "font_list_async.cc",
625 "frame_host/ancestor_throttle.cc", 628 "frame_host/ancestor_throttle.cc",
(...skipping 1410 matching lines...) Expand 10 before | Expand all | Expand 10 after
2036 if (!is_component_build) { 2039 if (!is_component_build) {
2037 public_deps = [ 2040 public_deps = [
2038 ":browser", 2041 ":browser",
2039 ] 2042 ]
2040 } else { 2043 } else {
2041 public_deps = [ 2044 public_deps = [
2042 "//third_party/leveldatabase", 2045 "//third_party/leveldatabase",
2043 ] 2046 ]
2044 } 2047 }
2045 } 2048 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698