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, 0 insertions, 9 deletions
@@ -70,9 +70,6 @@ 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 f81838c..1746041 100644 --- a/chrome_frame/crash_reporting/crash_reporting.gyp +++ b/chrome_frame/crash_reporting/crash_reporting.gyp @@ -3,9 +3,6 @@ # 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 9186e9b..630b5e4 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,9 +3,6 @@ # found in the LICENSE file. { - 'includes': [ - '../../../../build/common.gypi', - ], 'target_defaults': { 'variables': { 'chromium_code': 1, |