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

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

Issue 2706343007: Only show Last N Pages in the UI when the corresponding tab is visible. (cont'd) (Closed)
Patch Set: Rebase. Created 3 years, 9 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 1440 matching lines...) Expand 10 before | Expand all | Expand 10 after
1451 "//components/net_log", 1451 "//components/net_log",
1452 "//components/network_hints/common", 1452 "//components/network_hints/common",
1453 "//components/network_session_configurator", 1453 "//components/network_session_configurator",
1454 "//components/network_time", 1454 "//components/network_time",
1455 "//components/ntp_snippets", 1455 "//components/ntp_snippets",
1456 "//components/ntp_tiles", 1456 "//components/ntp_tiles",
1457 "//components/offline_pages/content/background_loader", 1457 "//components/offline_pages/content/background_loader",
1458 "//components/offline_pages/core", 1458 "//components/offline_pages/core",
1459 "//components/offline_pages/core/background:background_offliner", 1459 "//components/offline_pages/core/background:background_offliner",
1460 "//components/offline_pages/core/downloads:offline_pages_ui_adapter", 1460 "//components/offline_pages/core/downloads:offline_pages_ui_adapter",
1461 "//components/offline_pages/core/recent_tabs",
1461 "//components/offline_pages/core/request_header:request_header", 1462 "//components/offline_pages/core/request_header:request_header",
1462 "//components/omnibox/browser", 1463 "//components/omnibox/browser",
1463 "//components/os_crypt", 1464 "//components/os_crypt",
1464 "//components/packed_ct_ev_whitelist", 1465 "//components/packed_ct_ev_whitelist",
1465 "//components/password_manager/content/browser", 1466 "//components/password_manager/content/browser",
1466 "//components/password_manager/core/browser", 1467 "//components/password_manager/core/browser",
1467 "//components/password_manager/core/common", 1468 "//components/password_manager/core/common",
1468 "//components/password_manager/sync/browser", 1469 "//components/password_manager/sync/browser",
1469 "//components/payments/content:payment_app", 1470 "//components/payments/content:payment_app",
1470 "//components/payments/content:payment_request", 1471 "//components/payments/content:payment_request",
(...skipping 3073 matching lines...) Expand 10 before | Expand all | Expand 10 after
4544 "media/pepper_cdm_test_constants.cc", 4545 "media/pepper_cdm_test_constants.cc",
4545 "media/pepper_cdm_test_constants.h", 4546 "media/pepper_cdm_test_constants.h",
4546 ] 4547 ]
4547 } 4548 }
4548 } 4549 }
4549 4550
4550 service_manifest("preferences_manifest") { 4551 service_manifest("preferences_manifest") {
4551 name = "preferences" 4552 name = "preferences"
4552 source = "prefs/preferences_manifest.json" 4553 source = "prefs/preferences_manifest.json"
4553 } 4554 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698