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

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

Issue 2333003002: Changed previews component to be a layered component. (Closed)
Patch Set: Rebased on master Created 4 years, 3 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/android/offline_pages/offline_page_request_job.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 1322 matching lines...) Expand 10 before | Expand all | Expand 10 after
1333 "//components/omnibox/browser", 1333 "//components/omnibox/browser",
1334 "//components/os_crypt", 1334 "//components/os_crypt",
1335 "//components/packed_ct_ev_whitelist", 1335 "//components/packed_ct_ev_whitelist",
1336 "//components/password_manager/content/browser", 1336 "//components/password_manager/content/browser",
1337 "//components/password_manager/core/browser", 1337 "//components/password_manager/core/browser",
1338 "//components/password_manager/core/common", 1338 "//components/password_manager/core/common",
1339 "//components/password_manager/sync/browser", 1339 "//components/password_manager/sync/browser",
1340 "//components/policy:generated", 1340 "//components/policy:generated",
1341 "//components/policy/core/browser", 1341 "//components/policy/core/browser",
1342 "//components/policy/proto", 1342 "//components/policy/proto",
1343 "//components/previews", 1343 "//components/previews/core",
1344 "//components/profile_metrics", 1344 "//components/profile_metrics",
1345 "//components/proxy_config", 1345 "//components/proxy_config",
1346 "//components/proxy_config", 1346 "//components/proxy_config",
1347 "//components/query_parser", 1347 "//components/query_parser",
1348 "//components/rappor", 1348 "//components/rappor",
1349 "//components/renderer_context_menu", 1349 "//components/renderer_context_menu",
1350 "//components/resources", 1350 "//components/resources",
1351 "//components/safe_browsing_db", 1351 "//components/safe_browsing_db",
1352 "//components/safe_json", 1352 "//components/safe_json",
1353 "//components/search", 1353 "//components/search",
(...skipping 2894 matching lines...) Expand 10 before | Expand all | Expand 10 after
4248 # linking all of the test support. 4248 # linking all of the test support.
4249 static_library("pepper_cdm_test_constants") { 4249 static_library("pepper_cdm_test_constants") {
4250 testonly = true 4250 testonly = true
4251 visibility = [ "//chrome/*" ] 4251 visibility = [ "//chrome/*" ]
4252 sources = [ 4252 sources = [
4253 "media/pepper_cdm_test_constants.cc", 4253 "media/pepper_cdm_test_constants.cc",
4254 "media/pepper_cdm_test_constants.h", 4254 "media/pepper_cdm_test_constants.h",
4255 ] 4255 ]
4256 } 4256 }
4257 } 4257 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/android/offline_pages/offline_page_request_job.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698