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

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

Issue 1250273002: Add precompiled headers to GN build for large targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mergey-wergey Created 5 years, 4 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 | « chrome/browser/BUILD.gn ('k') | chrome/browser/extensions/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 if (!is_android) { 5 if (!is_android) {
6 import("//tools/grit/grit_rule.gni") 6 import("//tools/grit/grit_rule.gni")
7 } 7 }
8 8
9 action("devtools_protocol_constants") { 9 action("devtools_protocol_constants") {
10 script = "devtools_protocol_constants_generator.py" 10 script = "devtools_protocol_constants_generator.py"
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "devtools_network_transaction_factory.cc", 45 "devtools_network_transaction_factory.cc",
46 "devtools_network_transaction_factory.h", 46 "devtools_network_transaction_factory.h",
47 "devtools_protocol.cc", 47 "devtools_protocol.cc",
48 "devtools_protocol.h", 48 "devtools_protocol.h",
49 ] 49 ]
50 sources += get_target_outputs(":devtools_protocol_constants") 50 sources += get_target_outputs(":devtools_protocol_constants")
51 51
52 configs += [ 52 configs += [
53 "//build/config/compiler:no_size_t_to_int_warning", 53 "//build/config/compiler:no_size_t_to_int_warning",
54 "//build/config/compiler:wexit_time_destructors", 54 "//build/config/compiler:wexit_time_destructors",
55 "//build/config:precompiled_headers",
55 "//third_party/WebKit/public:debug_devtools", 56 "//third_party/WebKit/public:debug_devtools",
56 ] 57 ]
57 58
58 deps = [ 59 deps = [
59 ":devtools_protocol_constants", 60 ":devtools_protocol_constants",
60 "//base", 61 "//base",
61 "//content/public/browser", 62 "//content/public/browser",
62 "//net", 63 "//net",
63 ] 64 ]
64 65
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
140 source = "device/webrtc/resources.grd" 141 source = "device/webrtc/resources.grd"
141 output_dir = "$root_gen_dir/chrome" 142 output_dir = "$root_gen_dir/chrome"
142 outputs = [ 143 outputs = [
143 "grit/webrtc_device_provider_resources.h", 144 "grit/webrtc_device_provider_resources.h",
144 "grit/webrtc_device_provider_resources_map.cc", 145 "grit/webrtc_device_provider_resources_map.cc",
145 "grit/webrtc_device_provider_resources_map.h", 146 "grit/webrtc_device_provider_resources_map.h",
146 "webrtc_device_provider_resources.pak", 147 "webrtc_device_provider_resources.pak",
147 ] 148 ]
148 } 149 }
149 } 150 }
OLDNEW
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/extensions/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698