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

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

Issue 862813002: WIP: Prototype OOP V8 PAC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Slight cleanup and report JS memory usage. Created 5 years, 10 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 | « no previous file | chrome/browser/net/proxy_service_factory.cc » ('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 9
10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which 10 # //build/config/android/rules.gni imports //tools/grit/grit_rule.gni, which
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 "//components/visitedlink/browser", 238 "//components/visitedlink/browser",
239 "//components/visitedlink/common", 239 "//components/visitedlink/common",
240 "//components/web_cache/browser", 240 "//components/web_cache/browser",
241 "//components/web_modal", 241 "//components/web_modal",
242 "//content/app/resources", 242 "//content/app/resources",
243 "//media", 243 "//media",
244 "//mojo/common", 244 "//mojo/common",
245 "//mojo/environment:chromium", 245 "//mojo/environment:chromium",
246 "//net:extras", 246 "//net:extras",
247 "//net:net_with_v8", 247 "//net:net_with_v8",
248 "//net:resolver_mojom",
249 "//net:net_mojom",
248 "//storage/browser", 250 "//storage/browser",
249 "//storage/common", 251 "//storage/common",
250 "//third_party/WebKit/public:resources", 252 "//third_party/WebKit/public:resources",
251 "//third_party/expat", 253 "//third_party/expat",
252 "//third_party/leveldatabase", 254 "//third_party/leveldatabase",
253 "//third_party/libaddressinput", 255 "//third_party/libaddressinput",
254 "//third_party/libyuv", 256 "//third_party/libyuv",
255 "//third_party/mojo/src/mojo/edk/system", 257 "//third_party/mojo/src/mojo/edk/system",
256 "//third_party/mojo/src/mojo/public/cpp/bindings", 258 "//third_party/mojo/src/mojo/public/cpp/bindings",
257 "//third_party/mojo/src/mojo/public/js", 259 "//third_party/mojo/src/mojo/public/js",
(...skipping 813 matching lines...) Expand 10 before | Expand all | Expand 10 after
1071 ] 1073 ]
1072 } 1074 }
1073 1075
1074 if (enable_wifi_bootstrapping) { 1076 if (enable_wifi_bootstrapping) {
1075 sources += [ 1077 sources += [
1076 "local_discovery/wifi/mock_wifi_manager.cc", 1078 "local_discovery/wifi/mock_wifi_manager.cc",
1077 "local_discovery/wifi/mock_wifi_manager.h", 1079 "local_discovery/wifi/mock_wifi_manager.h",
1078 ] 1080 ]
1079 } 1081 }
1080 } 1082 }
OLDNEW
« no previous file with comments | « no previous file | chrome/browser/net/proxy_service_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698