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

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

Issue 2249213002: [OBSOLETE] Reporting: Initial implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix ProfileImplIOData 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 1346 matching lines...) Expand 10 before | Expand all | Expand 10 after
1357 "//components/policy/proto", 1357 "//components/policy/proto",
1358 "//components/prefs:prefs", 1358 "//components/prefs:prefs",
1359 "//components/previews/core", 1359 "//components/previews/core",
1360 "//components/profile_metrics", 1360 "//components/profile_metrics",
1361 "//components/proxy_config", 1361 "//components/proxy_config",
1362 "//components/proxy_config", 1362 "//components/proxy_config",
1363 "//components/query_parser", 1363 "//components/query_parser",
1364 "//components/rappor", 1364 "//components/rappor",
1365 "//components/rappor:rappor_recorder", 1365 "//components/rappor:rappor_recorder",
1366 "//components/renderer_context_menu", 1366 "//components/renderer_context_menu",
1367 "//components/reporting/content/browser",
1368
1369 # TODO: Unsure why this is needed, as public_deps values carry this from
1370 # core/public/interfaces to core/browser to content/browser to here.
1371 "//components/reporting/core/public/interfaces",
1367 "//components/resources", 1372 "//components/resources",
1368 "//components/safe_browsing_db", 1373 "//components/safe_browsing_db",
1369 "//components/safe_json", 1374 "//components/safe_json",
1370 "//components/search", 1375 "//components/search",
1371 "//components/search_engines", 1376 "//components/search_engines",
1372 "//components/search_provider_logos", 1377 "//components/search_provider_logos",
1373 "//components/security_interstitials/core", 1378 "//components/security_interstitials/core",
1374 "//components/security_state", 1379 "//components/security_state",
1375 "//components/sessions", 1380 "//components/sessions",
1376 "//components/signin/core/browser", 1381 "//components/signin/core/browser",
(...skipping 2952 matching lines...) Expand 10 before | Expand all | Expand 10 after
4329 # linking all of the test support. 4334 # linking all of the test support.
4330 static_library("pepper_cdm_test_constants") { 4335 static_library("pepper_cdm_test_constants") {
4331 testonly = true 4336 testonly = true
4332 visibility = [ "//chrome/*" ] 4337 visibility = [ "//chrome/*" ]
4333 sources = [ 4338 sources = [
4334 "media/pepper_cdm_test_constants.cc", 4339 "media/pepper_cdm_test_constants.cc",
4335 "media/pepper_cdm_test_constants.h", 4340 "media/pepper_cdm_test_constants.h",
4336 ] 4341 ]
4337 } 4342 }
4338 } 4343 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698