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

Unified Diff: build/all.gyp

Issue 14807005: Add a target all_webkit that depends on the old all_webkit and content_shell (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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 | « no previous file | build/all_android.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/all.gyp
diff --git a/build/all.gyp b/build/all.gyp
index d9176a1c7c6abeaa83593536e5fa289694bc36f9..264ede7c6b142ad44ee9650edd0270a631feb68e 100644
--- a/build/all.gyp
+++ b/build/all.gyp
@@ -61,7 +61,7 @@
'../third_party/ots/ots.gyp:*',
'../third_party/qcms/qcms.gyp:*',
'../third_party/re2/re2.gyp:re2',
- '../third_party/WebKit/Source/WebKit/chromium/All.gyp:*',
+ '../third_party/WebKit/public/all.gyp:*',
'../v8/tools/gyp/v8.gyp:*',
'../webkit/compositor_bindings/compositor_bindings_tests.gyp:*',
'../webkit/webkit.gyp:*',
@@ -186,6 +186,14 @@
],
}, # target_name: All
{
+ 'target_name': 'all_webkit',
+ 'type': 'none',
+ 'dependencies': [
+ '../third_party/WebKit/public/all.gyp:all_blink',
+ '../content/content.gyp:content_shell',
+ ],
+ }, # target_name: all_webkit
+ {
'target_name': 'All_syzygy',
'type': 'none',
'conditions': [
« no previous file with comments | « no previous file | build/all_android.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698