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

Unified Diff: content/content.gyp

Issue 14823005: Remove inside_chromium_build gyp variable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
Index: content/content.gyp
diff --git a/content/content.gyp b/content/content.gyp
index f7902796b29e3a0f3ae0477f60b289d28e7308ce..e6cabb79535889542c2367c6e8b61456a674753c 100644
--- a/content/content.gyp
+++ b/content/content.gyp
@@ -6,22 +6,10 @@
'variables': {
'chromium_code': 1, # Use higher warning level.
'directxsdk_exists': '<!(python <(DEPTH)/build/dir_exists.py ../third_party/directxsdk)',
- 'conditions': [
- ['inside_chromium_build==0', {
- 'webkit_src_dir': '../../../..',
- },{
- 'webkit_src_dir': '../third_party/WebKit',
- }],
- ],
},
'target_defaults': {
'defines': ['CONTENT_IMPLEMENTATION'],
'conditions': [
- ['inside_chromium_build==0', {
- 'dependencies': [
- '../webkit/support/setup_third_party.gyp:third_party_headers',
- ],
- }],
# TODO(jschuh): Remove this after crbug.com/173851 gets fixed.
['OS=="win" and target_arch=="x64"', {
'msvs_settings': {
@@ -33,15 +21,11 @@
],
},
'conditions': [
- ['inside_chromium_build==1', {
- 'includes': [
- 'content_tests.gypi',
- ],
- }],
['OS != "ios"', {
'includes': [
'../build/win_precompile.gypi',
'content_shell.gypi',
+ 'content_tests.gypi',
],
}],
# In component mode, we build all of content as a single DLL.

Powered by Google App Engine
This is Rietveld 408576698