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

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

Issue 2489443002: Move all components/offline_pages/ files into component/offline_pages/core (Closed)
Patch Set: rebase Created 4 years 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 | « chrome/android/BUILD.gn ('k') | chrome/browser/about_flags.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 1387 matching lines...) Expand 10 before | Expand all | Expand 10 after
1398 "//components/metrics_services_manager", 1398 "//components/metrics_services_manager",
1399 "//components/mime_util", 1399 "//components/mime_util",
1400 "//components/navigation_interception", 1400 "//components/navigation_interception",
1401 "//components/navigation_metrics", 1401 "//components/navigation_metrics",
1402 "//components/net_log", 1402 "//components/net_log",
1403 "//components/network_hints/common", 1403 "//components/network_hints/common",
1404 "//components/network_session_configurator", 1404 "//components/network_session_configurator",
1405 "//components/network_time", 1405 "//components/network_time",
1406 "//components/ntp_snippets", 1406 "//components/ntp_snippets",
1407 "//components/ntp_tiles", 1407 "//components/ntp_tiles",
1408 "//components/offline_pages", 1408 "//components/offline_pages/core",
1409 "//components/offline_pages/background:background_offliner", 1409 "//components/offline_pages/core/background:background_offliner",
1410 "//components/offline_pages/downloads:offline_pages_ui_adapter", 1410 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1411 "//components/offline_pages/request_header:request_header", 1411 "//components/offline_pages/core/request_header:request_header",
1412 "//components/omnibox/browser", 1412 "//components/omnibox/browser",
1413 "//components/os_crypt", 1413 "//components/os_crypt",
1414 "//components/packed_ct_ev_whitelist", 1414 "//components/packed_ct_ev_whitelist",
1415 "//components/password_manager/content/browser", 1415 "//components/password_manager/content/browser",
1416 "//components/password_manager/core/browser", 1416 "//components/password_manager/core/browser",
1417 "//components/password_manager/core/common", 1417 "//components/password_manager/core/common",
1418 "//components/password_manager/sync/browser", 1418 "//components/password_manager/sync/browser",
1419 "//components/payments:payment_request", 1419 "//components/payments:payment_request",
1420 "//components/policy:generated", 1420 "//components/policy:generated",
1421 "//components/policy/core/browser", 1421 "//components/policy/core/browser",
(...skipping 3023 matching lines...) Expand 10 before | Expand all | Expand 10 after
4445 # linking all of the test support. 4445 # linking all of the test support.
4446 static_library("pepper_cdm_test_constants") { 4446 static_library("pepper_cdm_test_constants") {
4447 testonly = true 4447 testonly = true
4448 visibility = [ "//chrome/*" ] 4448 visibility = [ "//chrome/*" ]
4449 sources = [ 4449 sources = [
4450 "media/pepper_cdm_test_constants.cc", 4450 "media/pepper_cdm_test_constants.cc",
4451 "media/pepper_cdm_test_constants.h", 4451 "media/pepper_cdm_test_constants.h",
4452 ] 4452 ]
4453 } 4453 }
4454 } 4454 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/about_flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698