summaryrefslogtreecommitdiffstats
path: root/content
diff options
context:
space:
mode:
Diffstat (limited to 'content')
-rw-r--r--content/content_browser.gypi2
-rw-r--r--content/content_gpu.gypi4
-rw-r--r--content/content_tests.gypi4
3 files changed, 5 insertions, 5 deletions
diff --git a/content/content_browser.gypi b/content/content_browser.gypi
index 49cfd02..467ab21 100644
--- a/content/content_browser.gypi
+++ b/content/content_browser.gypi
@@ -1617,7 +1617,7 @@
'../net/net.gyp:http_server',
'../storage/storage_browser.gyp:storage',
'../storage/storage_common.gyp:storage_common',
- '../third_party/angle/src/build_angle.gyp:commit_id',
+ '../third_party/angle/src/angle.gyp:commit_id',
'../third_party/leveldatabase/leveldatabase.gyp:leveldatabase',
'../ui/surface/surface.gyp:surface',
],
diff --git a/content/content_gpu.gypi b/content/content_gpu.gypi
index 4400ec8..c15e7a53 100644
--- a/content/content_gpu.gypi
+++ b/content/content_gpu.gypi
@@ -31,8 +31,8 @@
'<(DEPTH)/third_party/wtl/include',
],
'dependencies': [
- '<(angle_path)/src/build_angle.gyp:libEGL',
- '<(angle_path)/src/build_angle.gyp:libGLESv2',
+ '<(angle_path)/src/angle.gyp:libEGL',
+ '<(angle_path)/src/angle.gyp:libGLESv2',
],
'link_settings': {
'libraries': [
diff --git a/content/content_tests.gypi b/content/content_tests.gypi
index f67f015..a82c4b1 100644
--- a/content/content_tests.gypi
+++ b/content/content_tests.gypi
@@ -1498,8 +1498,8 @@
}],
['OS=="win"', {
'dependencies': [
- '<(angle_path)/src/build_angle.gyp:libEGL',
- '<(angle_path)/src/build_angle.gyp:libGLESv2',
+ '<(angle_path)/src/angle.gyp:libEGL',
+ '<(angle_path)/src/angle.gyp:libGLESv2',
],
}],
['(OS=="win" and win_use_allocator_shim==1) or '