| Index: trunk/src/chrome/chrome.gyp
|
| ===================================================================
|
| --- trunk/src/chrome/chrome.gyp (revision 212238)
|
| +++ trunk/src/chrome/chrome.gyp (working copy)
|
| @@ -18,7 +18,7 @@
|
| ],
|
| 'chromium_child_dependencies': [
|
| 'common',
|
| - '../content/content.gyp:content_app_child',
|
| + '../content/content.gyp:content_app',
|
| '../sync/sync.gyp:sync',
|
| ],
|
| 'allocator_target': '../base/allocator/allocator.gyp:allocator',
|
| @@ -30,8 +30,9 @@
|
| 'conditions': [
|
| ['OS!="ios"', {
|
| 'chromium_browser_dependencies': [
|
| + 'debugger',
|
| + '../content/content.gyp:content_ppapi_plugin',
|
| '../printing/printing.gyp:printing',
|
| - '../ppapi/ppapi_internal.gyp:ppapi_host',
|
| ],
|
| 'chromium_child_dependencies': [
|
| 'debugger',
|
| @@ -41,6 +42,7 @@
|
| '../content/content.gyp:content_gpu',
|
| '../content/content.gyp:content_ppapi_plugin',
|
| '../content/content.gyp:content_worker',
|
| + '../printing/printing.gyp:printing',
|
| '../third_party/WebKit/Source/devtools/devtools.gyp:devtools_frontend_resources',
|
| ],
|
| }],
|
|
|