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

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

Issue 2376403003: Convert RapporRecorder to use mojo. (Closed)
Patch Set: Convert RapporRecorder to use mojo. Created 4 years, 2 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 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after
1343 "//components/password_manager/sync/browser", 1343 "//components/password_manager/sync/browser",
1344 "//components/policy:generated", 1344 "//components/policy:generated",
1345 "//components/policy/core/browser", 1345 "//components/policy/core/browser",
1346 "//components/policy/proto", 1346 "//components/policy/proto",
1347 "//components/previews/core", 1347 "//components/previews/core",
1348 "//components/profile_metrics", 1348 "//components/profile_metrics",
1349 "//components/proxy_config", 1349 "//components/proxy_config",
1350 "//components/proxy_config", 1350 "//components/proxy_config",
1351 "//components/query_parser", 1351 "//components/query_parser",
1352 "//components/rappor", 1352 "//components/rappor",
1353 "//components/rappor/recorder",
1353 "//components/renderer_context_menu", 1354 "//components/renderer_context_menu",
1354 "//components/resources", 1355 "//components/resources",
1355 "//components/safe_browsing_db", 1356 "//components/safe_browsing_db",
1356 "//components/safe_json", 1357 "//components/safe_json",
1357 "//components/search", 1358 "//components/search",
1358 "//components/search_engines", 1359 "//components/search_engines",
1359 "//components/search_provider_logos", 1360 "//components/search_provider_logos",
1360 "//components/security_interstitials/core", 1361 "//components/security_interstitials/core",
1361 "//components/security_state", 1362 "//components/security_state",
1362 "//components/sessions", 1363 "//components/sessions",
(...skipping 2914 matching lines...) Expand 10 before | Expand all | Expand 10 after
4277 # linking all of the test support. 4278 # linking all of the test support.
4278 static_library("pepper_cdm_test_constants") { 4279 static_library("pepper_cdm_test_constants") {
4279 testonly = true 4280 testonly = true
4280 visibility = [ "//chrome/*" ] 4281 visibility = [ "//chrome/*" ]
4281 sources = [ 4282 sources = [
4282 "media/pepper_cdm_test_constants.cc", 4283 "media/pepper_cdm_test_constants.cc",
4283 "media/pepper_cdm_test_constants.h", 4284 "media/pepper_cdm_test_constants.h",
4284 ] 4285 ]
4285 } 4286 }
4286 } 4287 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/renderer/chrome_content_renderer_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698