| 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 24 matching lines...) Expand all Loading... |
| 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/autofill/core/browser", | 44 "//components/autofill/core/browser", |
| 45 "//components/bookmarks/browser", |
| 45 "//components/captive_portal", | 46 "//components/captive_portal", |
| 46 "//components/cloud_devices/common", | 47 "//components/cloud_devices/common", |
| 48 "//components/component_updater", |
| 47 "//components/content_settings/core/common", | 49 "//components/content_settings/core/common", |
| 48 "//components/crx_file", | 50 "//components/crx_file", |
| 49 "//components/data_reduction_proxy/browser", | 51 "//components/data_reduction_proxy/browser", |
| 50 "//components/domain_reliability", | 52 "//components/domain_reliability", |
| 51 "//components/favicon_base", | 53 "//components/favicon_base", |
| 52 "//components/favicon/core", | 54 "//components/favicon/core", |
| 53 "//components/feedback", | 55 "//components/feedback", |
| 54 "//components/gcm_driver", | 56 "//components/gcm_driver", |
| 57 "//components/google/core/browser", |
| 55 "//components/history/core/browser", | 58 "//components/history/core/browser", |
| 56 "//components/history/core/common", | 59 "//components/history/core/common", |
| 60 "//components/infobars/core", |
| 61 "//components/invalidation", |
| 57 "//components/metrics:net", | 62 "//components/metrics:net", |
| 63 "//components/metrics/proto:proto", |
| 58 "//components/navigation_metrics", | 64 "//components/navigation_metrics", |
| 65 "//components/network_time", |
| 66 "//components/omaha_query_params", |
| 59 "//components/omnibox", | 67 "//components/omnibox", |
| 60 "//components/os_crypt", | 68 "//components/os_crypt", |
| 69 "//components/password_manager/core/browser", |
| 70 "//components/password_manager/core/common", |
| 61 "//components/policy:policy_component", | 71 "//components/policy:policy_component", |
| 72 "//components/precache/core", |
| 62 "//components/query_parser", | 73 "//components/query_parser", |
| 63 "//components/rappor", | 74 "//components/rappor", |
| 75 "//components/renderer_context_menu", |
| 64 "//components/search", | 76 "//components/search", |
| 77 "//components/search_engines", |
| 78 "//components/search_provider_logos", |
| 65 "//components/signin/core/browser", | 79 "//components/signin/core/browser", |
| 66 "//components/startup_metric_utils", | 80 "//components/startup_metric_utils", |
| 67 "//components/strings", | 81 "//components/strings", |
| 68 "//components/suggestions", | 82 "//components/suggestions", |
| 83 "//components/sync_driver", |
| 69 "//components/translate/core/browser", | 84 "//components/translate/core/browser", |
| 70 "//components/translate/core/common", | 85 "//components/translate/core/common", |
| 71 "//components/url_fixer", | 86 "//components/url_fixer", |
| 72 "//components/user_prefs", | 87 "//components/user_prefs", |
| 73 "//components/webdata/common", | 88 "//components/webdata/common", |
| 74 "//content/public/browser", | 89 "//content/public/browser", |
| 75 "//content/public/common", | 90 "//content/public/common", |
| 76 "//courgette:courgette_lib", | 91 "//courgette:courgette_lib", |
| 77 "//crypto", | 92 "//crypto", |
| 78 "//google_apis", | 93 "//google_apis", |
| 79 "//skia", | 94 "//skia", |
| 80 "//sql", | 95 "//sql", |
| 81 "//sync", | 96 "//sync", |
| 82 "//third_party/cacheinvalidation", | 97 "//third_party/cacheinvalidation", |
| 83 "//third_party/icu", | 98 "//third_party/icu", |
| 84 "//third_party/libxml", | 99 "//third_party/libxml", |
| 85 "//third_party/widevine/cdm:version_h", | 100 "//third_party/widevine/cdm:version_h", |
| 86 "//third_party/zlib", | 101 "//third_party/zlib", |
| 87 "//third_party/zlib:minizip", | 102 "//third_party/zlib:minizip", |
| 88 "//third_party/zlib:zip", | 103 "//third_party/zlib:zip", |
| 89 "//ui/base", | 104 "//ui/base", |
| 90 "//ui/events", | 105 "//ui/events", |
| 91 "//ui/gfx", | 106 "//ui/gfx", |
| 92 "//ui/gfx/geometry", | 107 "//ui/gfx/geometry", |
| 93 "//ui/message_center", | 108 "//ui/message_center", |
| 94 "//ui/shell_dialogs", | 109 "//ui/shell_dialogs", |
| 95 "//ui/strings", | 110 "//ui/strings", |
| 96 "//ui/resources", | 111 "//ui/resources", |
| 97 # TODO(GYP) | 112 # TODO(GYP) |
| 98 #"../components/components.gyp:bookmarks_browser", | |
| 99 #"../components/components.gyp:google_core_browser", | |
| 100 #"../components/components.gyp:infobars_core", | |
| 101 #"../components/components.gyp:invalidation", | |
| 102 #"../components/components.gyp:network_time", | |
| 103 #"../components/components.gyp:omaha_query_params", | |
| 104 #"../components/components.gyp:password_manager_core_browser", | |
| 105 #"../components/components.gyp:password_manager_core_common", | |
| 106 #"../components/components.gyp:precache_core", | |
| 107 #"../components/components.gyp:search_engines", | |
| 108 #"../components/components.gyp:search_provider_logos", | |
| 109 #"../components/components.gyp:sync_driver", | |
| 110 #"../jingle/jingle.gyp:notifier", | 113 #"../jingle/jingle.gyp:notifier", |
| 111 #"../third_party/libjingle/libjingle.gyp:libjingle", | 114 #"../third_party/libjingle/libjingle.gyp:libjingle", |
| 112 ] | 115 ] |
| 113 | 116 |
| 114 forward_dependent_configs_from = [ | 117 forward_dependent_configs_from = [ |
| 115 "//components/autofill/core/browser", | 118 "//components/autofill/core/browser", |
| 116 "//content/public/browser", | 119 "//content/public/browser", |
| 117 "//sql", | 120 "//sql", |
| 118 "//sync", | 121 "//sync", |
| 119 ] | 122 ] |
| (...skipping 10 matching lines...) Expand all Loading... |
| 130 # # This file is generated by | 133 # # This file is generated by |
| 131 # # chrome/browser/metrics/variations/generate_resources_map.py | 134 # # chrome/browser/metrics/variations/generate_resources_map.py |
| 132 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', | 135 # '<(SHARED_INTERMEDIATE_DIR)/chrome/browser/metrics/variations/gener
ated_resources_map.cc', |
| 133 | 136 |
| 134 defines = nacl_defines | 137 defines = nacl_defines |
| 135 | 138 |
| 136 # TODO(GYP) remove this when the real webrtc target is used below. | 139 # TODO(GYP) remove this when the real webrtc target is used below. |
| 137 configs += [ "//content:webrtc_stub_config" ] | 140 configs += [ "//content:webrtc_stub_config" ] |
| 138 | 141 |
| 139 deps += [ | 142 deps += [ |
| 143 "//apps", |
| 140 "//cc", | 144 "//cc", |
| 141 "//chrome/browser/devtools", | 145 "//chrome/browser/devtools", |
| 142 "//chrome/browser/performance_monitor", | 146 "//chrome/browser/performance_monitor", |
| 143 "//chrome/common/extensions/api:api", | 147 "//chrome/common/extensions/api:api", |
| 144 "//chrome/installer/util", | 148 "//chrome/installer/util", |
| 145 "//components/autofill/content/browser", | 149 "//components/autofill/content/browser", |
| 146 "//components/dom_distiller/content", | 150 "//components/dom_distiller/content", |
| 147 "//components/keyed_service/content", | 151 "//components/keyed_service/content", |
| 148 "//components/navigation_interception", | 152 "//components/navigation_interception", |
| 149 "//components/password_manager/content/browser", | 153 "//components/password_manager/content/browser", |
| (...skipping 23 matching lines...) Expand all Loading... |
| 173 "//third_party/npapi", | 177 "//third_party/npapi", |
| 174 "//third_party/re2", | 178 "//third_party/re2", |
| 175 "//third_party/smhasher:cityhash", | 179 "//third_party/smhasher:cityhash", |
| 176 "//ui/gl", | 180 "//ui/gl", |
| 177 "//ui/surface", | 181 "//ui/surface", |
| 178 "//ui/web_dialogs", | 182 "//ui/web_dialogs", |
| 179 "//v8", | 183 "//v8", |
| 180 "//webkit/browser:storage", | 184 "//webkit/browser:storage", |
| 181 "//webkit/common", | 185 "//webkit/common", |
| 182 "//webkit/common:storage", | 186 "//webkit/common:storage", |
| 183 #"apps", TODO(GYP) | |
| 184 ## TODO(tonyg): Remove this dependency (crbug.com/280157). | 187 ## TODO(tonyg): Remove this dependency (crbug.com/280157). |
| 185 #"../testing/perf/perf_test.gyp:*", TODO(GYP) | 188 #"../testing/perf/perf_test.gyp:*", TODO(GYP) |
| 186 # Note: for this one also remove the webrtc_stub_config | 189 # Note: for this one also remove the webrtc_stub_config |
| 187 #"../third_party/webrtc/modules/modules.gyp:desktop_capture", TODO(GYP) | 190 #"../third_party/webrtc/modules/modules.gyp:desktop_capture", TODO(GYP) |
| 188 ] | 191 ] |
| 189 } else { # iOS | 192 } else { # iOS |
| 190 sources += rebase_path(gypi_values.chrome_browser_ios_sources, | 193 sources += rebase_path(gypi_values.chrome_browser_ios_sources, |
| 191 ".", "//chrome") | 194 ".", "//chrome") |
| 192 deps += [ | 195 deps += [ |
| 193 "//net", | 196 "//net", |
| (...skipping 465 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 659 # TODO(GYP) write internal action | 662 # TODO(GYP) write internal action |
| 660 if (false) { #if (is_chrome_branded) { | 663 if (false) { #if (is_chrome_branded) { |
| 661 action("chrome_internal_resources_gen") { | 664 action("chrome_internal_resources_gen") { |
| 662 # TODO(GYP) | 665 # TODO(GYP) |
| 663 } | 666 } |
| 664 } else { | 667 } else { |
| 665 group("chrome_internal_resources_gen") { | 668 group("chrome_internal_resources_gen") { |
| 666 # Empty placeholder. | 669 # Empty placeholder. |
| 667 } | 670 } |
| 668 } | 671 } |
| OLD | NEW |