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 30 matching lines...) Expand all Loading... |
41 "//chrome/common", | 41 "//chrome/common", |
42 "//chrome/common/net", | 42 "//chrome/common/net", |
43 "//components/autofill/core/browser", | 43 "//components/autofill/core/browser", |
44 "//components/cloud_devices/common", | 44 "//components/cloud_devices/common", |
45 "//components/metrics:net", | 45 "//components/metrics:net", |
46 "//components/navigation_metrics", | 46 "//components/navigation_metrics", |
47 "//components/os_crypt", | 47 "//components/os_crypt", |
48 "//components/policy:policy_component", | 48 "//components/policy:policy_component", |
49 "//components/query_parser", | 49 "//components/query_parser", |
50 "//components/strings", | 50 "//components/strings", |
51 "//components/translate:translate_core_browser", | 51 "//components/translate/core/browser", |
52 "//components/translate:translate_core_common", | 52 "//components/translate/core/common", |
53 "//components/user_prefs", | 53 "//components/user_prefs", |
54 "//content/public/browser", | 54 "//content/public/browser", |
55 "//content/public/common", | 55 "//content/public/common", |
56 "//courgette:courgette_lib", | 56 "//courgette:courgette_lib", |
57 "//crypto", | 57 "//crypto", |
58 "//google_apis", | 58 "//google_apis", |
59 "//skia", | 59 "//skia", |
60 "//sql", | 60 "//sql", |
61 "//sync", | 61 "//sync", |
62 "//third_party/cacheinvalidation", | 62 "//third_party/cacheinvalidation", |
(...skipping 591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
654 # TODO(GYP) write internal action | 654 # TODO(GYP) write internal action |
655 if (false) { #if (is_chrome_branded) { | 655 if (false) { #if (is_chrome_branded) { |
656 action("chrome_internal_resources_gen") { | 656 action("chrome_internal_resources_gen") { |
657 # TODO(GYP) | 657 # TODO(GYP) |
658 } | 658 } |
659 } else { | 659 } else { |
660 group("chrome_internal_resources_gen") { | 660 group("chrome_internal_resources_gen") { |
661 # Empty placeholder. | 661 # Empty placeholder. |
662 } | 662 } |
663 } | 663 } |
OLD | NEW |