Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(536)

Side by Side Diff: chrome/BUILD.gn

Issue 876483002: NaCl: Move src/trusted/plugin/ to components/nacl/renderer/plugin/ (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Rebase + #include order Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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/features.gni") 5 import("//build/config/features.gni")
6 import("//build/config/locales.gni") 6 import("//build/config/locales.gni")
7 import("//build/config/ui.gni") 7 import("//build/config/ui.gni")
8 import("//chrome/chrome_repack_locales.gni") 8 import("//chrome/chrome_repack_locales.gni")
9 import("//chrome/version.gni") 9 import("//chrome/version.gni")
10 10
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 "//chrome/utility", 225 "//chrome/utility",
226 "//content/public/child", 226 "//content/public/child",
227 "//third_party/WebKit/public:blink_devtools_frontend_resources", 227 "//third_party/WebKit/public:blink_devtools_frontend_resources",
228 ] 228 ]
229 } 229 }
230 if (cld_version == 0 || cld_version == 2) { 230 if (cld_version == 0 || cld_version == 2) {
231 deps += [ "//third_party/cld_2:cld2_platform_impl" ] 231 deps += [ "//third_party/cld_2:cld2_platform_impl" ]
232 } 232 }
233 233
234 # TODO(gyp) if (enable_nacl) { 234 # TODO(gyp) if (enable_nacl) {
235 # deps += [ "<(DEPTH)/ppapi/native_client/src/trusted/plugin/plugin.gyp:nacl_ trusted_plugin" ] 235 # deps += [ "<(DEPTH)/components/nacl/renderer/plugin/plugin.gyp:nacl_trusted _plugin" ]
236 #} 236 #}
237 if (enable_remoting) { 237 if (enable_remoting) {
238 deps += [ "//remoting/client/plugin" ] 238 deps += [ "//remoting/client/plugin" ]
239 } 239 }
240 } 240 }
241 241
242 if (is_win) { 242 if (is_win) {
243 # TODO(brettw) this duplicates "//chrome/common:version" which applies to 243 # TODO(brettw) this duplicates "//chrome/common:version" which applies to
244 # Linux. 244 # Linux.
245 process_version("version_header") { 245 process_version("version_header") {
(...skipping 336 matching lines...) Expand 10 before | Expand all | Expand 10 after
582 "//chrome/browser", 582 "//chrome/browser",
583 "//chrome/browser/ui", 583 "//chrome/browser/ui",
584 "//chrome/plugin", 584 "//chrome/plugin",
585 "//chrome/renderer", 585 "//chrome/renderer",
586 "//chrome/utility", 586 "//chrome/utility",
587 "//components/enhanced_bookmarks", 587 "//components/enhanced_bookmarks",
588 "//content/public/app:browser", 588 "//content/public/app:browser",
589 ] 589 ]
590 } 590 }
591 } 591 }
OLDNEW
« no previous file with comments | « .gitignore ('k') | chrome/app/BUILD.gn » ('j') | components/nacl/renderer/plugin/module_ppapi.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698