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

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

Issue 1256223003: Revert "Add precompiled headers to GN build for large targets." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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/extensions/BUILD.gn ('k') | chrome/common/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/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 8
9 gypi_values = exec_script("//build/gypi_to_gn.py", 9 gypi_values = exec_script("//build/gypi_to_gn.py",
10 [ rebase_path("../../chrome_browser_ui.gypi") ], 10 [ rebase_path("../../chrome_browser_ui.gypi") ],
11 "scope", 11 "scope",
12 [ "../../chrome_browser_ui.gypi" ]) 12 [ "../../chrome_browser_ui.gypi" ])
13 13
14 source_set("ui") { 14 source_set("ui") {
15 output_name = "browser_ui" 15 output_name = "browser_ui"
16 16
17 sources = [] 17 sources = []
18 defines = [] 18 defines = []
19 libs = [] 19 libs = []
20 20
21 configs += [ 21 configs += [
22 "//build/config:precompiled_headers",
23 "//build/config/compiler:wexit_time_destructors", 22 "//build/config/compiler:wexit_time_destructors",
24 "//third_party/WebKit/public:debug_devtools", 23 "//third_party/WebKit/public:debug_devtools",
25 ] 24 ]
26 25
27 # Since browser and browser_ui actually depend on each other, 26 # Since browser and browser_ui actually depend on each other,
28 # we must omit the dependency from browser_ui to browser. 27 # we must omit the dependency from browser_ui to browser.
29 # However, this means browser_ui and browser should more or less 28 # However, this means browser_ui and browser should more or less
30 # have the same dependencies. Once browser_ui is untangled from 29 # have the same dependencies. Once browser_ui is untangled from
31 # browser, then we can clean up these dependencies. 30 # browser, then we can clean up these dependencies.
32 public_deps = [ 31 public_deps = [
(...skipping 494 matching lines...) Expand 10 before | Expand all | Expand 10 after
527 "//chrome/browser", 526 "//chrome/browser",
528 "//content/public/browser", 527 "//content/public/browser",
529 "//content/public/common", 528 "//content/public/common",
530 "//content/test:test_support", 529 "//content/test:test_support",
531 "//net:test_support", 530 "//net:test_support",
532 "//skia", 531 "//skia",
533 "//testing/gtest", 532 "//testing/gtest",
534 "//ui/base", 533 "//ui/base",
535 ] 534 ]
536 } 535 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/BUILD.gn ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698