OLD | NEW |
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 Loading... |
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:api", | 146 "//chrome/common/extensions/api", |
| 147 "//chrome/common/extensions/api:api_registration", |
147 "//chrome/installer/util", | 148 "//chrome/installer/util", |
148 "//components/autofill/content/browser", | 149 "//components/autofill/content/browser", |
149 "//components/dom_distiller/content", | 150 "//components/dom_distiller/content", |
150 "//components/keyed_service/content", | 151 "//components/keyed_service/content", |
151 "//components/navigation_interception", | 152 "//components/navigation_interception", |
152 "//components/password_manager/content/browser", | 153 "//components/password_manager/content/browser", |
153 "//components/precache/content", | 154 "//components/precache/content", |
154 "//components/sessions", | 155 "//components/sessions", |
155 "//components/storage_monitor", | 156 "//components/storage_monitor", |
156 "//components/translate/content/browser", | 157 "//components/translate/content/browser", |
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
661 # TODO(GYP) write internal action | 662 # TODO(GYP) write internal action |
662 if (false) { #if (is_chrome_branded) { | 663 if (false) { #if (is_chrome_branded) { |
663 action("chrome_internal_resources_gen") { | 664 action("chrome_internal_resources_gen") { |
664 # TODO(GYP) | 665 # TODO(GYP) |
665 } | 666 } |
666 } else { | 667 } else { |
667 group("chrome_internal_resources_gen") { | 668 group("chrome_internal_resources_gen") { |
668 # Empty placeholder. | 669 # Empty placeholder. |
669 } | 670 } |
670 } | 671 } |
OLD | NEW |