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

Side by Side Diff: content/content_browser.gypi

Issue 7747026: Inject the ChromeOS specific geocolation wifi data provider at runtime. This allows building cont... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: sync Created 9 years, 4 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 | « chrome/browser/geolocation/wifi_data_provider_chromeos.cc ('k') | content/content_tests.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 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
562 'dependencies': [ 562 'dependencies': [
563 '../build/linux/system.gyp:dbus', 563 '../build/linux/system.gyp:dbus',
564 # For FcLangSetAdd call in render_sandbox_host_linux.cc 564 # For FcLangSetAdd call in render_sandbox_host_linux.cc
565 '../build/linux/system.gyp:fontconfig', 565 '../build/linux/system.gyp:fontconfig',
566 '../build/linux/system.gyp:gtk', 566 '../build/linux/system.gyp:gtk',
567 # For XShm* in backing_store_x.cc 567 # For XShm* in backing_store_x.cc
568 '../build/linux/system.gyp:x11', 568 '../build/linux/system.gyp:x11',
569 '../dbus/dbus.gyp:dbus', 569 '../dbus/dbus.gyp:dbus',
570 ], 570 ],
571 }], 571 }],
572 ['OS=="linux" and chromeos==1', {
573 'sources/': [
574 ['exclude', '^browser/geolocation/wifi_data_provider_linux.cc'],
575 ['exclude', '^browser/geolocation/wifi_data_provider_linux.h'],
576 ]
577 }],
578 ['OS=="linux" and toolkit_views==1',{ 572 ['OS=="linux" and toolkit_views==1',{
579 'dependencies': [ 573 'dependencies': [
580 '../views/views.gyp:views', 574 '../views/views.gyp:views',
581 ], 575 ],
582 }], 576 }],
583 ['OS=="mac"', { 577 ['OS=="mac"', {
584 'sources!': [ 578 'sources!': [
585 'browser/power_save_blocker_stub.cc', 579 'browser/power_save_blocker_stub.cc',
586 ], 580 ],
587 'link_settings': { 581 'link_settings': {
(...skipping 18 matching lines...) Expand all
606 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'], 600 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.cc'],
607 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'], 601 ['exclude', '^browser/renderer_host/gtk_im_context_wrapper.h'],
608 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] , 602 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.cc'] ,
609 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'], 603 ['exclude', '^browser/renderer_host/render_widget_host_view_gtk.h'],
610 ], 604 ],
611 }], 605 }],
612 ], 606 ],
613 }, 607 },
614 ], 608 ],
615 } 609 }
OLDNEW
« no previous file with comments | « chrome/browser/geolocation/wifi_data_provider_chromeos.cc ('k') | content/content_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698