Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(241)

Side by Side Diff: webkit/webkit.gyp

Issue 58008: Replace webkit/glue/screen_info.h with WebKit/chromium/public/WebScreenInfo.h... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'feature_defines': [ 7 'feature_defines': [
8 'ENABLE_DATABASE=1', 8 'ENABLE_DATABASE=1',
9 'ENABLE_DASHBOARD_SUPPORT=0', 9 'ENABLE_DASHBOARD_SUPPORT=0',
10 'ENABLE_JAVASCRIPT_DEBUGGER=0', 10 'ENABLE_JAVASCRIPT_DEBUGGER=0',
(...skipping 4331 matching lines...) Expand 10 before | Expand all | Expand 10 after
4342 'glue/password_form.h', 4342 'glue/password_form.h',
4343 'glue/password_form_dom_manager.cc', 4343 'glue/password_form_dom_manager.cc',
4344 'glue/password_form_dom_manager.h', 4344 'glue/password_form_dom_manager.h',
4345 'glue/resource_fetcher.cc', 4345 'glue/resource_fetcher.cc',
4346 'glue/resource_fetcher.h', 4346 'glue/resource_fetcher.h',
4347 'glue/resource_handle_impl.cc', 4347 'glue/resource_handle_impl.cc',
4348 'glue/resource_loader_bridge.cc', 4348 'glue/resource_loader_bridge.cc',
4349 'glue/resource_loader_bridge.h', 4349 'glue/resource_loader_bridge.h',
4350 'glue/resource_type.h', 4350 'glue/resource_type.h',
4351 'glue/scoped_clipboard_writer_glue.h', 4351 'glue/scoped_clipboard_writer_glue.h',
4352 'glue/screen_info.h',
4353 'glue/searchable_form_data.cc', 4352 'glue/searchable_form_data.cc',
4354 'glue/searchable_form_data.h', 4353 'glue/searchable_form_data.h',
4355 'glue/simple_clipboard_impl.cc', 4354 'glue/simple_clipboard_impl.cc',
4356 'glue/simple_webmimeregistry_impl.cc', 4355 'glue/simple_webmimeregistry_impl.cc',
4357 'glue/simple_webmimeregistry_impl.h', 4356 'glue/simple_webmimeregistry_impl.h',
4358 'glue/stacking_order_iterator.cc', 4357 'glue/stacking_order_iterator.cc',
4359 'glue/stacking_order_iterator.h', 4358 'glue/stacking_order_iterator.h',
4360 'glue/webclipboard_impl.cc', 4359 'glue/webclipboard_impl.cc',
4361 'glue/webclipboard_impl.h', 4360 'glue/webclipboard_impl.h',
4362 'glue/webcursor.cc', 4361 'glue/webcursor.cc',
(...skipping 21 matching lines...) Expand all
4384 'glue/webframe.h', 4383 'glue/webframe.h',
4385 'glue/webframe_impl.cc', 4384 'glue/webframe_impl.cc',
4386 'glue/webframe_impl.h', 4385 'glue/webframe_impl.h',
4387 'glue/webframeloaderclient_impl.cc', 4386 'glue/webframeloaderclient_impl.cc',
4388 'glue/webframeloaderclient_impl.h', 4387 'glue/webframeloaderclient_impl.h',
4389 'glue/webhistoryitem.h', 4388 'glue/webhistoryitem.h',
4390 'glue/webhistoryitem_impl.cc', 4389 'glue/webhistoryitem_impl.cc',
4391 'glue/webhistoryitem_impl.h', 4390 'glue/webhistoryitem_impl.h',
4392 'glue/webkit_glue.cc', 4391 'glue/webkit_glue.cc',
4393 'glue/webkit_glue.h', 4392 'glue/webkit_glue.h',
4394 'glue/webkit_glue_gtk.cc',
4395 'glue/webkit_glue_mac.mm',
4396 'glue/webkit_glue_win.cc',
4397 'glue/webkitclient_impl.cc', 4393 'glue/webkitclient_impl.cc',
4398 'glue/webkitclient_impl.h', 4394 'glue/webkitclient_impl.h',
4399 'glue/webmediaplayer.h', 4395 'glue/webmediaplayer.h',
4400 'glue/webmediaplayer_delegate.h', 4396 'glue/webmediaplayer_delegate.h',
4401 'glue/webmediaplayer_impl.cc', 4397 'glue/webmediaplayer_impl.cc',
4402 'glue/webmediaplayer_impl.h', 4398 'glue/webmediaplayer_impl.h',
4403 'glue/webplugin.h', 4399 'glue/webplugin.h',
4404 'glue/webplugin_delegate.cc', 4400 'glue/webplugin_delegate.cc',
4405 'glue/webplugin_delegate.h', 4401 'glue/webplugin_delegate.h',
4406 'glue/webplugin_impl.cc', 4402 'glue/webplugin_impl.cc',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
4481 'default_plugin/default_plugin.gyp:default_plugin', 4477 'default_plugin/default_plugin.gyp:default_plugin',
4482 ], 4478 ],
4483 'sources!': [ 4479 'sources!': [
4484 'glue/plugins/plugin_stubs.cc', 4480 'glue/plugins/plugin_stubs.cc',
4485 ], 4481 ],
4486 }], 4482 }],
4487 ], 4483 ],
4488 }, 4484 },
4489 ], 4485 ],
4490 } 4486 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698