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("//tools/grit/grit_rule.gni") | 8 import("//tools/grit/grit_rule.gni") |
9 | 9 |
10 about_credits_file = "$target_gen_dir/about_credits.html" | 10 about_credits_file = "$target_gen_dir/about_credits.html" |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "//components/feedback", | 52 "//components/feedback", |
53 "//components/gcm_driver", | 53 "//components/gcm_driver", |
54 "//components/history/core/browser", | 54 "//components/history/core/browser", |
55 "//components/history/core/common", | 55 "//components/history/core/common", |
56 "//components/metrics:net", | 56 "//components/metrics:net", |
57 "//components/navigation_metrics", | 57 "//components/navigation_metrics", |
58 "//components/os_crypt", | 58 "//components/os_crypt", |
59 "//components/policy:policy_component", | 59 "//components/policy:policy_component", |
60 "//components/query_parser", | 60 "//components/query_parser", |
61 "//components/rappor", | 61 "//components/rappor", |
| 62 "//components/search", |
62 "//components/signin/core/browser", | 63 "//components/signin/core/browser", |
63 "//components/startup_metric_utils", | 64 "//components/startup_metric_utils", |
64 "//components/strings", | 65 "//components/strings", |
65 "//components/translate/core/browser", | 66 "//components/translate/core/browser", |
66 "//components/translate/core/common", | 67 "//components/translate/core/common", |
67 "//components/url_fixer", | 68 "//components/url_fixer", |
68 "//components/user_prefs", | 69 "//components/user_prefs", |
69 "//components/webdata/common", | 70 "//components/webdata/common", |
70 "//content/public/browser", | 71 "//content/public/browser", |
71 "//content/public/common", | 72 "//content/public/common", |
(...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
655 # TODO(GYP) write internal action | 656 # TODO(GYP) write internal action |
656 if (false) { #if (is_chrome_branded) { | 657 if (false) { #if (is_chrome_branded) { |
657 action("chrome_internal_resources_gen") { | 658 action("chrome_internal_resources_gen") { |
658 # TODO(GYP) | 659 # TODO(GYP) |
659 } | 660 } |
660 } else { | 661 } else { |
661 group("chrome_internal_resources_gen") { | 662 group("chrome_internal_resources_gen") { |
662 # Empty placeholder. | 663 # Empty placeholder. |
663 } | 664 } |
664 } | 665 } |
OLD | NEW |