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", | 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 Loading... |
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 } |
OLD | NEW |