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

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

Issue 2127403002: Make browsing_data component a layered component (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removed output_name from components/browsing_data/content/BUILD.gn Created 4 years, 5 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 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 "//cc", 341 "//cc",
342 "//chrome/app/theme:theme_resources", 342 "//chrome/app/theme:theme_resources",
343 "//chrome/browser/devtools", 343 "//chrome/browser/devtools",
344 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory", 344 "//chrome/browser/metrics/variations:chrome_ui_string_overrider_factory",
345 "//chrome/browser/resources:component_extension_resources", 345 "//chrome/browser/resources:component_extension_resources",
346 "//chrome/common/net", 346 "//chrome/common/net",
347 "//chrome/installer/util:with_no_strings", 347 "//chrome/installer/util:with_no_strings",
348 "//components/about_handler", 348 "//components/about_handler",
349 "//components/app_modal", 349 "//components/app_modal",
350 "//components/autofill/content/browser", 350 "//components/autofill/content/browser",
351 "//components/browsing_data", 351 "//components/browsing_data/content",
352 "//components/browsing_data/core",
352 "//components/contextual_search:browser", 353 "//components/contextual_search:browser",
353 "//components/data_reduction_proxy/content/browser", 354 "//components/data_reduction_proxy/content/browser",
354 "//components/data_use_measurement/content", 355 "//components/data_use_measurement/content",
355 "//components/devtools_discovery", 356 "//components/devtools_discovery",
356 "//components/devtools_http_handler", 357 "//components/devtools_http_handler",
357 "//components/dom_distiller/content/browser", 358 "//components/dom_distiller/content/browser",
358 "//components/error_page/common", 359 "//components/error_page/common",
359 "//components/favicon/content", 360 "//components/favicon/content",
360 "//components/history/content/browser", 361 "//components/history/content/browser",
361 "//components/keyed_service/content", 362 "//components/keyed_service/content",
(...skipping 1007 matching lines...) Expand 10 before | Expand all | Expand 10 after
1369 # linking all of the test support. 1370 # linking all of the test support.
1370 static_library("pepper_cdm_test_constants") { 1371 static_library("pepper_cdm_test_constants") {
1371 testonly = true 1372 testonly = true
1372 visibility = [ "//chrome/*" ] 1373 visibility = [ "//chrome/*" ]
1373 sources = [ 1374 sources = [
1374 "media/pepper_cdm_test_constants.cc", 1375 "media/pepper_cdm_test_constants.cc",
1375 "media/pepper_cdm_test_constants.h", 1376 "media/pepper_cdm_test_constants.h",
1376 ] 1377 ]
1377 } 1378 }
1378 } 1379 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/android/browsing_data/browsing_data_counter_bridge.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698