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

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

Issue 554393009: Make chrome GN build work in component mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: undo gyp changes Created 6 years, 3 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/BUILD.gn ('k') | content/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 import("//components/nacl/nacl_defines.gni") 8 import("//components/nacl/nacl_defines.gni")
9 import("//tools/grit/grit_rule.gni") 9 import("//tools/grit/grit_rule.gni")
10 10
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "//components/translate/core/browser", 85 "//components/translate/core/browser",
86 "//components/translate/core/common", 86 "//components/translate/core/common",
87 "//components/url_fixer", 87 "//components/url_fixer",
88 "//components/user_prefs", 88 "//components/user_prefs",
89 "//components/webdata/common", 89 "//components/webdata/common",
90 "//content/public/browser", 90 "//content/public/browser",
91 "//content/public/common", 91 "//content/public/common",
92 "//courgette:courgette_lib", 92 "//courgette:courgette_lib",
93 "//crypto", 93 "//crypto",
94 "//google_apis", 94 "//google_apis",
95 "//gpu/config",
95 "//jingle:notifier", 96 "//jingle:notifier",
96 "//skia", 97 "//skia",
97 "//sql", 98 "//sql",
98 "//sync", 99 "//sync",
99 "//third_party/cacheinvalidation", 100 "//third_party/cacheinvalidation",
100 "//third_party/icu", 101 "//third_party/icu",
101 "//third_party/libxml", 102 "//third_party/libxml",
102 "//third_party/libjingle", 103 "//third_party/libjingle",
103 "//third_party/widevine/cdm:version_h", 104 "//third_party/widevine/cdm:version_h",
104 "//third_party/zlib", 105 "//third_party/zlib",
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 # TODO(GYP) write internal action 663 # TODO(GYP) write internal action
663 if (false) { #if (is_chrome_branded) { 664 if (false) { #if (is_chrome_branded) {
664 action("chrome_internal_resources_gen") { 665 action("chrome_internal_resources_gen") {
665 # TODO(GYP) 666 # TODO(GYP)
666 } 667 }
667 } else { 668 } else {
668 group("chrome_internal_resources_gen") { 669 group("chrome_internal_resources_gen") {
669 # Empty placeholder. 670 # Empty placeholder.
670 } 671 }
671 } 672 }
OLDNEW
« no previous file with comments | « chrome/BUILD.gn ('k') | content/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698