| 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 17 matching lines...) Expand all Loading... |
| 28 # non-iOS deps below. | 28 # non-iOS deps below. |
| 29 deps = [ | 29 deps = [ |
| 30 "//base/allocator", | 30 "//base/allocator", |
| 31 "//chrome:extra_resources", | 31 "//chrome:extra_resources", |
| 32 "//chrome:resources", | 32 "//chrome:resources", |
| 33 "//chrome:strings", | 33 "//chrome:strings", |
| 34 "//chrome/app:generated_resources_map", | 34 "//chrome/app:generated_resources_map", |
| 35 "//chrome/app/resources:platform_locale_settings", | 35 "//chrome/app/resources:platform_locale_settings", |
| 36 "//chrome/app/theme:theme_resources", | 36 "//chrome/app/theme:theme_resources", |
| 37 "//chrome/browser/history:in_memory_url_index_cache_proto", | 37 "//chrome/browser/history:in_memory_url_index_cache_proto", |
| 38 "//chrome/browser/metrics/variations/proto:proto", | |
| 39 "//chrome/browser/net:cert_logger_proto", | 38 "//chrome/browser/net:cert_logger_proto", |
| 40 "//chrome/browser/net:probe_message_proto", | 39 "//chrome/browser/net:probe_message_proto", |
| 41 "//chrome/browser/search/suggestions/proto", | 40 "//chrome/browser/search/suggestions/proto", |
| 42 "//chrome/common", | 41 "//chrome/common", |
| 43 "//chrome/common/net", | 42 "//chrome/common/net", |
| 44 "//components/autofill/core/browser", | 43 "//components/autofill/core/browser", |
| 45 "//components/cloud_devices/common", | 44 "//components/cloud_devices/common", |
| 46 "//components/metrics:net", | 45 "//components/metrics:net", |
| 47 "//components/navigation_metrics", | 46 "//components/navigation_metrics", |
| 48 "//components/os_crypt", | 47 "//components/os_crypt", |
| (...skipping 603 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 652 # TODO(GYP) write internal action | 651 # TODO(GYP) write internal action |
| 653 if (false) { #if (is_chrome_branded) { | 652 if (false) { #if (is_chrome_branded) { |
| 654 action("chrome_internal_resources_gen") { | 653 action("chrome_internal_resources_gen") { |
| 655 # TODO(GYP) | 654 # TODO(GYP) |
| 656 } | 655 } |
| 657 } else { | 656 } else { |
| 658 group("chrome_internal_resources_gen") { | 657 group("chrome_internal_resources_gen") { |
| 659 # Empty placeholder. | 658 # Empty placeholder. |
| 660 } | 659 } |
| 661 } | 660 } |
| OLD | NEW |