| Index: third_party/WebKit/Source/platform/blink_platform.gypi
|
| diff --git a/third_party/WebKit/Source/platform/blink_platform.gypi b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| index fbc001ddc8797a8bdab179c56d99544bf80c9799..b31cf81f0ac07d2ef8856105dd634ec3ea83b464 100644
|
| --- a/third_party/WebKit/Source/platform/blink_platform.gypi
|
| +++ b/third_party/WebKit/Source/platform/blink_platform.gypi
|
| @@ -101,6 +101,8 @@
|
| 'PrerenderClient.h',
|
| 'PurgeableVector.cpp',
|
| 'PurgeableVector.h',
|
| + 'ScopedOrientationChangeIndicator.cpp',
|
| + 'ScopedOrientationChangeIndicator.h',
|
| 'ScriptForbiddenScope.cpp',
|
| 'ScriptForbiddenScope.h',
|
| 'SecureTextInput.cpp',
|
| @@ -1141,6 +1143,7 @@
|
| 'weborigin/Suborigin.h',
|
| ],
|
| 'platform_test_files': [
|
| + 'ScopedOrientationChangeIndicatorTest.cpp',
|
| 'DecimalTest.cpp',
|
| 'DragImageTest.cpp',
|
| 'HistogramTest.cpp',
|
|
|