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

Side by Side Diff: chrome/browser/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 | « build/whitespace_file.txt ('k') | chrome/browser/extensions/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/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 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "//components/web_modal", 159 "//components/web_modal",
160 "//content/app/resources", 160 "//content/app/resources",
161 "//media", 161 "//media",
162 "//media/cast:net", 162 "//media/cast:net",
163 "//mojo/environment:chromium", 163 "//mojo/environment:chromium",
164 "//mojo/public/cpp/bindings", 164 "//mojo/public/cpp/bindings",
165 "//mojo/public/js/bindings", 165 "//mojo/public/js/bindings",
166 "//mojo/system", 166 "//mojo/system",
167 "//net:extras", 167 "//net:extras",
168 "//net:net_with_v8", 168 "//net:net_with_v8",
169 "//storage/common",
169 "//third_party/WebKit/public:resources", 170 "//third_party/WebKit/public:resources",
170 "//third_party/expat", 171 "//third_party/expat",
171 "//third_party/leveldatabase", 172 "//third_party/leveldatabase",
172 "//third_party/libaddressinput", 173 "//third_party/libaddressinput",
173 "//third_party/libyuv", 174 "//third_party/libyuv",
174 "//third_party/npapi", 175 "//third_party/npapi",
175 "//third_party/re2", 176 "//third_party/re2",
176 "//third_party/smhasher:cityhash", 177 "//third_party/smhasher:cityhash",
177 "//third_party/webrtc/modules/desktop_capture", 178 "//third_party/webrtc/modules/desktop_capture",
178 "//ui/gl", 179 "//ui/gl",
179 "//ui/surface", 180 "//ui/surface",
180 "//ui/web_dialogs", 181 "//ui/web_dialogs",
181 "//v8", 182 "//v8",
182 "//webkit/browser:storage", 183 "//webkit/browser:storage",
183 "//webkit/common",
184 "//webkit/common:storage_common",
185 ## TODO(tonyg): Remove this dependency (crbug.com/280157). 184 ## TODO(tonyg): Remove this dependency (crbug.com/280157).
186 #"../testing/perf/perf_test.gyp:*", TODO(GYP) 185 #"../testing/perf/perf_test.gyp:*", TODO(GYP)
187 ] 186 ]
188 } else { # iOS 187 } else { # iOS
189 sources += rebase_path(gypi_values.chrome_browser_ios_sources, 188 sources += rebase_path(gypi_values.chrome_browser_ios_sources,
190 ".", "//chrome") 189 ".", "//chrome")
191 deps += [ 190 deps += [
192 "//net", 191 "//net",
193 ] 192 ]
194 libs += [ 193 libs += [
(...skipping 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 # TODO(GYP) write internal action 661 # TODO(GYP) write internal action
663 if (false) { #if (is_chrome_branded) { 662 if (false) { #if (is_chrome_branded) {
664 action("chrome_internal_resources_gen") { 663 action("chrome_internal_resources_gen") {
665 # TODO(GYP) 664 # TODO(GYP)
666 } 665 }
667 } else { 666 } else {
668 group("chrome_internal_resources_gen") { 667 group("chrome_internal_resources_gen") {
669 # Empty placeholder. 668 # Empty placeholder.
670 } 669 }
671 } 670 }
OLDNEW
« no previous file with comments | « build/whitespace_file.txt ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698