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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
85 "//components/translate/core/browser", | 85 "//components/translate/core/browser", |
86 "//components/translate/core/common", | 86 "//components/translate/core/common", |
87 "//components/url_fixer", | 87 "//components/url_fixer", |
88 "//components/user_prefs", | 88 "//components/user_prefs", |
89 "//components/webdata/common", | 89 "//components/webdata/common", |
90 "//content/public/browser", | 90 "//content/public/browser", |
91 "//content/public/common", | 91 "//content/public/common", |
92 "//courgette:courgette_lib", | 92 "//courgette:courgette_lib", |
93 "//crypto", | 93 "//crypto", |
94 "//google_apis", | 94 "//google_apis", |
| 95 "//gpu/config", |
95 "//jingle:notifier", | 96 "//jingle:notifier", |
96 "//skia", | 97 "//skia", |
97 "//sql", | 98 "//sql", |
98 "//sync", | 99 "//sync", |
99 "//third_party/cacheinvalidation", | 100 "//third_party/cacheinvalidation", |
100 "//third_party/icu", | 101 "//third_party/icu", |
101 "//third_party/libxml", | 102 "//third_party/libxml", |
102 "//third_party/libjingle", | 103 "//third_party/libjingle", |
103 "//third_party/widevine/cdm:version_h", | 104 "//third_party/widevine/cdm:version_h", |
104 "//third_party/zlib", | 105 "//third_party/zlib", |
(...skipping 557 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 |