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

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

Issue 673843002: Splits components/sessions into separate core and content targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update comments. Created 6 years, 2 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/chrome_browser.gypi » ('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/crypto.gni") 5 import("//build/config/crypto.gni")
6 import("//build/config/features.gni") 6 import("//build/config/features.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 9 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
10 # produces a conflict for the "grit" template so we have to only include one. 10 # produces a conflict for the "grit" template so we have to only include one.
(...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 "//apps", 166 "//apps",
167 "//cc", 167 "//cc",
168 "//chrome/browser/devtools", 168 "//chrome/browser/devtools",
169 "//chrome/installer/util", 169 "//chrome/installer/util",
170 "//components/autofill/content/browser", 170 "//components/autofill/content/browser",
171 "//components/dom_distiller/content", 171 "//components/dom_distiller/content",
172 "//components/keyed_service/content", 172 "//components/keyed_service/content",
173 "//components/navigation_interception", 173 "//components/navigation_interception",
174 "//components/password_manager/content/browser", 174 "//components/password_manager/content/browser",
175 "//components/precache/content", 175 "//components/precache/content",
176 "//components/sessions", 176 "//components/sessions:sessions_content",
177 "//components/storage_monitor", 177 "//components/storage_monitor",
178 "//components/translate/content/browser", 178 "//components/translate/content/browser",
179 "//components/url_matcher", 179 "//components/url_matcher",
180 "//components/visitedlink/browser", 180 "//components/visitedlink/browser",
181 "//components/visitedlink/common", 181 "//components/visitedlink/common",
182 "//components/web_cache/browser", 182 "//components/web_cache/browser",
183 "//components/web_modal", 183 "//components/web_modal",
184 "//content/app/resources", 184 "//content/app/resources",
185 "//media", 185 "//media",
186 "//media/cast:net", 186 "//media/cast:net",
(...skipping 759 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 ] 946 ]
947 } 947 }
948 948
949 if (enable_wifi_bootstrapping) { 949 if (enable_wifi_bootstrapping) {
950 sources += [ 950 sources += [
951 "local_discovery/wifi/mock_wifi_manager.cc", 951 "local_discovery/wifi/mock_wifi_manager.cc",
952 "local_discovery/wifi/mock_wifi_manager.h", 952 "local_discovery/wifi/mock_wifi_manager.h",
953 ] 953 ]
954 } 954 }
955 } 955 }
OLDNEW
« no previous file with comments | « no previous file | chrome/chrome_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698