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

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

Issue 381113004: Add chrome/browser/ui to the GN build. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/feedback/proto/BUILD.gn ('k') | content/content_browser.gypi » ('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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
73 # containing the generated code so it should be sufficient to just depend 73 # containing the generated code so it should be sufficient to just depend
74 # on the grit rule. But maybe some of these will need to be added? 74 # on the grit rule. But maybe some of these will need to be added?
75 # 75 #
76 # Need this annoying rebase_path call to match what happened with the 76 # Need this annoying rebase_path call to match what happened with the
77 # sources. 77 # sources.
78 sources -= rebase_path([ 78 sources -= rebase_path([
79 "$root_gen_dir/webkit/grit/devtools_resources.h", 79 "$root_gen_dir/webkit/grit/devtools_resources.h",
80 "$root_gen_dir/webkit/grit/devtools_resources_map.cc", 80 "$root_gen_dir/webkit/grit/devtools_resources_map.cc",
81 "$root_gen_dir/webkit/grit/devtools_resources_map.h", 81 "$root_gen_dir/webkit/grit/devtools_resources_map.h",
82 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h", 82 "$root_gen_dir/content/browser/tracing/grit/tracing_resources.h",
83 "$root_gen_dir/ui/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:cc_surfaces",
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
389 sources -= [ 389 sources -= [
390 "geolocation/empty_wifi_data_provider.cc", 390 "geolocation/empty_wifi_data_provider.cc",
391 ] 391 ]
392 deps += [ "//dbus" ] 392 deps += [ "//dbus" ]
393 } else { 393 } else {
394 # This will already have gotten removed for all non-Linux cases. 394 # This will already have gotten removed for all non-Linux cases.
395 sources -= [ "geolocation/wifi_data_provider_linux.cc" ] 395 sources -= [ "geolocation/wifi_data_provider_linux.cc" ]
396 } 396 }
397 } 397 }
398 } 398 }
OLDNEW
« no previous file with comments | « components/feedback/proto/BUILD.gn ('k') | content/content_browser.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698