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

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

Issue 399683005: Enable more tests in GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more android printing mode Created 6 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « components/sync_driver/BUILD.gn ('k') | skia/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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc", 83 "$root_gen_dir/ui/resources/grit/webui_resources_map.cc",
84 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc", 84 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.cc",
85 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h", 85 "$root_gen_dir/content/browser/devtools/devtools_protocol_constants.h",
86 ], ".") 86 ], ".")
87 87
88 # Non-iOS deps. 88 # Non-iOS deps.
89 deps += [ 89 deps += [
90 "//content/browser/devtools:resources", 90 "//content/browser/devtools:resources",
91 "//content/common:mojo_bindings", 91 "//content/common:mojo_bindings",
92 "//cc", 92 "//cc",
93 "//cc:cc_surfaces", 93 "//cc/surfaces",
94 "//mojo/public/cpp/bindings", 94 "//mojo/public/cpp/bindings",
95 "//mojo/public/interfaces/service_provider", 95 "//mojo/public/interfaces/service_provider",
96 "//mojo/public/js/bindings", 96 "//mojo/public/js/bindings",
97 "//net:http_server", 97 "//net:http_server",
98 "//third_party/icu", 98 "//third_party/icu",
99 "//third_party/leveldatabase", 99 "//third_party/leveldatabase",
100 "//third_party/libyuv", 100 "//third_party/libyuv",
101 "//ui/resources", 101 "//ui/resources",
102 "//ui/surface", 102 "//ui/surface",
103 "//webkit:resources", 103 "//webkit:resources",
(...skipping 286 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 sources -= [ 390 sources -= [
391 "geolocation/empty_wifi_data_provider.cc", 391 "geolocation/empty_wifi_data_provider.cc",
392 ] 392 ]
393 deps += [ "//dbus" ] 393 deps += [ "//dbus" ]
394 } else { 394 } else {
395 # This will already have gotten removed for all non-Linux cases. 395 # This will already have gotten removed for all non-Linux cases.
396 sources -= [ "geolocation/wifi_data_provider_linux.cc" ] 396 sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
397 } 397 }
398 } 398 }
399 } 399 }
OLDNEW
« no previous file with comments | « components/sync_driver/BUILD.gn ('k') | skia/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698