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 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
154 "//components/precache/content", | 154 "//components/precache/content", |
155 "//components/sessions", | 155 "//components/sessions", |
156 "//components/storage_monitor", | 156 "//components/storage_monitor", |
157 "//components/translate/content/browser", | 157 "//components/translate/content/browser", |
158 "//components/url_matcher", | 158 "//components/url_matcher", |
159 "//components/usb_service", | 159 "//components/usb_service", |
160 "//components/visitedlink/browser", | 160 "//components/visitedlink/browser", |
161 "//components/visitedlink/common", | 161 "//components/visitedlink/common", |
162 "//components/web_modal", | 162 "//components/web_modal", |
163 "//content/app/resources", | 163 "//content/app/resources", |
| 164 "//device/common", |
164 "//media", | 165 "//media", |
165 "//media/cast:net", | 166 "//media/cast:net", |
166 "//mojo/environment:chromium", | 167 "//mojo/environment:chromium", |
167 "//mojo/public/cpp/bindings", | 168 "//mojo/public/cpp/bindings", |
168 "//mojo/public/js/bindings", | 169 "//mojo/public/js/bindings", |
169 "//mojo/system", | 170 "//mojo/system", |
170 "//net:net_with_v8", | 171 "//net:net_with_v8", |
171 "//third_party/WebKit/public:resources", | 172 "//third_party/WebKit/public:resources", |
172 "//third_party/expat", | 173 "//third_party/expat", |
173 "//third_party/leveldatabase", | 174 "//third_party/leveldatabase", |
(...skipping 488 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 } |
OLD | NEW |