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

Side by Side Diff: webkit/glue/webkit_glue.gypi

Issue 8889013: Implement the Web Theme Engine for Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'conditions': [ 7 'conditions': [
8 ['inside_chromium_build==0', { 8 ['inside_chromium_build==0', {
9 'webkit_src_dir': '../../../../..', 9 'webkit_src_dir': '../../../../..',
10 },{ 10 },{
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'webmenuitem.cc', 413 'webmenuitem.cc',
414 'webmenuitem.h', 414 'webmenuitem.h',
415 'webmenurunner_mac.h', 415 'webmenurunner_mac.h',
416 'webmenurunner_mac.mm', 416 'webmenurunner_mac.mm',
417 'webpreferences.cc', 417 'webpreferences.cc',
418 'webpreferences.h', 418 'webpreferences.h',
419 'websocketstreamhandle_bridge.h', 419 'websocketstreamhandle_bridge.h',
420 'websocketstreamhandle_delegate.h', 420 'websocketstreamhandle_delegate.h',
421 'websocketstreamhandle_impl.cc', 421 'websocketstreamhandle_impl.cc',
422 'websocketstreamhandle_impl.h', 422 'websocketstreamhandle_impl.h',
423 'webthemeengine_impl_android.cc',
424 'webthemeengine_impl_android.h',
423 'webthemeengine_impl_linux.cc', 425 'webthemeengine_impl_linux.cc',
426 'webthemeengine_impl_linux.h',
424 'webthemeengine_impl_mac.cc', 427 'webthemeengine_impl_mac.cc',
428 'webthemeengine_impl_mac.h',
425 'webthemeengine_impl_win.cc', 429 'webthemeengine_impl_win.cc',
430 'webthemeengine_impl_win.h',
426 'webthread_impl.h', 431 'webthread_impl.h',
427 'webthread_impl.cc', 432 'webthread_impl.cc',
428 'weburlloader_impl.cc', 433 'weburlloader_impl.cc',
429 'weburlloader_impl.h', 434 'weburlloader_impl.h',
430 'weburlrequest_extradata_impl.cc', 435 'weburlrequest_extradata_impl.cc',
431 'weburlrequest_extradata_impl.h', 436 'weburlrequest_extradata_impl.h',
432 'web_intent_data.cc', 437 'web_intent_data.cc',
433 'web_intent_data.h', 438 'web_intent_data.h',
434 'web_intent_reply_data.h', 439 'web_intent_reply_data.h',
435 'web_intent_service_data.cc', 440 'web_intent_service_data.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
555 }, 560 },
556 'includes': [ '../../build/grit_action.gypi' ], 561 'includes': [ '../../build/grit_action.gypi' ],
557 }, 562 },
558 ], 563 ],
559 'includes': [ '../../build/grit_target.gypi' ], 564 'includes': [ '../../build/grit_target.gypi' ],
560 }, 565 },
561 ], 566 ],
562 }], 567 }],
563 ], 568 ],
564 } 569 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698