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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "//components/domain_reliability", | 52 "//components/domain_reliability", |
53 "//components/favicon_base", | 53 "//components/favicon_base", |
54 "//components/favicon/core", | 54 "//components/favicon/core", |
55 "//components/feedback", | 55 "//components/feedback", |
56 "//components/gcm_driver", | 56 "//components/gcm_driver", |
57 "//components/google/core/browser", | 57 "//components/google/core/browser", |
58 "//components/history/core/browser", | 58 "//components/history/core/browser", |
59 "//components/history/core/common", | 59 "//components/history/core/common", |
60 "//components/infobars/core", | 60 "//components/infobars/core", |
61 "//components/invalidation", | 61 "//components/invalidation", |
| 62 "//components/metrics:gpu", |
62 "//components/metrics:net", | 63 "//components/metrics:net", |
63 "//components/metrics/proto:proto", | 64 "//components/metrics/proto:proto", |
64 "//components/navigation_metrics", | 65 "//components/navigation_metrics", |
65 "//components/network_time", | 66 "//components/network_time", |
66 "//components/omaha_query_params", | 67 "//components/omaha_query_params", |
67 "//components/omnibox", | 68 "//components/omnibox", |
68 "//components/os_crypt", | 69 "//components/os_crypt", |
69 "//components/password_manager/core/browser", | 70 "//components/password_manager/core/browser", |
70 "//components/password_manager/core/common", | 71 "//components/password_manager/core/common", |
71 "//components/pdf/browser", | 72 "//components/pdf/browser", |
(...skipping 589 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 |