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

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

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: update Created 4 years, 1 month 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/metrics_services_manager", 1343 "//components/metrics_services_manager",
1344 "//components/mime_util", 1344 "//components/mime_util",
1345 "//components/navigation_interception", 1345 "//components/navigation_interception",
1346 "//components/navigation_metrics", 1346 "//components/navigation_metrics",
1347 "//components/net_log", 1347 "//components/net_log",
1348 "//components/network_hints/common", 1348 "//components/network_hints/common",
1349 "//components/network_session_configurator", 1349 "//components/network_session_configurator",
1350 "//components/network_time", 1350 "//components/network_time",
1351 "//components/ntp_snippets", 1351 "//components/ntp_snippets",
1352 "//components/ntp_tiles", 1352 "//components/ntp_tiles",
1353 "//components/offline_pages", 1353 "//components/offline_pages/core",
1354 "//components/offline_pages/background:background_offliner", 1354 "//components/offline_pages/core/background:background_offliner",
1355 "//components/offline_pages/downloads:offline_pages_ui_adapter", 1355 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1356 "//components/offline_pages/request_header:request_header", 1356 "//components/offline_pages/core/request_header:request_header",
1357 "//components/omnibox/browser", 1357 "//components/omnibox/browser",
1358 "//components/os_crypt", 1358 "//components/os_crypt",
1359 "//components/packed_ct_ev_whitelist", 1359 "//components/packed_ct_ev_whitelist",
1360 "//components/password_manager/content/browser", 1360 "//components/password_manager/content/browser",
1361 "//components/password_manager/core/browser", 1361 "//components/password_manager/core/browser",
1362 "//components/password_manager/core/common", 1362 "//components/password_manager/core/common",
1363 "//components/password_manager/sync/browser", 1363 "//components/password_manager/sync/browser",
1364 "//components/policy:generated", 1364 "//components/policy:generated",
1365 "//components/policy/core/browser", 1365 "//components/policy/core/browser",
1366 "//components/policy/proto", 1366 "//components/policy/proto",
(...skipping 3044 matching lines...) Expand 10 before | Expand all | Expand 10 after
4411 # linking all of the test support. 4411 # linking all of the test support.
4412 static_library("pepper_cdm_test_constants") { 4412 static_library("pepper_cdm_test_constants") {
4413 testonly = true 4413 testonly = true
4414 visibility = [ "//chrome/*" ] 4414 visibility = [ "//chrome/*" ]
4415 sources = [ 4415 sources = [
4416 "media/pepper_cdm_test_constants.cc", 4416 "media/pepper_cdm_test_constants.cc",
4417 "media/pepper_cdm_test_constants.h", 4417 "media/pepper_cdm_test_constants.h",
4418 ] 4418 ]
4419 } 4419 }
4420 } 4420 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | components/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698