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

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

Issue 524983002: Move fileapi-related files from webkit/common/ to storage/common/ and set up redirect headers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix presubmit 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 | « chrome/chrome_browser_ui.gypi ('k') | content/browser/BUILD.gn » ('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/features.gni") 5 import("//build/config/features.gni")
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 7
8 gypi_values = exec_script( 8 gypi_values = exec_script(
9 "//build/gypi_to_gn.py", 9 "//build/gypi_to_gn.py",
10 [ rebase_path("../chrome_renderer.gypi") ], 10 [ rebase_path("../chrome_renderer.gypi") ],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 "//skia", 58 "//skia",
59 "//third_party/WebKit/public:blink", 59 "//third_party/WebKit/public:blink",
60 "//third_party/WebKit/public:resources", 60 "//third_party/WebKit/public:resources",
61 "//third_party/icu", 61 "//third_party/icu",
62 "//third_party/npapi", 62 "//third_party/npapi",
63 "//third_party/re2", 63 "//third_party/re2",
64 "//third_party/widevine/cdm:version_h", 64 "//third_party/widevine/cdm:version_h",
65 "//ui/surface", 65 "//ui/surface",
66 "//v8:v8", 66 "//v8:v8",
67 "//webkit/child", 67 "//webkit/child",
68 "//webkit/common", 68 "//storage/common",
69 ] 69 ]
70 70
71 if (enable_nacl) { 71 if (enable_nacl) {
72 deps += [ 72 deps += [
73 #'../components/nacl.gyp:nacl', TODO(GYP) 73 #'../components/nacl.gyp:nacl', TODO(GYP)
74 #'../components/nacl.gyp:nacl_renderer', TODO(GYP) 74 #'../components/nacl.gyp:nacl_renderer', TODO(GYP)
75 ] 75 ]
76 } 76 }
77 77
78 if (enable_plugins) { 78 if (enable_plugins) {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 # We should isolate the APIs needed by the renderer. 152 # We should isolate the APIs needed by the renderer.
153 "//chrome/common/extensions/api", 153 "//chrome/common/extensions/api",
154 ] 154 ]
155 } 155 }
156 156
157 # TODO(GYP) 157 # TODO(GYP)
158 # 'sources': [ 158 # 'sources': [
159 # 'renderer/printing/print_web_view_helper_pdf_win.cc', 159 # 'renderer/printing/print_web_view_helper_pdf_win.cc',
160 # ], 160 # ],
161 } 161 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698