| 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 23 matching lines...) Expand all Loading... |
| 34 "//chrome:strings", | 34 "//chrome:strings", |
| 35 "//chrome/app:generated_resources_map", | 35 "//chrome/app:generated_resources_map", |
| 36 "//chrome/app/resources:platform_locale_settings", | 36 "//chrome/app/resources:platform_locale_settings", |
| 37 "//chrome/app/theme:theme_resources", | 37 "//chrome/app/theme:theme_resources", |
| 38 "//chrome/browser/history:in_memory_url_index_cache_proto", | 38 "//chrome/browser/history:in_memory_url_index_cache_proto", |
| 39 "//chrome/browser/net:cert_logger_proto", | 39 "//chrome/browser/net:cert_logger_proto", |
| 40 "//chrome/browser/net:probe_message_proto", | 40 "//chrome/browser/net:probe_message_proto", |
| 41 "//chrome/browser/ui", | 41 "//chrome/browser/ui", |
| 42 "//chrome/common", | 42 "//chrome/common", |
| 43 "//chrome/common/net", | 43 "//chrome/common/net", |
| 44 "//components/autocomplete", | |
| 45 "//components/autofill/core/browser", | 44 "//components/autofill/core/browser", |
| 46 "//components/captive_portal", | 45 "//components/captive_portal", |
| 47 "//components/cloud_devices/common", | 46 "//components/cloud_devices/common", |
| 48 "//components/content_settings/core/common", | 47 "//components/content_settings/core/common", |
| 49 "//components/data_reduction_proxy/browser", | 48 "//components/data_reduction_proxy/browser", |
| 50 "//components/domain_reliability", | 49 "//components/domain_reliability", |
| 51 "//components/favicon_base", | 50 "//components/favicon_base", |
| 52 "//components/favicon/core", | 51 "//components/favicon/core", |
| 53 "//components/feedback", | 52 "//components/feedback", |
| 54 "//components/gcm_driver", | 53 "//components/gcm_driver", |
| 55 "//components/history/core/browser", | 54 "//components/history/core/browser", |
| 56 "//components/history/core/common", | 55 "//components/history/core/common", |
| 57 "//components/metrics:net", | 56 "//components/metrics:net", |
| 58 "//components/navigation_metrics", | 57 "//components/navigation_metrics", |
| 58 "//components/omnibox", |
| 59 "//components/os_crypt", | 59 "//components/os_crypt", |
| 60 "//components/policy:policy_component", | 60 "//components/policy:policy_component", |
| 61 "//components/query_parser", | 61 "//components/query_parser", |
| 62 "//components/rappor", | 62 "//components/rappor", |
| 63 "//components/search", | 63 "//components/search", |
| 64 "//components/signin/core/browser", | 64 "//components/signin/core/browser", |
| 65 "//components/startup_metric_utils", | 65 "//components/startup_metric_utils", |
| 66 "//components/strings", | 66 "//components/strings", |
| 67 "//components/suggestions", | 67 "//components/suggestions", |
| 68 "//components/translate/core/browser", | 68 "//components/translate/core/browser", |
| (...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 # TODO(GYP) write internal action | 656 # TODO(GYP) write internal action |
| 657 if (false) { #if (is_chrome_branded) { | 657 if (false) { #if (is_chrome_branded) { |
| 658 action("chrome_internal_resources_gen") { | 658 action("chrome_internal_resources_gen") { |
| 659 # TODO(GYP) | 659 # TODO(GYP) |
| 660 } | 660 } |
| 661 } else { | 661 } else { |
| 662 group("chrome_internal_resources_gen") { | 662 group("chrome_internal_resources_gen") { |
| 663 # Empty placeholder. | 663 # Empty placeholder. |
| 664 } | 664 } |
| 665 } | 665 } |
| OLD | NEW |