diff options
author | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 22:05:27 +0000 |
---|---|---|
committer | abarth@chromium.org <abarth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-05-29 22:05:27 +0000 |
commit | 674de992203708b7e06158af4a67b0fe94a7230b (patch) | |
tree | 9b965807e3a651840c99aba8460e85b4c89c5cd4 /cc/cc_tests.gyp | |
parent | ef0a1b06ea55ec7d2e375ba4333ab8be048a7e21 (diff) | |
download | chromium_src-674de992203708b7e06158af4a67b0fe94a7230b.zip chromium_src-674de992203708b7e06158af4a67b0fe94a7230b.tar.gz chromium_src-674de992203708b7e06158af4a67b0fe94a7230b.tar.bz2 |
Update refernces to Blink's Platform API (cc)
These headers have moved from Source/Platform/chromium/public to
public/platform. This CL updates CC's references to the old location to point
to the new location. After this CL lands, I'll remove the forwarding headers
that are letting these references still work.
TBR=jamesr@chromium.org
BUG=239545
Review URL: https://chromiumcodereview.appspot.com/16085003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@202990 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r-- | cc/cc_tests.gyp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp index e9a4d02..1f54b0f 100644 --- a/cc/cc_tests.gyp +++ b/cc/cc_tests.gyp @@ -191,7 +191,6 @@ 'include_dirs': [ 'test', '.', - '../third_party/WebKit/Source/Platform/chromium', ], 'conditions': [ ['OS == "android" and gtest_target_type == "shared_library"', { @@ -233,7 +232,6 @@ 'include_dirs': [ 'test', '.', - '../third_party/WebKit/Source/Platform/chromium', ], 'conditions': [ ['OS == "android" and gtest_target_type == "shared_library"', { @@ -258,7 +256,6 @@ 'test', '.', '..', - '../third_party/WebKit/Source/Platform/chromium', ], 'dependencies': [ '../skia/skia.gyp:skia', |