diff options
-rw-r--r-- | DEPS | 3 | ||||
-rw-r--r-- | chrome_frame/crash_reporting/crash_reporting.gyp | 3 | ||||
-rw-r--r-- | cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp | 3 |
3 files changed, 9 insertions, 0 deletions
@@ -70,6 +70,9 @@ deps = { "src/breakpad/src": (Var("googlecode_url") % "google-breakpad") + "/trunk/src@939", + "src/build/util/support": + "/trunk/deps/support@20411", + "src/googleurl": (Var("googlecode_url") % "google-url") + "/trunk@175", diff --git a/chrome_frame/crash_reporting/crash_reporting.gyp b/chrome_frame/crash_reporting/crash_reporting.gyp index 1746041..f81838c 100644 --- a/chrome_frame/crash_reporting/crash_reporting.gyp +++ b/chrome_frame/crash_reporting/crash_reporting.gyp @@ -3,6 +3,9 @@ # found in the LICENSE file. { + 'includes': [ + '../../build/common.gypi', + ], 'target_defaults': { 'include_dirs': [ # all our own includes are relative to src/ diff --git a/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp b/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp index 630b5e4..9186e9b 100644 --- a/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp +++ b/cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp @@ -3,6 +3,9 @@ # found in the LICENSE file. { + 'includes': [ + '../../../../build/common.gypi', + ], 'target_defaults': { 'variables': { 'chromium_code': 1, |