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

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

Issue 2738613003: predictors: Add Manifest table to ResourcePrefetchPredictor. (Closed)
Patch Set: Add caution message. 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
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor.h » ('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 1461 matching lines...) Expand 10 before | Expand all | Expand 10 after
1472 "//components/packed_ct_ev_whitelist", 1472 "//components/packed_ct_ev_whitelist",
1473 "//components/password_manager/content/browser", 1473 "//components/password_manager/content/browser",
1474 "//components/password_manager/core/browser", 1474 "//components/password_manager/core/browser",
1475 "//components/password_manager/core/common", 1475 "//components/password_manager/core/common",
1476 "//components/password_manager/sync/browser", 1476 "//components/password_manager/sync/browser",
1477 "//components/payments/content:payment_app", 1477 "//components/payments/content:payment_app",
1478 "//components/payments/content:payment_request", 1478 "//components/payments/content:payment_request",
1479 "//components/policy:generated", 1479 "//components/policy:generated",
1480 "//components/policy/core/browser", 1480 "//components/policy/core/browser",
1481 "//components/policy/proto", 1481 "//components/policy/proto",
1482 "//components/precache/core:proto",
1482 "//components/prefs:prefs", 1483 "//components/prefs:prefs",
1483 "//components/previews/core", 1484 "//components/previews/core",
1484 "//components/profile_metrics", 1485 "//components/profile_metrics",
1485 "//components/proxy_config", 1486 "//components/proxy_config",
1486 "//components/query_parser", 1487 "//components/query_parser",
1487 "//components/rappor", 1488 "//components/rappor",
1488 "//components/rappor:rappor_recorder", 1489 "//components/rappor:rappor_recorder",
1489 "//components/renderer_context_menu", 1490 "//components/renderer_context_menu",
1490 "//components/resources", 1491 "//components/resources",
1491 "//components/safe_browsing_db", 1492 "//components/safe_browsing_db",
(...skipping 3062 matching lines...) Expand 10 before | Expand all | Expand 10 after
4554 "media/pepper_cdm_test_constants.cc", 4555 "media/pepper_cdm_test_constants.cc",
4555 "media/pepper_cdm_test_constants.h", 4556 "media/pepper_cdm_test_constants.h",
4556 ] 4557 ]
4557 } 4558 }
4558 } 4559 }
4559 4560
4560 service_manifest("preferences_manifest") { 4561 service_manifest("preferences_manifest") {
4561 name = "preferences" 4562 name = "preferences"
4562 source = "prefs/preferences_manifest.json" 4563 source = "prefs/preferences_manifest.json"
4563 } 4564 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/predictors/resource_prefetch_predictor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698