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

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

Issue 1981913002: *DRAFT* Move MediaDeviceIDSalt from chrome/ to components/ and use it in Android WebView. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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/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("//chrome/common/features.gni") 9 import("//chrome/common/features.gni")
10 import("//media/media_options.gni") 10 import("//media/media_options.gni")
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 "//components/flags_ui", 131 "//components/flags_ui",
132 "//components/gcm_driver", 132 "//components/gcm_driver",
133 "//components/gcm_driver/instance_id", 133 "//components/gcm_driver/instance_id",
134 "//components/google/core/browser", 134 "//components/google/core/browser",
135 "//components/guest_view/browser", 135 "//components/guest_view/browser",
136 "//components/handoff", 136 "//components/handoff",
137 "//components/history/core/browser", 137 "//components/history/core/browser",
138 "//components/history/core/common", 138 "//components/history/core/common",
139 "//components/infobars/core", 139 "//components/infobars/core",
140 "//components/invalidation/impl", 140 "//components/invalidation/impl",
141 "//components/media_device_id_salt",
141 "//components/metrics:gpu", 142 "//components/metrics:gpu",
142 "//components/metrics:net", 143 "//components/metrics:net",
143 "//components/metrics:profiler", 144 "//components/metrics:profiler",
144 "//components/metrics:profiler_content", 145 "//components/metrics:profiler_content",
145 "//components/metrics:ui", 146 "//components/metrics:ui",
146 "//components/metrics/proto:proto", 147 "//components/metrics/proto:proto",
147 "//components/metrics_services_manager", 148 "//components/metrics_services_manager",
148 "//components/mime_util", 149 "//components/mime_util",
149 "//components/navigation_metrics", 150 "//components/navigation_metrics",
150 "//components/network_time", 151 "//components/network_time",
(...skipping 1177 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1329 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1329 deps = [ 1330 deps = [
1330 "//components/google/core/browser", 1331 "//components/google/core/browser",
1331 "//components/omnibox/browser", 1332 "//components/omnibox/browser",
1332 "//components/rlz", 1333 "//components/rlz",
1333 "//components/search_engines", 1334 "//components/search_engines",
1334 "//rlz:rlz_lib", 1335 "//rlz:rlz_lib",
1335 ] 1336 ]
1336 } 1337 }
1337 } 1338 }
OLDNEW
« no previous file with comments | « android_webview/browser/aw_resource_context.cc ('k') | chrome/browser/browsing_data/browsing_data_remover.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698