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

Side by Side Diff: content/content_browser.gypi

Issue 7857019: Basic scaffolding for a "content shell", i.e. test browser over the content module. (Closed) Base URL: svn://chrome-svn/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/content_app.gypi ('k') | content/content_shell.gypi » ('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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 '-lsensorsapi.lib', 556 '-lsensorsapi.lib',
557 ], 557 ],
558 }, 558 },
559 'sources!': [ 559 'sources!': [
560 'browser/power_save_blocker_stub.cc', 560 'browser/power_save_blocker_stub.cc',
561 ], 561 ],
562 }], 562 }],
563 ['toolkit_uses_gtk == 1', { 563 ['toolkit_uses_gtk == 1', {
564 'dependencies': [ 564 'dependencies': [
565 '../build/linux/system.gyp:dbus', 565 '../build/linux/system.gyp:dbus',
566 '../build/linux/system.gyp:dbus-glib',
566 # For FcLangSetAdd call in render_sandbox_host_linux.cc 567 # For FcLangSetAdd call in render_sandbox_host_linux.cc
567 '../build/linux/system.gyp:fontconfig', 568 '../build/linux/system.gyp:fontconfig',
568 '../build/linux/system.gyp:gtk', 569 '../build/linux/system.gyp:gtk',
569 # For XShm* in backing_store_x.cc 570 # For XShm* in backing_store_x.cc
570 '../build/linux/system.gyp:x11', 571 '../build/linux/system.gyp:x11',
571 '../dbus/dbus.gyp:dbus', 572 '../dbus/dbus.gyp:dbus',
572 ], 573 ],
573 'conditions': [ 574 'conditions': [
574 ['linux_sandbox_path != ""', { 575 ['linux_sandbox_path != ""', {
575 'defines': [ 576 'defines': [
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
620 ['exclude', '^browser/accessibility/browser_accessibility_win.h'], 621 ['exclude', '^browser/accessibility/browser_accessibility_win.h'],
621 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] , 622 ['exclude', '^browser/renderer_host/render_widget_host_view_win.cc'] ,
622 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'], 623 ['exclude', '^browser/renderer_host/render_widget_host_view_win.h'],
623 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'], 624 ['exclude', '^browser/renderer_host/render_message_filter_win.cc'],
624 ], 625 ],
625 }], 626 }],
626 ], 627 ],
627 }, 628 },
628 ], 629 ],
629 } 630 }
OLDNEW
« no previous file with comments | « content/content_app.gypi ('k') | content/content_shell.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698