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

Unified Diff: webkit/support/webkit_support.gypi

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: sort gyps, fix ios Created 7 years, 7 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 | « webkit/support/setup_third_party.py ('k') | webkit/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/support/webkit_support.gypi
diff --git a/webkit/support/webkit_support.gypi b/webkit/support/webkit_support.gypi
index ea784ac58a7df92f48bbc6969cb7f17f8ceae30d..e3c360a4037c830180ff2acd8bf69e23163354e7 100644
--- a/webkit/support/webkit_support.gypi
+++ b/webkit/support/webkit_support.gypi
@@ -155,13 +155,6 @@
'simple_database_system.cc',
'simple_database_system.h',
],
- 'conditions': [
- ['inside_chromium_build==0', {
- 'dependencies': [
- 'setup_third_party.gyp:third_party_headers',
- ],
- }],
- ],
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.
'msvs_disabled_warnings': [ 4267, ],
},
« no previous file with comments | « webkit/support/setup_third_party.py ('k') | webkit/user_agent/webkit_user_agent.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698