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: content/browser/BUILD.gn

Issue 539143002: Migrate webkit/browser/ to storage/browser/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix android build 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/common/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("//build/config/ui.gni") 6 import("//build/config/ui.gni")
7 import("//content/browser/browser.gni") 7 import("//content/browser/browser.gni")
8 8
9 config("storage_config") { 9 config("storage_config") {
10 if (is_android) { 10 if (is_android) {
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "//cc", 91 "//cc",
92 "//cc/surfaces", 92 "//cc/surfaces",
93 "//content/app/resources", 93 "//content/app/resources",
94 "//content/app/strings", 94 "//content/app/strings",
95 "//content/browser/devtools:resources", 95 "//content/browser/devtools:resources",
96 "//content/common:mojo_bindings", 96 "//content/common:mojo_bindings",
97 "//mojo/public/cpp/bindings", 97 "//mojo/public/cpp/bindings",
98 "//mojo/public/interfaces/application", 98 "//mojo/public/interfaces/application",
99 "//mojo/public/js/bindings", 99 "//mojo/public/js/bindings",
100 "//net:http_server", 100 "//net:http_server",
101 "//storage/browser",
101 "//storage/common", 102 "//storage/common",
102 "//third_party/WebKit/public:resources", 103 "//third_party/WebKit/public:resources",
103 "//third_party/angle:commit_id", 104 "//third_party/angle:commit_id",
104 "//third_party/icu", 105 "//third_party/icu",
105 "//third_party/leveldatabase", 106 "//third_party/leveldatabase",
106 "//third_party/libyuv", 107 "//third_party/libyuv",
107 "//ui/resources", 108 "//ui/resources",
108 "//ui/surface", 109 "//ui/surface",
109 "//webkit/browser:storage",
110 ] 110 ]
111 } 111 }
112 112
113 configs += [ 113 configs += [
114 "//content:content_implementation", 114 "//content:content_implementation",
115 115
116 # TODO(GYP) remove this when libjingle_webrtc is working. 116 # TODO(GYP) remove this when libjingle_webrtc is working.
117 "//third_party/libjingle:jingle_direct_dependent_configs", # TODO(GYP) 117 "//third_party/libjingle:jingle_direct_dependent_configs", # TODO(GYP)
118 ] 118 ]
119 119
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 deps += [ "//dbus" ] 404 deps += [ "//dbus" ]
405 } else { 405 } else {
406 # This will already have gotten removed for all non-Linux cases. 406 # This will already have gotten removed for all non-Linux cases.
407 sources -= [ 407 sources -= [
408 "battery_status/battery_status_manager_linux.cc", 408 "battery_status/battery_status_manager_linux.cc",
409 "geolocation/wifi_data_provider_linux.cc", 409 "geolocation/wifi_data_provider_linux.cc",
410 ] 410 ]
411 } 411 }
412 } 412 }
413 } 413 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | content/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698