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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 "//components/translate/core/browser", | 69 "//components/translate/core/browser", |
70 "//components/translate/core/common", | 70 "//components/translate/core/common", |
71 "//components/url_fixer", | 71 "//components/url_fixer", |
72 "//components/user_prefs", | 72 "//components/user_prefs", |
73 "//components/webdata/common", | 73 "//components/webdata/common", |
74 "//content/public/browser", | 74 "//content/public/browser", |
75 "//content/public/common", | 75 "//content/public/common", |
76 "//courgette:courgette_lib", | 76 "//courgette:courgette_lib", |
77 "//crypto", | 77 "//crypto", |
78 "//google_apis", | 78 "//google_apis", |
| 79 "//jingle:notifier", |
79 "//skia", | 80 "//skia", |
80 "//sql", | 81 "//sql", |
81 "//sync", | 82 "//sync", |
82 "//third_party/cacheinvalidation", | 83 "//third_party/cacheinvalidation", |
83 "//third_party/icu", | 84 "//third_party/icu", |
84 "//third_party/libxml", | 85 "//third_party/libxml", |
| 86 "//third_party/libjingle", |
85 "//third_party/widevine/cdm:version_h", | 87 "//third_party/widevine/cdm:version_h", |
86 "//third_party/zlib", | 88 "//third_party/zlib", |
87 "//third_party/zlib:minizip", | 89 "//third_party/zlib:minizip", |
88 "//third_party/zlib:zip", | 90 "//third_party/zlib:zip", |
89 "//ui/base", | 91 "//ui/base", |
90 "//ui/events", | 92 "//ui/events", |
91 "//ui/gfx", | 93 "//ui/gfx", |
92 "//ui/gfx/geometry", | 94 "//ui/gfx/geometry", |
93 "//ui/message_center", | 95 "//ui/message_center", |
94 "//ui/shell_dialogs", | 96 "//ui/shell_dialogs", |
95 "//ui/strings", | 97 "//ui/strings", |
96 "//ui/resources", | 98 "//ui/resources", |
97 # TODO(GYP) | 99 # TODO(GYP) |
98 #"../components/components.gyp:bookmarks_browser", | 100 #"../components/components.gyp:bookmarks_browser", |
99 #"../components/components.gyp:google_core_browser", | 101 #"../components/components.gyp:google_core_browser", |
100 #"../components/components.gyp:infobars_core", | 102 #"../components/components.gyp:infobars_core", |
101 #"../components/components.gyp:invalidation", | 103 #"../components/components.gyp:invalidation", |
102 #"../components/components.gyp:network_time", | 104 #"../components/components.gyp:network_time", |
103 #"../components/components.gyp:omaha_query_params", | 105 #"../components/components.gyp:omaha_query_params", |
104 #"../components/components.gyp:password_manager_core_browser", | 106 #"../components/components.gyp:password_manager_core_browser", |
105 #"../components/components.gyp:password_manager_core_common", | 107 #"../components/components.gyp:password_manager_core_common", |
106 #"../components/components.gyp:precache_core", | 108 #"../components/components.gyp:precache_core", |
107 #"../components/components.gyp:search_engines", | 109 #"../components/components.gyp:search_engines", |
108 #"../components/components.gyp:search_provider_logos", | 110 #"../components/components.gyp:search_provider_logos", |
109 #"../components/components.gyp:sync_driver", | 111 #"../components/components.gyp:sync_driver", |
110 #"../jingle/jingle.gyp:notifier", | |
111 #"../third_party/libjingle/libjingle.gyp:libjingle", | |
112 ] | 112 ] |
113 | 113 |
114 forward_dependent_configs_from = [ | 114 forward_dependent_configs_from = [ |
115 "//components/autofill/core/browser", | 115 "//components/autofill/core/browser", |
116 "//content/public/browser", | 116 "//content/public/browser", |
117 "//sql", | 117 "//sql", |
118 "//sync", | 118 "//sync", |
119 ] | 119 ] |
120 | 120 |
121 if (!is_ios) { | 121 if (!is_ios) { |
(...skipping 537 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
659 # TODO(GYP) write internal action | 659 # TODO(GYP) write internal action |
660 if (false) { #if (is_chrome_branded) { | 660 if (false) { #if (is_chrome_branded) { |
661 action("chrome_internal_resources_gen") { | 661 action("chrome_internal_resources_gen") { |
662 # TODO(GYP) | 662 # TODO(GYP) |
663 } | 663 } |
664 } else { | 664 } else { |
665 group("chrome_internal_resources_gen") { | 665 group("chrome_internal_resources_gen") { |
666 # Empty placeholder. | 666 # Empty placeholder. |
667 } | 667 } |
668 } | 668 } |
OLD | NEW |