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

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

Issue 1102173002: Move GuestView layer in browser to components (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed John's comments Created 5 years, 7 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/DEPS » ('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 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 "//components/content_settings/core/common", 92 "//components/content_settings/core/common",
93 "//components/crx_file", 93 "//components/crx_file",
94 "//components/data_reduction_proxy/core/browser", 94 "//components/data_reduction_proxy/core/browser",
95 "//components/device_event_log", 95 "//components/device_event_log",
96 "//components/domain_reliability", 96 "//components/domain_reliability",
97 "//components/enhanced_bookmarks", 97 "//components/enhanced_bookmarks",
98 "//components/favicon/core", 98 "//components/favicon/core",
99 "//components/favicon_base", 99 "//components/favicon_base",
100 "//components/gcm_driver", 100 "//components/gcm_driver",
101 "//components/google/core/browser", 101 "//components/google/core/browser",
102 "//components/guest_view:guest_view",
102 "//components/handoff", 103 "//components/handoff",
103 "//components/history/core/browser", 104 "//components/history/core/browser",
104 "//components/history/core/common", 105 "//components/history/core/common",
105 "//components/infobars/core", 106 "//components/infobars/core",
106 "//components/invalidation", 107 "//components/invalidation",
107 "//components/metrics:gpu", 108 "//components/metrics:gpu",
108 "//components/metrics:net", 109 "//components/metrics:net",
109 "//components/metrics:profiler", 110 "//components/metrics:profiler",
110 "//components/metrics/proto:proto", 111 "//components/metrics/proto:proto",
111 "//components/mime_util", 112 "//components/mime_util",
(...skipping 1019 matching lines...) Expand 10 before | Expand all | Expand 10 after
1131 ] 1132 ]
1132 } 1133 }
1133 1134
1134 if (enable_wifi_bootstrapping) { 1135 if (enable_wifi_bootstrapping) {
1135 sources += [ 1136 sources += [
1136 "local_discovery/wifi/mock_wifi_manager.cc", 1137 "local_discovery/wifi/mock_wifi_manager.cc",
1137 "local_discovery/wifi/mock_wifi_manager.h", 1138 "local_discovery/wifi/mock_wifi_manager.h",
1138 ] 1139 ]
1139 } 1140 }
1140 } 1141 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698