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

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

Issue 1191393008: Introduce a layering in the invalidation component as public and impl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Explicitly forbid content to prevent future additions 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 | « chrome/android/BUILD.gn ('k') | chrome/browser/android/chrome_jni_registrar.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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/instance_id", 110 "//components/gcm_driver/instance_id",
111 "//components/google/core/browser", 111 "//components/google/core/browser",
112 "//components/guest_view/browser", 112 "//components/guest_view/browser",
113 "//components/handoff", 113 "//components/handoff",
114 "//components/history/core/browser", 114 "//components/history/core/browser",
115 "//components/history/core/common", 115 "//components/history/core/common",
116 "//components/infobars/core", 116 "//components/infobars/core",
117 "//components/invalidation", 117 "//components/invalidation/impl",
118 "//components/metrics:gpu", 118 "//components/metrics:gpu",
119 "//components/metrics:net", 119 "//components/metrics:net",
120 "//components/metrics:profiler", 120 "//components/metrics:profiler",
121 "//components/metrics/proto:proto", 121 "//components/metrics/proto:proto",
122 "//components/mime_util", 122 "//components/mime_util",
123 "//components/navigation_metrics", 123 "//components/navigation_metrics",
124 "//components/network_time", 124 "//components/network_time",
125 "//components/offline_pages", 125 "//components/offline_pages",
126 "//components/omnibox", 126 "//components/omnibox",
127 "//components/os_crypt", 127 "//components/os_crypt",
(...skipping 894 matching lines...) Expand 10 before | Expand all | Expand 10 after
1022 1022
1023 public_deps = [ 1023 public_deps = [
1024 ":browser", 1024 ":browser",
1025 "//chrome/browser/ui:test_support", 1025 "//chrome/browser/ui:test_support",
1026 ] 1026 ]
1027 deps = [ 1027 deps = [
1028 "//base:prefs_test_support", 1028 "//base:prefs_test_support",
1029 "//chrome/browser", 1029 "//chrome/browser",
1030 "//chrome/common", 1030 "//chrome/common",
1031 "//chrome/common/safe_browsing:proto", 1031 "//chrome/common/safe_browsing:proto",
1032 "//components/invalidation", 1032 "//components/invalidation/impl",
1033 "//components/invalidation:test_support", 1033 "//components/invalidation/impl:test_support",
1034 "//components/password_manager/core/browser:test_support", 1034 "//components/password_manager/core/browser:test_support",
1035 "//components/search_engines:test_support", 1035 "//components/search_engines:test_support",
1036 "//content/test:test_support", 1036 "//content/test:test_support",
1037 "//chrome/app/theme:theme_resources", 1037 "//chrome/app/theme:theme_resources",
1038 "//net:test_support", 1038 "//net:test_support",
1039 "//skia", 1039 "//skia",
1040 "//testing/gmock", 1040 "//testing/gmock",
1041 "//testing/gtest", 1041 "//testing/gtest",
1042 "//ui/gfx", 1042 "//ui/gfx",
1043 ] 1043 ]
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
1180 ] 1180 ]
1181 } 1181 }
1182 1182
1183 if (enable_wifi_bootstrapping) { 1183 if (enable_wifi_bootstrapping) {
1184 sources += [ 1184 sources += [
1185 "local_discovery/wifi/mock_wifi_manager.cc", 1185 "local_discovery/wifi/mock_wifi_manager.cc",
1186 "local_discovery/wifi/mock_wifi_manager.h", 1186 "local_discovery/wifi/mock_wifi_manager.h",
1187 ] 1187 ]
1188 } 1188 }
1189 } 1189 }
OLDNEW
« no previous file with comments | « chrome/android/BUILD.gn ('k') | chrome/browser/android/chrome_jni_registrar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698