| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "//components/url_matcher", | 150 "//components/url_matcher", |
| 151 "//components/usb_service", | 151 "//components/usb_service", |
| 152 "//components/visitedlink/browser", | 152 "//components/visitedlink/browser", |
| 153 "//components/visitedlink/common", | 153 "//components/visitedlink/common", |
| 154 "//components/web_modal", | 154 "//components/web_modal", |
| 155 "//mojo/environment:chromium", | 155 "//mojo/environment:chromium", |
| 156 "//mojo/public/cpp/bindings", | 156 "//mojo/public/cpp/bindings", |
| 157 "//mojo/public/js/bindings", | 157 "//mojo/public/js/bindings", |
| 158 "//mojo/system", | 158 "//mojo/system", |
| 159 "//net:net_with_v8", | 159 "//net:net_with_v8", |
| 160 "//third_party/WebKit/public:resources", |
| 160 "//third_party/adobe/flash:flapper_version_h", | 161 "//third_party/adobe/flash:flapper_version_h", |
| 161 "//third_party/expat", | 162 "//third_party/expat", |
| 162 "//third_party/leveldatabase", | 163 "//third_party/leveldatabase", |
| 163 "//third_party/libaddressinput", | 164 "//third_party/libaddressinput", |
| 164 "//third_party/libyuv", | 165 "//third_party/libyuv", |
| 165 "//third_party/npapi", | 166 "//third_party/npapi", |
| 166 "//third_party/re2", | 167 "//third_party/re2", |
| 167 "//third_party/smhasher:cityhash", | 168 "//third_party/smhasher:cityhash", |
| 168 "//ui/gl", | 169 "//ui/gl", |
| 169 "//ui/surface", | 170 "//ui/surface", |
| 170 "//ui/web_dialogs", | 171 "//ui/web_dialogs", |
| 171 "//v8", | 172 "//v8", |
| 172 "//webkit:resources", | |
| 173 "//webkit/browser:storage", | 173 "//webkit/browser:storage", |
| 174 "//webkit/common", | 174 "//webkit/common", |
| 175 "//webkit/common:storage", | 175 "//webkit/common:storage", |
| 176 "//webkit/glue/resources", |
| 176 # TODO(GYP) | 177 # TODO(GYP) |
| 177 #"apps", | 178 #"apps", |
| 178 #"debugger", | 179 #"debugger", |
| 179 #"installer_util", | 180 #"installer_util", |
| 180 #"../components/components.gyp:navigation_interception", | 181 #"../components/components.gyp:navigation_interception", |
| 181 #"../components/components.gyp:password_manager_content_browser", | 182 #"../components/components.gyp:password_manager_content_browser", |
| 182 #"../components/components.gyp:precache_content", | 183 #"../components/components.gyp:precache_content", |
| 183 #"../components/components.gyp:sessions", | 184 #"../components/components.gyp:sessions", |
| 184 #"../media/cast/cast.gyp:cast_transport", | 185 #"../media/cast/cast.gyp:cast_transport", |
| 185 #"../media/media.gyp:media", | 186 #"../media/media.gyp:media", |
| (...skipping 470 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 656 # TODO(GYP) write internal action | 657 # TODO(GYP) write internal action |
| 657 if (false) { #if (is_chrome_branded) { | 658 if (false) { #if (is_chrome_branded) { |
| 658 action("chrome_internal_resources_gen") { | 659 action("chrome_internal_resources_gen") { |
| 659 # TODO(GYP) | 660 # TODO(GYP) |
| 660 } | 661 } |
| 661 } else { | 662 } else { |
| 662 group("chrome_internal_resources_gen") { | 663 group("chrome_internal_resources_gen") { |
| 663 # Empty placeholder. | 664 # Empty placeholder. |
| 664 } | 665 } |
| 665 } | 666 } |
| OLD | NEW |