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

Unified Diff: chrome/chrome_tests.gypi

Issue 234533002: Remove a bunch of TOOLKIT_GTK in content/ and gpu/, as well as NPAPI plugins on linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase, skip changing browser_main_loop.cc because of presubmit issues, will follow up Created 6 years, 8 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 | « no previous file | content/app/content_main_runner.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_tests.gypi
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
index 0540f783ca4500f61d0e3357024506f6fd54c4b3..0f819a2b348716f632fcbfb9b46c91216909a58e 100644
--- a/chrome/chrome_tests.gypi
+++ b/chrome/chrome_tests.gypi
@@ -1886,11 +1886,16 @@
],
}],
['OS!="android" and OS!="ios"', {
+ 'dependencies': [
+ # build time dependency.
+ '../v8/src/d8.gyp:d8#host',
+ ],
+ }],
+ ['OS!="android" and OS!="ios" and OS!="linux"', {
# npapi test plugin doesn't build on android or ios
'dependencies': [
# build time dependency.
'../content/content_shell_and_tests.gyp:copy_npapi_test_plugin',
- '../v8/src/d8.gyp:d8#host',
],
}],
['enable_app_list==0', {
« no previous file with comments | « no previous file | content/app/content_main_runner.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698