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

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

Issue 2832633002: Add PDF compositor service (Closed)
Patch Set: remove headers Created 3 years, 8 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 1508 matching lines...) Expand 10 before | Expand all | Expand 10 after
1519 "//components/password_manager/sync/browser", 1519 "//components/password_manager/sync/browser",
1520 "//components/payments/mojom", 1520 "//components/payments/mojom",
1521 "//components/payments/mojom:mojom_payment_app", 1521 "//components/payments/mojom:mojom_payment_app",
1522 "//components/physical_web/eddystone", 1522 "//components/physical_web/eddystone",
1523 "//components/policy:generated", 1523 "//components/policy:generated",
1524 "//components/policy/core/browser", 1524 "//components/policy/core/browser",
1525 "//components/policy/proto", 1525 "//components/policy/proto",
1526 "//components/precache/core", 1526 "//components/precache/core",
1527 "//components/prefs:prefs", 1527 "//components/prefs:prefs",
1528 "//components/previews/core", 1528 "//components/previews/core",
1529 "//components/printing/service/public/interfaces",
Lei Zhang 2017/04/22 00:12:26 Should this be down in the "if (enable_basic_print
Wei Li 2017/04/27 05:34:16 Done.
1529 "//components/profile_metrics", 1530 "//components/profile_metrics",
1530 "//components/proxy_config", 1531 "//components/proxy_config",
1531 "//components/query_parser", 1532 "//components/query_parser",
1532 "//components/rappor", 1533 "//components/rappor",
1533 "//components/rappor:rappor_recorder", 1534 "//components/rappor:rappor_recorder",
1534 "//components/renderer_context_menu", 1535 "//components/renderer_context_menu",
1535 "//components/resources", 1536 "//components/resources",
1536 "//components/safe_browsing_db", 1537 "//components/safe_browsing_db",
1537 "//components/safe_json", 1538 "//components/safe_json",
1538 "//components/search", 1539 "//components/search",
(...skipping 3153 matching lines...) Expand 10 before | Expand all | Expand 10 after
4692 "media/pepper_cdm_test_constants.cc", 4693 "media/pepper_cdm_test_constants.cc",
4693 "media/pepper_cdm_test_constants.h", 4694 "media/pepper_cdm_test_constants.h",
4694 ] 4695 ]
4695 } 4696 }
4696 } 4697 }
4697 4698
4698 service_manifest("preferences_forwarder_manifest") { 4699 service_manifest("preferences_forwarder_manifest") {
4699 name = "preferences_forwarder" 4700 name = "preferences_forwarder"
4700 source = "prefs/forwarder_manifest.json" 4701 source = "prefs/forwarder_manifest.json"
4701 } 4702 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/chrome_content_browser_client.cc » ('j') | chrome/browser/chrome_content_browser_client.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698