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

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: Test change to build Created 5 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/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 8
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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "//components/content_settings/core/common", 91 "//components/content_settings/core/common",
92 "//components/crx_file", 92 "//components/crx_file",
93 "//components/data_reduction_proxy/core/browser", 93 "//components/data_reduction_proxy/core/browser",
94 "//components/device_event_log", 94 "//components/device_event_log",
95 "//components/domain_reliability", 95 "//components/domain_reliability",
96 "//components/enhanced_bookmarks", 96 "//components/enhanced_bookmarks",
97 "//components/favicon/core", 97 "//components/favicon/core",
98 "//components/favicon_base", 98 "//components/favicon_base",
99 "//components/gcm_driver", 99 "//components/gcm_driver",
100 "//components/google/core/browser", 100 "//components/google/core/browser",
101 "//components/guest_view:guest_view",
101 "//components/handoff", 102 "//components/handoff",
102 "//components/history/core/browser", 103 "//components/history/core/browser",
103 "//components/history/core/common", 104 "//components/history/core/common",
104 "//components/infobars/core", 105 "//components/infobars/core",
105 "//components/invalidation", 106 "//components/invalidation",
106 "//components/metrics:gpu", 107 "//components/metrics:gpu",
107 "//components/metrics:net", 108 "//components/metrics:net",
108 "//components/metrics:profiler", 109 "//components/metrics:profiler",
109 "//components/metrics/proto:proto", 110 "//components/metrics/proto:proto",
110 "//components/navigation_metrics", 111 "//components/navigation_metrics",
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after
1128 ] 1129 ]
1129 } 1130 }
1130 1131
1131 if (enable_wifi_bootstrapping) { 1132 if (enable_wifi_bootstrapping) {
1132 sources += [ 1133 sources += [
1133 "local_discovery/wifi/mock_wifi_manager.cc", 1134 "local_discovery/wifi/mock_wifi_manager.cc",
1134 "local_discovery/wifi/mock_wifi_manager.h", 1135 "local_discovery/wifi/mock_wifi_manager.h",
1135 ] 1136 ]
1136 } 1137 }
1137 } 1138 }
OLDNEW
« no previous file with comments | « build/gyp_chromium ('k') | chrome/browser/DEPS » ('j') | components/guest_view/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698