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

Unified Diff: pdf/BUILD.gn

Issue 2166193002: Handle ctrl + shift + left click on links in PDF. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Handle ctrl + shift + left click on links in PDF. Created 4 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/data/pdf/navigator_test.js ('k') | pdf/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/BUILD.gn
diff --git a/pdf/BUILD.gn b/pdf/BUILD.gn
index d683ab2464e4d430ed9f68468406ccf449a3f8e3..ea7a3eda45317e0bc5b4abf7a230d6f6a229869e 100644
--- a/pdf/BUILD.gn
+++ b/pdf/BUILD.gn
@@ -16,6 +16,7 @@ static_library("pdf") {
"//net",
"//ppapi/cpp:objects",
"//ppapi/cpp/private:internal_module",
+ "//ui/base",
]
sources = [
« no previous file with comments | « chrome/test/data/pdf/navigator_test.js ('k') | pdf/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698