diff options
author | abarth@chromium.org <abarth@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-09-27 16:52:03 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@bbb929c8-8fbe-4397-9dbb-9b2b20218538> | 2013-09-27 16:52:03 +0000 |
commit | b4cb2a145b4e0bc30afe50fc0078b2f6bef50acf (patch) | |
tree | 8f430a8fa378aa2997f31c98103fd6f66b777c21 /third_party/WebKit/Source/web/web_tests.gyp | |
parent | 0195673021e0816c70a96956d379d9b80fae038e (diff) | |
download | chromium_src-b4cb2a145b4e0bc30afe50fc0078b2f6bef50acf.zip chromium_src-b4cb2a145b4e0bc30afe50fc0078b2f6bef50acf.tar.gz chromium_src-b4cb2a145b4e0bc30afe50fc0078b2f6bef50acf.tar.bz2 |
Rename INSIDE_WEBKIT to INSIDE_BLINK
We're not inside WebKit anymore.
R=eseidel@chromium.org
Review URL: https://codereview.chromium.org/25091002
git-svn-id: svn://svn.chromium.org/blink/trunk@158455 bbb929c8-8fbe-4397-9dbb-9b2b20218538
Diffstat (limited to 'third_party/WebKit/Source/web/web_tests.gyp')
-rw-r--r-- | third_party/WebKit/Source/web/web_tests.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/web_tests.gyp b/third_party/WebKit/Source/web/web_tests.gyp index 2bec9de..a02f2f4 100644 --- a/third_party/WebKit/Source/web/web_tests.gyp +++ b/third_party/WebKit/Source/web/web_tests.gyp @@ -76,7 +76,7 @@ ], 'defines': [ 'BLINK_IMPLEMENTATION=1', - 'INSIDE_WEBKIT', + 'INSIDE_BLINK', ], 'sources': [ '<@(bindings_unittest_files)', |