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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
133 | 133 |
134 defines = nacl_defines | 134 defines = nacl_defines |
135 | 135 |
136 # TODO(GYP) remove this when the real webrtc target is used below. | 136 # TODO(GYP) remove this when the real webrtc target is used below. |
137 configs += [ "//content:webrtc_stub_config" ] | 137 configs += [ "//content:webrtc_stub_config" ] |
138 | 138 |
139 deps += [ | 139 deps += [ |
140 "//cc", | 140 "//cc", |
141 "//chrome/browser/devtools", | 141 "//chrome/browser/devtools", |
142 "//chrome/browser/performance_monitor", | 142 "//chrome/browser/performance_monitor", |
143 "//chrome/common/extensions/api:api", | 143 "//chrome/common/extensions/api", |
| 144 "//chrome/common/extensions/api:api_registration", |
144 "//chrome/installer/util", | 145 "//chrome/installer/util", |
145 "//components/autofill/content/browser", | 146 "//components/autofill/content/browser", |
146 "//components/dom_distiller/content", | 147 "//components/dom_distiller/content", |
147 "//components/keyed_service/content", | 148 "//components/keyed_service/content", |
148 "//components/navigation_interception", | 149 "//components/navigation_interception", |
149 "//components/password_manager/content/browser", | 150 "//components/password_manager/content/browser", |
150 "//components/precache/content", | 151 "//components/precache/content", |
151 "//components/sessions", | 152 "//components/sessions", |
152 "//components/storage_monitor", | 153 "//components/storage_monitor", |
153 "//components/translate/content/browser", | 154 "//components/translate/content/browser", |
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 # TODO(GYP) write internal action | 660 # TODO(GYP) write internal action |
660 if (false) { #if (is_chrome_branded) { | 661 if (false) { #if (is_chrome_branded) { |
661 action("chrome_internal_resources_gen") { | 662 action("chrome_internal_resources_gen") { |
662 # TODO(GYP) | 663 # TODO(GYP) |
663 } | 664 } |
664 } else { | 665 } else { |
665 group("chrome_internal_resources_gen") { | 666 group("chrome_internal_resources_gen") { |
666 # Empty placeholder. | 667 # Empty placeholder. |
667 } | 668 } |
668 } | 669 } |
OLD | NEW |