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

Side by Side Diff: webkit/webkit.gyp

Issue 92062: Clean up cocoa popup menu handling for test_shell (Closed) Base URL: svn://chrome-svn/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_CHANNEL_MESSAGING=1', 8 'ENABLE_CHANNEL_MESSAGING=1',
9 'ENABLE_DATABASE=1', 9 'ENABLE_DATABASE=1',
10 'ENABLE_DASHBOARD_SUPPORT=0', 10 'ENABLE_DASHBOARD_SUPPORT=0',
(...skipping 4456 matching lines...) Expand 10 before | Expand all | Expand 10 after
4467 'glue/webhistoryitem_impl.cc', 4467 'glue/webhistoryitem_impl.cc',
4468 'glue/webhistoryitem_impl.h', 4468 'glue/webhistoryitem_impl.h',
4469 'glue/webkit_glue.cc', 4469 'glue/webkit_glue.cc',
4470 'glue/webkit_glue.h', 4470 'glue/webkit_glue.h',
4471 'glue/webkitclient_impl.cc', 4471 'glue/webkitclient_impl.cc',
4472 'glue/webkitclient_impl.h', 4472 'glue/webkitclient_impl.h',
4473 'glue/webmediaplayer.h', 4473 'glue/webmediaplayer.h',
4474 'glue/webmediaplayer_delegate.h', 4474 'glue/webmediaplayer_delegate.h',
4475 'glue/webmediaplayer_impl.cc', 4475 'glue/webmediaplayer_impl.cc',
4476 'glue/webmediaplayer_impl.h', 4476 'glue/webmediaplayer_impl.h',
4477 'glue/webmenurunner_mac.h',
4478 'glue/webmenurunner_mac.mm',
4477 'glue/webplugin.h', 4479 'glue/webplugin.h',
4478 'glue/webplugin_delegate.cc', 4480 'glue/webplugin_delegate.cc',
4479 'glue/webplugin_delegate.h', 4481 'glue/webplugin_delegate.h',
4480 'glue/webplugin_impl.cc', 4482 'glue/webplugin_impl.cc',
4481 'glue/webplugin_impl.h', 4483 'glue/webplugin_impl.h',
4482 'glue/webplugininfo.h', 4484 'glue/webplugininfo.h',
4483 'glue/webpreferences.h', 4485 'glue/webpreferences.h',
4484 'glue/webresponse.h', 4486 'glue/webresponse.h',
4485 'glue/webresponse_impl.h', 4487 'glue/webresponse_impl.h',
4486 'glue/webtextinput.h', 4488 'glue/webtextinput.h',
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
4562 'sources!': [ 4564 'sources!': [
4563 'glue/plugins/plugin_stubs.cc', 4565 'glue/plugins/plugin_stubs.cc',
4564 # Used directly in test_shell* so it can be replaced in chromium. 4566 # Used directly in test_shell* so it can be replaced in chromium.
4565 'glue/simple_clipboard_impl.cc', 4567 'glue/simple_clipboard_impl.cc',
4566 ], 4568 ],
4567 }], 4569 }],
4568 ], 4570 ],
4569 }, 4571 },
4570 ], 4572 ],
4571 } 4573 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698