| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "//components/keyed_service/content", | 149 "//components/keyed_service/content", |
| 150 "//components/navigation_interception", | 150 "//components/navigation_interception", |
| 151 "//components/password_manager/content/browser", | 151 "//components/password_manager/content/browser", |
| 152 "//components/precache/content", | 152 "//components/precache/content", |
| 153 "//components/sessions", | 153 "//components/sessions", |
| 154 "//components/storage_monitor", | 154 "//components/storage_monitor", |
| 155 "//components/translate/content/browser", | 155 "//components/translate/content/browser", |
| 156 "//components/url_matcher", | 156 "//components/url_matcher", |
| 157 "//components/visitedlink/browser", | 157 "//components/visitedlink/browser", |
| 158 "//components/visitedlink/common", | 158 "//components/visitedlink/common", |
| 159 "//components/web_cache/browser", |
| 159 "//components/web_modal", | 160 "//components/web_modal", |
| 160 "//content/app/resources", | 161 "//content/app/resources", |
| 161 "//media", | 162 "//media", |
| 162 "//media/cast:net", | 163 "//media/cast:net", |
| 163 "//mojo/environment:chromium", | 164 "//mojo/environment:chromium", |
| 164 "//mojo/public/cpp/bindings", | 165 "//mojo/public/cpp/bindings", |
| 165 "//mojo/public/js/bindings", | 166 "//mojo/public/js/bindings", |
| 166 "//mojo/system", | 167 "//mojo/system", |
| 167 "//net:extras", | 168 "//net:extras", |
| 168 "//net:net_with_v8", | 169 "//net:net_with_v8", |
| (...skipping 492 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 |