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

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
« 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 1340 matching lines...) Expand 10 before | Expand all | Expand 10 after
1351 "//components/password_manager/sync/browser", 1351 "//components/password_manager/sync/browser",
1352 "//components/policy:generated", 1352 "//components/policy:generated",
1353 "//components/policy/core/browser", 1353 "//components/policy/core/browser",
1354 "//components/policy/proto", 1354 "//components/policy/proto",
1355 "//components/previews/core", 1355 "//components/previews/core",
1356 "//components/profile_metrics", 1356 "//components/profile_metrics",
1357 "//components/proxy_config", 1357 "//components/proxy_config",
1358 "//components/proxy_config", 1358 "//components/proxy_config",
1359 "//components/query_parser", 1359 "//components/query_parser",
1360 "//components/rappor", 1360 "//components/rappor",
1361 "//components/rappor:rappor_recorder",
1361 "//components/renderer_context_menu", 1362 "//components/renderer_context_menu",
1362 "//components/resources", 1363 "//components/resources",
1363 "//components/safe_browsing_db", 1364 "//components/safe_browsing_db",
1364 "//components/safe_json", 1365 "//components/safe_json",
1365 "//components/search", 1366 "//components/search",
1366 "//components/search_engines", 1367 "//components/search_engines",
1367 "//components/search_provider_logos", 1368 "//components/search_provider_logos",
1368 "//components/security_interstitials/core", 1369 "//components/security_interstitials/core",
1369 "//components/security_state", 1370 "//components/security_state",
1370 "//components/sessions", 1371 "//components/sessions",
(...skipping 2915 matching lines...) Expand 10 before | Expand all | Expand 10 after
4286 # linking all of the test support. 4287 # linking all of the test support.
4287 static_library("pepper_cdm_test_constants") { 4288 static_library("pepper_cdm_test_constants") {
4288 testonly = true 4289 testonly = true
4289 visibility = [ "//chrome/*" ] 4290 visibility = [ "//chrome/*" ]
4290 sources = [ 4291 sources = [
4291 "media/pepper_cdm_test_constants.cc", 4292 "media/pepper_cdm_test_constants.cc",
4292 "media/pepper_cdm_test_constants.h", 4293 "media/pepper_cdm_test_constants.h",
4293 ] 4294 ]
4294 } 4295 }
4295 } 4296 }
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