Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2944)

Unified Diff: cc/cc_tests.gyp

Issue 15462003: Update references to Blink's Platform API headers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/debug/fake_web_graphics_context_3d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 71c2dd6173deec62b509310f22610d9003361018..fc173d76b9f5f924cec44760d65dda38e38a61e4 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -193,7 +193,7 @@
'include_dirs': [
'test',
'.',
- '../third_party/WebKit/Source/Platform/chromium',
+ '../third_party/WebKit/public/platform',
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {
@@ -235,7 +235,7 @@
'include_dirs': [
'test',
'.',
- '../third_party/WebKit/Source/Platform/chromium',
+ '../third_party/WebKit/public/platform',
],
'conditions': [
['OS == "android" and gtest_target_type == "shared_library"', {
@@ -260,7 +260,7 @@
'test',
'.',
'..',
- '../third_party/WebKit/Source/Platform/chromium',
+ '../third_party/WebKit/public/platform',
],
'dependencies': [
'../skia/skia.gyp:skia',
« no previous file with comments | « cc/animation/layer_animation_controller_unittest.cc ('k') | cc/debug/fake_web_graphics_context_3d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698