aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/pathops_unittest.gyp1
-rw-r--r--tests/skia_test.cpp2
2 files changed, 2 insertions, 1 deletions
diff --git a/gyp/pathops_unittest.gyp b/gyp/pathops_unittest.gyp
index 17213899d2..b7fca5efc9 100644
--- a/gyp/pathops_unittest.gyp
+++ b/gyp/pathops_unittest.gyp
@@ -120,6 +120,7 @@
'dependencies': [
'skia_base_libs.gyp:skia_base_libs',
'effects.gyp:effects',
+ 'flags.gyp:flags',
'images.gyp:images',
'utils.gyp:utils',
],
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 5f886681a2..0851f8e661 100644
--- a/tests/skia_test.cpp
+++ b/tests/skia_test.cpp
@@ -5,7 +5,7 @@
* found in the LICENSE file.
*/
-#include "../tools/flags/SkCommandLineFlags.h"
+#include "SkCommandLineFlags.h"
#include "SkGraphics.h"
#include "Test.h"
#include "SkOSFile.h"