| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 "//components/navigation_metrics", | 54 "//components/navigation_metrics", |
| 55 "//components/os_crypt", | 55 "//components/os_crypt", |
| 56 "//components/policy:policy_component", | 56 "//components/policy:policy_component", |
| 57 "//components/query_parser", | 57 "//components/query_parser", |
| 58 "//components/rappor", | 58 "//components/rappor", |
| 59 "//components/strings", | 59 "//components/strings", |
| 60 "//components/translate/core/browser", | 60 "//components/translate/core/browser", |
| 61 "//components/translate/core/common", | 61 "//components/translate/core/common", |
| 62 "//components/url_fixer", | 62 "//components/url_fixer", |
| 63 "//components/user_prefs", | 63 "//components/user_prefs", |
| 64 "//components/webdata/common", |
| 64 "//content/public/browser", | 65 "//content/public/browser", |
| 65 "//content/public/common", | 66 "//content/public/common", |
| 66 "//courgette:courgette_lib", | 67 "//courgette:courgette_lib", |
| 67 "//crypto", | 68 "//crypto", |
| 68 "//google_apis", | 69 "//google_apis", |
| 69 "//skia", | 70 "//skia", |
| 70 "//sql", | 71 "//sql", |
| 71 "//sync", | 72 "//sync", |
| 72 "//third_party/cacheinvalidation", | 73 "//third_party/cacheinvalidation", |
| 73 "//third_party/icu", | 74 "//third_party/icu", |
| (...skipping 19 matching lines...) Expand all Loading... |
| 93 #"../components/components.gyp:network_time", | 94 #"../components/components.gyp:network_time", |
| 94 #"../components/components.gyp:omaha_query_params", | 95 #"../components/components.gyp:omaha_query_params", |
| 95 #"../components/components.gyp:password_manager_core_browser", | 96 #"../components/components.gyp:password_manager_core_browser", |
| 96 #"../components/components.gyp:password_manager_core_common", | 97 #"../components/components.gyp:password_manager_core_common", |
| 97 #"../components/components.gyp:precache_core", | 98 #"../components/components.gyp:precache_core", |
| 98 #"../components/components.gyp:search_engines", | 99 #"../components/components.gyp:search_engines", |
| 99 #"../components/components.gyp:search_provider_logos", | 100 #"../components/components.gyp:search_provider_logos", |
| 100 #"../components/components.gyp:signin_core_browser", | 101 #"../components/components.gyp:signin_core_browser", |
| 101 #"../components/components.gyp:startup_metric_utils", | 102 #"../components/components.gyp:startup_metric_utils", |
| 102 #"../components/components.gyp:sync_driver", | 103 #"../components/components.gyp:sync_driver", |
| 103 #"../components/components.gyp:webdata_common", | |
| 104 #"../jingle/jingle.gyp:notifier", | 104 #"../jingle/jingle.gyp:notifier", |
| 105 #"../third_party/libjingle/libjingle.gyp:libjingle", | 105 #"../third_party/libjingle/libjingle.gyp:libjingle", |
| 106 #"../ui/message_center/message_center.gyp:message_center", | 106 #"../ui/message_center/message_center.gyp:message_center", |
| 107 #"../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs", | 107 #"../ui/shell_dialogs/shell_dialogs.gyp:shell_dialogs", |
| 108 ] | 108 ] |
| 109 | 109 |
| 110 forward_dependent_configs_from = [ | 110 forward_dependent_configs_from = [ |
| 111 "//components/autofill/core/browser", | 111 "//components/autofill/core/browser", |
| 112 "//content/public/browser", | 112 "//content/public/browser", |
| 113 "//sql", | 113 "//sql", |
| (...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 651 # TODO(GYP) write internal action | 651 # TODO(GYP) write internal action |
| 652 if (false) { #if (is_chrome_branded) { | 652 if (false) { #if (is_chrome_branded) { |
| 653 action("chrome_internal_resources_gen") { | 653 action("chrome_internal_resources_gen") { |
| 654 # TODO(GYP) | 654 # TODO(GYP) |
| 655 } | 655 } |
| 656 } else { | 656 } else { |
| 657 group("chrome_internal_resources_gen") { | 657 group("chrome_internal_resources_gen") { |
| 658 # Empty placeholder. | 658 # Empty placeholder. |
| 659 } | 659 } |
| 660 } | 660 } |
| OLD | NEW |