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

Side by Side Diff: content/content_browser.gypi

Issue 7839002: Get most of the rest of chrome to build (but not link) with USE_AURA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 3 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
« no previous file with comments | « content/common/content_message_generator.cc ('k') | content/plugin/webplugin_delegate_stub.cc » ('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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'content_browser', 8 'target_name': 'content_browser',
9 'type': 'static_library', 9 'type': 'static_library',
10 'dependencies': [ 10 'dependencies': [
(...skipping 584 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 ], 595 ],
596 }], 596 }],
597 ['touchui==1', { 597 ['touchui==1', {
598 'sources/': [ 598 'sources/': [
599 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 599 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
601 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 601 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
603 ], 603 ],
604 }], 604 }],
605 ['use_aura==1', {
606 'sources/': [
607 ['exclude', '^browser/accessibility/browser_accessibility_manager_wi n.cc'],
608 ['exclude', '^browser/accessibility/browser_accessibility_manager_wi n.h'],
609 ['exclude', '^browser/accessibility/browser_accessibility_win.cc'],
610 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
611 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] ,
612 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
613 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
614 ],
615 }],
605 ], 616 ],
606 }, 617 },
607 ], 618 ],
608 } 619 }
OLDNEW
« no previous file with comments | « content/common/content_message_generator.cc ('k') | content/plugin/webplugin_delegate_stub.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698