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

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

Issue 506253003: Revert "Split bundle generation steps so that API registration is generated in browser, not common." (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « build/json_schema_compile.gypi ('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/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 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 defines = nacl_defines 136 defines = nacl_defines
137 137
138 # TODO(GYP) remove this when the real webrtc target is used below. 138 # TODO(GYP) remove this when the real webrtc target is used below.
139 configs += [ "//content:webrtc_stub_config" ] 139 configs += [ "//content:webrtc_stub_config" ]
140 140
141 deps += [ 141 deps += [
142 "//apps", 142 "//apps",
143 "//cc", 143 "//cc",
144 "//chrome/browser/devtools", 144 "//chrome/browser/devtools",
145 "//chrome/browser/performance_monitor", 145 "//chrome/browser/performance_monitor",
146 "//chrome/common/extensions/api", 146 "//chrome/common/extensions/api:api",
147 "//chrome/common/extensions/api:api_registration",
148 "//chrome/installer/util", 147 "//chrome/installer/util",
149 "//components/autofill/content/browser", 148 "//components/autofill/content/browser",
150 "//components/dom_distiller/content", 149 "//components/dom_distiller/content",
151 "//components/keyed_service/content", 150 "//components/keyed_service/content",
152 "//components/navigation_interception", 151 "//components/navigation_interception",
153 "//components/password_manager/content/browser", 152 "//components/password_manager/content/browser",
154 "//components/precache/content", 153 "//components/precache/content",
155 "//components/sessions", 154 "//components/sessions",
156 "//components/storage_monitor", 155 "//components/storage_monitor",
157 "//components/translate/content/browser", 156 "//components/translate/content/browser",
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
662 # TODO(GYP) write internal action 661 # TODO(GYP) write internal action
663 if (false) { #if (is_chrome_branded) { 662 if (false) { #if (is_chrome_branded) {
664 action("chrome_internal_resources_gen") { 663 action("chrome_internal_resources_gen") {
665 # TODO(GYP) 664 # TODO(GYP)
666 } 665 }
667 } else { 666 } else {
668 group("chrome_internal_resources_gen") { 667 group("chrome_internal_resources_gen") {
669 # Empty placeholder. 668 # Empty placeholder.
670 } 669 }
671 } 670 }
OLDNEW
« no previous file with comments | « build/json_schema_compile.gypi ('k') | chrome/browser/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698