Commit 5cec071f authored by thestig@chromium.org's avatar thestig@chromium.org

Fix gyp warnings about missing files.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/8771046

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112849 0039d316-1c4b-4281-b951-d872f2087c98
parent 4554e58c
...@@ -3264,7 +3264,6 @@ ...@@ -3264,7 +3264,6 @@
'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc', 'browser/sync/notifier/non_blocking_invalidation_notifier_unittest.cc',
'browser/sync/notifier/p2p_notifier_unittest.cc', 'browser/sync/notifier/p2p_notifier_unittest.cc',
'browser/sync/notifier/registration_manager_unittest.cc', 'browser/sync/notifier/registration_manager_unittest.cc',
'browser/sync/profile_sync_factory_mock.h',
'browser/sync/protocol/proto_enum_conversions_unittest.cc', 'browser/sync/protocol/proto_enum_conversions_unittest.cc',
'browser/sync/protocol/proto_value_conversions_unittest.cc', 'browser/sync/protocol/proto_value_conversions_unittest.cc',
'browser/sync/sessions/ordered_commit_set_unittest.cc', 'browser/sync/sessions/ordered_commit_set_unittest.cc',
......
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
'public/browser/content_ipc_logging.h', 'public/browser/content_ipc_logging.h',
'public/browser/devtools_agent_host_registry.h', 'public/browser/devtools_agent_host_registry.h',
'public/browser/devtools_client_host.h', 'public/browser/devtools_client_host.h',
'public/browser/devtools_frontend_window_delegate.h', 'public/browser/devtools_frontend_host_delegate.h',
'public/browser/devtools_http_handler.h', 'public/browser/devtools_http_handler.h',
'public/browser/devtools_http_handler_delegate.h', 'public/browser/devtools_http_handler_delegate.h',
'public/browser/devtools_manager.h', 'public/browser/devtools_manager.h',
......
...@@ -371,9 +371,9 @@ ...@@ -371,9 +371,9 @@
'window/client_view.cc', 'window/client_view.cc',
'window/client_view.h', 'window/client_view.h',
'window/custom_frame_view.cc', 'window/custom_frame_view.cc',
'window/window/custom_frame_view.h', 'window/custom_frame_view.h',
'window/dialog_client_view.cc', 'window/dialog_client_view.cc',
'window/window/dialog_client_view.h', 'window/dialog_client_view.h',
'window/dialog_delegate.cc', 'window/dialog_delegate.cc',
'window/dialog_delegate.h', 'window/dialog_delegate.h',
'window/native_frame_view.cc', 'window/native_frame_view.cc',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment