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

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

Issue 693343003: Update to using //mojo/public/js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 170 matching lines...) Expand 10 before | Expand all | Expand 10 after
181 "//components/visitedlink/common", 181 "//components/visitedlink/common",
182 "//components/web_cache/browser", 182 "//components/web_cache/browser",
183 "//components/web_modal", 183 "//components/web_modal",
184 "//content/app/resources", 184 "//content/app/resources",
185 "//media", 185 "//media",
186 "//media/cast:net", 186 "//media/cast:net",
187 "//mojo/common", 187 "//mojo/common",
188 "//mojo/edk/system", 188 "//mojo/edk/system",
189 "//mojo/environment:chromium", 189 "//mojo/environment:chromium",
190 "//mojo/public/cpp/bindings", 190 "//mojo/public/cpp/bindings",
191 "//mojo/public/js/bindings", 191 "//mojo/public/js",
192 "//net:extras", 192 "//net:extras",
193 "//net:net_with_v8", 193 "//net:net_with_v8",
194 "//storage/browser", 194 "//storage/browser",
195 "//storage/common", 195 "//storage/common",
196 "//third_party/WebKit/public:resources", 196 "//third_party/WebKit/public:resources",
197 "//third_party/expat", 197 "//third_party/expat",
198 "//third_party/leveldatabase", 198 "//third_party/leveldatabase",
199 "//third_party/libaddressinput", 199 "//third_party/libaddressinput",
200 "//third_party/libyuv", 200 "//third_party/libyuv",
201 "//third_party/npapi", 201 "//third_party/npapi",
(...skipping 760 matching lines...) Expand 10 before | Expand all | Expand 10 after
962 ] 962 ]
963 } 963 }
964 964
965 if (enable_wifi_bootstrapping) { 965 if (enable_wifi_bootstrapping) {
966 sources += [ 966 sources += [
967 "local_discovery/wifi/mock_wifi_manager.cc", 967 "local_discovery/wifi/mock_wifi_manager.cc",
968 "local_discovery/wifi/mock_wifi_manager.h", 968 "local_discovery/wifi/mock_wifi_manager.h",
969 ] 969 ]
970 } 970 }
971 } 971 }
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