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

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: Patch for landing 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
« no previous file with comments | « ui/gfx/native_theme_android.cc ('k') | webkit/glue/webthemeengine_impl_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 'webmenuitem.cc', 414 'webmenuitem.cc',
415 'webmenuitem.h', 415 'webmenuitem.h',
416 'webmenurunner_mac.h', 416 'webmenurunner_mac.h',
417 'webmenurunner_mac.mm', 417 'webmenurunner_mac.mm',
418 'webpreferences.cc', 418 'webpreferences.cc',
419 'webpreferences.h', 419 'webpreferences.h',
420 'websocketstreamhandle_bridge.h', 420 'websocketstreamhandle_bridge.h',
421 'websocketstreamhandle_delegate.h', 421 'websocketstreamhandle_delegate.h',
422 'websocketstreamhandle_impl.cc', 422 'websocketstreamhandle_impl.cc',
423 'websocketstreamhandle_impl.h', 423 'websocketstreamhandle_impl.h',
424 'webthemeengine_impl_android.cc',
425 'webthemeengine_impl_android.h',
424 'webthemeengine_impl_linux.cc', 426 'webthemeengine_impl_linux.cc',
427 'webthemeengine_impl_linux.h',
425 'webthemeengine_impl_mac.cc', 428 'webthemeengine_impl_mac.cc',
429 'webthemeengine_impl_mac.h',
426 'webthemeengine_impl_win.cc', 430 'webthemeengine_impl_win.cc',
431 'webthemeengine_impl_win.h',
427 'webthread_impl.h', 432 'webthread_impl.h',
428 'webthread_impl.cc', 433 'webthread_impl.cc',
429 'weburlloader_impl.cc', 434 'weburlloader_impl.cc',
430 'weburlloader_impl.h', 435 'weburlloader_impl.h',
431 'weburlrequest_extradata_impl.cc', 436 'weburlrequest_extradata_impl.cc',
432 'weburlrequest_extradata_impl.h', 437 'weburlrequest_extradata_impl.h',
433 'web_intent_data.cc', 438 'web_intent_data.cc',
434 'web_intent_data.h', 439 'web_intent_data.h',
435 'web_intent_reply_data.h', 440 'web_intent_reply_data.h',
436 'web_intent_service_data.cc', 441 'web_intent_service_data.cc',
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
558 }, 563 },
559 'includes': [ '../../build/grit_action.gypi' ], 564 'includes': [ '../../build/grit_action.gypi' ],
560 }, 565 },
561 ], 566 ],
562 'includes': [ '../../build/grit_target.gypi' ], 567 'includes': [ '../../build/grit_target.gypi' ],
563 }, 568 },
564 ], 569 ],
565 }], 570 }],
566 ], 571 ],
567 } 572 }
OLDNEW
« no previous file with comments | « ui/gfx/native_theme_android.cc ('k') | webkit/glue/webthemeengine_impl_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698