summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DEPS3
-rw-r--r--chrome_frame/crash_reporting/crash_reporting.gyp3
-rw-r--r--cloud_print/virtual_driver/win/port_monitor/virtual_driver_port_monitor.gyp3
3 files changed, 9 insertions, 0 deletions
diff --git a/DEPS b/DEPS
index 66b7a98..1ce16dd 100644
--- a/DEPS
+++ b/DEPS
@@ -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,