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

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

Issue 703273002: Update mojo sdk to rev 04a510fb37db10642e156957f9b2c11c2f6442ac (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix content/child -> mojo/common linking Created 6 years, 1 month 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/browser/resources/omnibox/omnibox.js » ('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 # //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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 "//components/visitedlink/common", 182 "//components/visitedlink/common",
183 "//components/web_cache/browser", 183 "//components/web_cache/browser",
184 "//components/web_modal", 184 "//components/web_modal",
185 "//content/app/resources", 185 "//content/app/resources",
186 "//media", 186 "//media",
187 "//media/cast:net", 187 "//media/cast:net",
188 "//mojo/common", 188 "//mojo/common",
189 "//mojo/edk/system", 189 "//mojo/edk/system",
190 "//mojo/environment:chromium", 190 "//mojo/environment:chromium",
191 "//mojo/public/cpp/bindings", 191 "//mojo/public/cpp/bindings",
192 "//mojo/public/js/bindings", 192 "//mojo/public/js",
193 "//net:extras", 193 "//net:extras",
194 "//net:net_with_v8", 194 "//net:net_with_v8",
195 "//storage/browser", 195 "//storage/browser",
196 "//storage/common", 196 "//storage/common",
197 "//third_party/WebKit/public:resources", 197 "//third_party/WebKit/public:resources",
198 "//third_party/expat", 198 "//third_party/expat",
199 "//third_party/leveldatabase", 199 "//third_party/leveldatabase",
200 "//third_party/libaddressinput", 200 "//third_party/libaddressinput",
201 "//third_party/libyuv", 201 "//third_party/libyuv",
202 "//third_party/npapi", 202 "//third_party/npapi",
(...skipping 761 matching lines...) Expand 10 before | Expand all | Expand 10 after
964 ] 964 ]
965 } 965 }
966 966
967 if (enable_wifi_bootstrapping) { 967 if (enable_wifi_bootstrapping) {
968 sources += [ 968 sources += [
969 "local_discovery/wifi/mock_wifi_manager.cc", 969 "local_discovery/wifi/mock_wifi_manager.cc",
970 "local_discovery/wifi/mock_wifi_manager.h", 970 "local_discovery/wifi/mock_wifi_manager.h",
971 ] 971 ]
972 } 972 }
973 } 973 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/resources/omnibox/omnibox.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698