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

Side by Side Diff: chrome/common/BUILD.gn

Issue 464883002: Credential Manager: Renderer-side implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 4 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 | Annotate | Revision Log
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("//tools/grit/grit_rule.gni") 5 import("//tools/grit/grit_rule.gni")
6 6
7 gypi_values = exec_script( 7 gypi_values = exec_script(
8 "//build/gypi_to_gn.py", 8 "//build/gypi_to_gn.py",
9 [ rebase_path("../chrome_common.gypi") ], 9 [ rebase_path("../chrome_common.gypi") ],
10 "scope", 10 "scope",
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 # Use this Mac file that was filtered out. 77 # Use this Mac file that was filtered out.
78 "chrome_version_info_mac.mm", 78 "chrome_version_info_mac.mm",
79 ] 79 ]
80 } else { 80 } else {
81 # Non-iOS. 81 # Non-iOS.
82 deps += [ 82 deps += [
83 "//chrome/common/extensions/api", 83 "//chrome/common/extensions/api",
84 "//components/visitedlink/common", 84 "//components/visitedlink/common",
85 "//components/autofill/content/common", 85 "//components/autofill/content/common",
86 "//components/autofill/core/common", 86 "//components/autofill/core/common",
87 "//components/password_manager/content/common",
87 "//components/password_manager/core/common", 88 "//components/password_manager/core/common",
88 "//components/signin/core/common", 89 "//components/signin/core/common",
89 "//components/translate/content/common", 90 "//components/translate/content/common",
90 "//extensions/common/api", 91 "//extensions/common/api",
91 "//ipc", 92 "//ipc",
92 "//third_party/adobe/flash:flapper_version_h", 93 "//third_party/adobe/flash:flapper_version_h",
93 "//third_party/re2", 94 "//third_party/re2",
94 "//third_party/widevine/cdm:version_h", 95 "//third_party/widevine/cdm:version_h",
95 #'<(DEPTH)/extensions/extensions.gyp:extensions_common', TODO(GYP) 96 #'<(DEPTH)/extensions/extensions.gyp:extensions_common', TODO(GYP)
96 ] 97 ]
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 "//components/bookmarks/common", 301 "//components/bookmarks/common",
301 "//third_party/widevine/cdm:version_h", 302 "//third_party/widevine/cdm:version_h",
302 ] 303 ]
303 304
304 if (enable_nacl) { 305 if (enable_nacl) {
305 deps += [ 306 deps += [
306 #'../components/nacl.gyp:nacl_switches', TODO(GYP) 307 #'../components/nacl.gyp:nacl_switches', TODO(GYP)
307 ] 308 ]
308 } 309 }
309 } 310 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698