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

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

Issue 1259613002: Revert of Hook up the Push API with GCM's new ability to own encryption keys. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gcm-encryption
Patch Set: Created 5 years, 5 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/push_messaging/push_messaging_browsertest.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("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 "//components/content_settings/core/browser", 100 "//components/content_settings/core/browser",
101 "//components/content_settings/core/common", 101 "//components/content_settings/core/common",
102 "//components/crx_file", 102 "//components/crx_file",
103 "//components/data_reduction_proxy/core/browser", 103 "//components/data_reduction_proxy/core/browser",
104 "//components/device_event_log", 104 "//components/device_event_log",
105 "//components/domain_reliability", 105 "//components/domain_reliability",
106 "//components/enhanced_bookmarks", 106 "//components/enhanced_bookmarks",
107 "//components/favicon/core", 107 "//components/favicon/core",
108 "//components/favicon_base", 108 "//components/favicon_base",
109 "//components/gcm_driver", 109 "//components/gcm_driver",
110 "//components/gcm_driver/crypto",
111 "//components/gcm_driver/instance_id", 110 "//components/gcm_driver/instance_id",
112 "//components/google/core/browser", 111 "//components/google/core/browser",
113 "//components/guest_view/browser", 112 "//components/guest_view/browser",
114 "//components/handoff", 113 "//components/handoff",
115 "//components/history/core/browser", 114 "//components/history/core/browser",
116 "//components/history/core/common", 115 "//components/history/core/common",
117 "//components/infobars/core", 116 "//components/infobars/core",
118 "//components/invalidation/impl", 117 "//components/invalidation/impl",
119 "//components/metrics:gpu", 118 "//components/metrics:gpu",
120 "//components/metrics:net", 119 "//components/metrics:net",
(...skipping 1087 matching lines...) Expand 10 before | Expand all | Expand 10 after
1208 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1207 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1209 deps = [ 1208 deps = [
1210 "//components/google/core/browser", 1209 "//components/google/core/browser",
1211 "//components/omnibox/browser", 1210 "//components/omnibox/browser",
1212 "//components/rlz", 1211 "//components/rlz",
1213 "//components/search_engines", 1212 "//components/search_engines",
1214 "//rlz:rlz_lib", 1213 "//rlz:rlz_lib",
1215 ] 1214 ]
1216 } 1215 }
1217 } 1216 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/push_messaging/push_messaging_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698