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