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

Side by Side Diff: chrome/browser/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 | « cc/BUILD.gn ('k') | chrome/browser/devtools/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/chrome_build.gni") 5 import("//build/config/chrome_build.gni")
6 import("//build/config/crypto.gni") 6 import("//build/config/crypto.gni")
7 import("//build/config/features.gni") 7 import("//build/config/features.gni")
8 import("//build/config/ui.gni") 8 import("//build/config/ui.gni")
9 import("//third_party/protobuf/proto_library.gni") 9 import("//third_party/protobuf/proto_library.gni")
10 10
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 # are just itself and common gnome ones we link already, so we can get away 53 # are just itself and common gnome ones we link already, so we can get away
54 # with additionally just coding the library name here. 54 # with additionally just coding the library name here.
55 config("gnome_keyring_direct") { 55 config("gnome_keyring_direct") {
56 libs = [ "gnome-keyring" ] 56 libs = [ "gnome-keyring" ]
57 } 57 }
58 } 58 }
59 59
60 source_set("browser") { 60 source_set("browser") {
61 configs += [ 61 configs += [
62 "//build/config/compiler:wexit_time_destructors", 62 "//build/config/compiler:wexit_time_destructors",
63 "//build/config:precompiled_headers",
64 "//third_party/WebKit/public:debug_devtools", 63 "//third_party/WebKit/public:debug_devtools",
65 ] 64 ]
66 defines = [] 65 defines = []
67 sources = [] 66 sources = []
68 libs = [] 67 libs = []
69 ldflags = [] 68 ldflags = []
70 69
71 # iOS/non-iOS shared deps. New dependencies should generally be added in the 70 # iOS/non-iOS shared deps. New dependencies should generally be added in the
72 # non-iOS deps below. 71 # non-iOS deps below.
73 public_deps = [ 72 public_deps = [
(...skipping 955 matching lines...) Expand 10 before | Expand all | Expand 10 after
1029 "ssl/ssl_client_auth_requestor_mock.cc", 1028 "ssl/ssl_client_auth_requestor_mock.cc",
1030 "ssl/ssl_client_auth_requestor_mock.h", 1029 "ssl/ssl_client_auth_requestor_mock.h",
1031 "sync/profile_sync_components_factory_mock.cc", 1030 "sync/profile_sync_components_factory_mock.cc",
1032 "sync/profile_sync_components_factory_mock.h", 1031 "sync/profile_sync_components_factory_mock.h",
1033 "sync/profile_sync_service_mock.cc", 1032 "sync/profile_sync_service_mock.cc",
1034 "sync/profile_sync_service_mock.h", 1033 "sync/profile_sync_service_mock.h",
1035 "ui/webui/signin/login_ui_test_utils.cc", 1034 "ui/webui/signin/login_ui_test_utils.cc",
1036 "ui/webui/signin/login_ui_test_utils.h", 1035 "ui/webui/signin/login_ui_test_utils.h",
1037 ] 1036 ]
1038 1037
1039 configs += [ "//build/config:precompiled_headers" ]
1040
1041 public_deps = [ 1038 public_deps = [
1042 ":browser", 1039 ":browser",
1043 "//chrome/browser/ui:test_support", 1040 "//chrome/browser/ui:test_support",
1044 ] 1041 ]
1045 deps = [ 1042 deps = [
1046 "//base:prefs_test_support", 1043 "//base:prefs_test_support",
1047 "//chrome/browser", 1044 "//chrome/browser",
1048 "//chrome/common", 1045 "//chrome/common",
1049 "//chrome/common/safe_browsing:proto", 1046 "//chrome/common/safe_browsing:proto",
1050 "//components/invalidation/impl", 1047 "//components/invalidation/impl",
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
1209 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome") 1206 rebase_path(gypi_values.chrome_browser_rlz_sources, ".", "//chrome")
1210 deps = [ 1207 deps = [
1211 "//components/google/core/browser", 1208 "//components/google/core/browser",
1212 "//components/omnibox/browser", 1209 "//components/omnibox/browser",
1213 "//components/rlz", 1210 "//components/rlz",
1214 "//components/search_engines", 1211 "//components/search_engines",
1215 "//rlz:rlz_lib", 1212 "//rlz:rlz_lib",
1216 ] 1213 ]
1217 } 1214 }
1218 } 1215 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698