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

Side by Side Diff: base/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 | « ash/BUILD.gn ('k') | base/test/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 (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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/ui.gni") 5 import("//build/config/ui.gni")
6 import("//testing/test.gni") 6 import("//testing/test.gni")
7 7
8 if (is_android) { 8 if (is_android) {
9 import("//build/config/android/rules.gni") 9 import("//build/config/android/rules.gni")
10 } 10 }
(...skipping 627 matching lines...) Expand 10 before | Expand all | Expand 10 after
638 "win/wrapped_window_proc.h", 638 "win/wrapped_window_proc.h",
639 ] 639 ]
640 640
641 sources -= [ 641 sources -= [
642 "sys_info_freebsd.cc", 642 "sys_info_freebsd.cc",
643 "sys_info_openbsd.cc", 643 "sys_info_openbsd.cc",
644 ] 644 ]
645 645
646 data = [] 646 data = []
647 647
648 configs += [ ":base_implementation" ] 648 configs += [
649 ":base_implementation",
650 "//build/config:precompiled_headers",
651 ]
649 652
650 deps = [ 653 deps = [
651 ":base_static", 654 ":base_static",
652 "//base/allocator:allocator_extension_thunks", 655 "//base/allocator:allocator_extension_thunks",
653 "//base/third_party/dynamic_annotations", 656 "//base/third_party/dynamic_annotations",
654 "//third_party/modp_b64", 657 "//third_party/modp_b64",
655 ] 658 ]
656 659
657 public_deps = [ 660 public_deps = [
658 ":base_paths", 661 ":base_paths",
(...skipping 963 matching lines...) Expand 10 before | Expand all | Expand 10 after
1622 1625
1623 # GYP: //base.gyp:base_java_unittest_support 1626 # GYP: //base.gyp:base_java_unittest_support
1624 android_library("base_java_unittest_support") { 1627 android_library("base_java_unittest_support") {
1625 deps = [ 1628 deps = [
1626 ":base_java", 1629 ":base_java",
1627 ] 1630 ]
1628 java_files = 1631 java_files =
1629 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 1632 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
1630 } 1633 }
1631 } 1634 }
OLDNEW
« no previous file with comments | « ash/BUILD.gn ('k') | base/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698