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

Side by Side Diff: BUILD.gn

Issue 519333002: Move resource_loader_bridge.* from webkit/child to content/child. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add files to content_child.gypi Created 6 years, 3 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/renderer/BUILD.gn » ('j') | content/child/resource_dispatcher.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # This is the root build file for GN. GN will start processing by loading this 5 # This is the root build file for GN. GN will start processing by loading this
6 # file, and recursively load all dependencies until all dependencies are either 6 # file, and recursively load all dependencies until all dependencies are either
7 # resolved or known not to exist (which will cause the build to fail). So if 7 # resolved or known not to exist (which will cause the build to fail). So if
8 # you add a new build file, there must be some path of dependencies from this 8 # you add a new build file, there must be some path of dependencies from this
9 # file to your new one or GN won't know about it. 9 # file to your new one or GN won't know about it.
10 10
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 "//ui/snapshot", 117 "//ui/snapshot",
118 "//ui/strings", 118 "//ui/strings",
119 "//ui/surface", 119 "//ui/surface",
120 "//ui/views", 120 "//ui/views",
121 "//ui/views/controls/webview", 121 "//ui/views/controls/webview",
122 "//ui/web_dialogs", 122 "//ui/web_dialogs",
123 "//ui/wm", 123 "//ui/wm",
124 "//url", 124 "//url",
125 "//v8:v8", 125 "//v8:v8",
126 "//webkit/browser:storage", 126 "//webkit/browser:storage",
127 "//webkit/child",
128 ] 127 ]
129 128
130 if (!is_win) { 129 if (!is_win) {
131 deps += [ "//breakpad:symupload" ] 130 deps += [ "//breakpad:symupload" ]
132 } 131 }
133 132
134 if (is_linux) { 133 if (is_linux) {
135 deps += [ 134 deps += [
136 "//dbus", 135 "//dbus",
137 "//third_party/fontconfig", 136 "//third_party/fontconfig",
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 "//google_apis/gcm", 218 "//google_apis/gcm",
220 "//remoting/client/plugin", 219 "//remoting/client/plugin",
221 "//third_party/cld_2", 220 "//third_party/cld_2",
222 "//third_party/libaddressinput", 221 "//third_party/libaddressinput",
223 "//third_party/ffmpeg", 222 "//third_party/ffmpeg",
224 "//ui:ui_unittests", 223 "//ui:ui_unittests",
225 "//ui/app_list", 224 "//ui/app_list",
226 "//ui/web_dialogs", 225 "//ui/web_dialogs",
227 "//ui/wm", 226 "//ui/wm",
228 "//webkit/browser:storage", 227 "//webkit/browser:storage",
229 "//webkit/child",
230 ] 228 ]
231 } 229 }
232 230
233 if (use_ozone) { 231 if (use_ozone) {
234 deps += [ 232 deps += [
235 "//ui/ozone", 233 "//ui/ozone",
236 "//ui/ozone/demo", 234 "//ui/ozone/demo",
237 ] 235 ]
238 } 236 }
239 } 237 }
OLDNEW
« no previous file with comments | « no previous file | chrome/renderer/BUILD.gn » ('j') | content/child/resource_dispatcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698