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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 552703002: Fix compilation on Windows with enable_printing=2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Mon Sep 8 17:26:04 PDT 2014 Created 6 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
« no previous file with comments | « chrome/browser/ui/location_bar/origin_chip_info.cc ('k') | chrome/chrome_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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 2012 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 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 1836 matching lines...) Expand 10 before | Expand all | Expand 10 after
1847 'browser/printing/print_job_worker_owner.h', 1847 'browser/printing/print_job_worker_owner.h',
1848 'browser/printing/print_view_manager_base.cc', 1848 'browser/printing/print_view_manager_base.cc',
1849 'browser/printing/print_view_manager_base.h', 1849 'browser/printing/print_view_manager_base.h',
1850 'browser/printing/printer_query.cc', 1850 'browser/printing/printer_query.cc',
1851 'browser/printing/printer_query.h', 1851 'browser/printing/printer_query.h',
1852 'browser/printing/printing_message_filter.cc', 1852 'browser/printing/printing_message_filter.cc',
1853 'browser/printing/printing_message_filter.h', 1853 'browser/printing/printing_message_filter.h',
1854 ], 1854 ],
1855 # Used on top of the "basic" sources when enable_printing == 1 (full). 1855 # Used on top of the "basic" sources when enable_printing == 1 (full).
1856 'chrome_browser_full_printing_sources': [ 1856 'chrome_browser_full_printing_sources': [
1857 'browser/local_discovery/privet_http_impl.cc',
1858 'browser/local_discovery/privet_http_impl.h',
1859 'browser/local_discovery/pwg_raster_converter.cc', 1857 'browser/local_discovery/pwg_raster_converter.cc',
1860 'browser/local_discovery/pwg_raster_converter.h', 1858 'browser/local_discovery/pwg_raster_converter.h',
1861 'browser/printing/background_printing_manager.cc', 1859 'browser/printing/background_printing_manager.cc',
1862 'browser/printing/background_printing_manager.h', 1860 'browser/printing/background_printing_manager.h',
1863 'browser/printing/cloud_print/cloud_print_proxy_service.cc', 1861 'browser/printing/cloud_print/cloud_print_proxy_service.cc',
1864 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc', 1862 'browser/printing/cloud_print/cloud_print_proxy_service_factory.cc',
1865 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h', 1863 'browser/printing/cloud_print/cloud_print_proxy_service_factory.h',
1866 'browser/printing/cloud_print/cloud_print_proxy_service.h', 1864 'browser/printing/cloud_print/cloud_print_proxy_service.h',
1867 'browser/printing/print_dialog_cloud.cc', 1865 'browser/printing/print_dialog_cloud.cc',
1868 'browser/printing/print_dialog_cloud.h', 1866 'browser/printing/print_dialog_cloud.h',
(...skipping 512 matching lines...) Expand 10 before | Expand all | Expand 10 after
2381 'browser/local_discovery/privet_device_lister_impl.cc', 2379 'browser/local_discovery/privet_device_lister_impl.cc',
2382 'browser/local_discovery/privet_device_lister_impl.h', 2380 'browser/local_discovery/privet_device_lister_impl.h',
2383 'browser/local_discovery/privet_device_resolver.cc', 2381 'browser/local_discovery/privet_device_resolver.cc',
2384 'browser/local_discovery/privet_device_resolver.h', 2382 'browser/local_discovery/privet_device_resolver.h',
2385 'browser/local_discovery/privet_http.cc', 2383 'browser/local_discovery/privet_http.cc',
2386 'browser/local_discovery/privet_http.h', 2384 'browser/local_discovery/privet_http.h',
2387 'browser/local_discovery/privet_http_asynchronous_factory.cc', 2385 'browser/local_discovery/privet_http_asynchronous_factory.cc',
2388 'browser/local_discovery/privet_http_asynchronous_factory.h', 2386 'browser/local_discovery/privet_http_asynchronous_factory.h',
2389 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc', 2387 'browser/local_discovery/privet_http_asynchronous_factory_mac.cc',
2390 'browser/local_discovery/privet_http_asynchronous_factory_mac.h', 2388 'browser/local_discovery/privet_http_asynchronous_factory_mac.h',
2389 'browser/local_discovery/privet_http_impl.cc',
2390 'browser/local_discovery/privet_http_impl.h',
2391 'browser/local_discovery/privet_local_printer_lister.cc', 2391 'browser/local_discovery/privet_local_printer_lister.cc',
2392 'browser/local_discovery/privet_local_printer_lister.h', 2392 'browser/local_discovery/privet_local_printer_lister.h',
2393 'browser/local_discovery/privet_notifications.cc', 2393 'browser/local_discovery/privet_notifications.cc',
2394 'browser/local_discovery/privet_notifications.h', 2394 'browser/local_discovery/privet_notifications.h',
2395 'browser/local_discovery/privet_notifications_factory.cc', 2395 'browser/local_discovery/privet_notifications_factory.cc',
2396 'browser/local_discovery/privet_notifications_factory.h', 2396 'browser/local_discovery/privet_notifications_factory.h',
2397 'browser/local_discovery/privet_url_fetcher.cc', 2397 'browser/local_discovery/privet_url_fetcher.cc',
2398 'browser/local_discovery/privet_url_fetcher.h', 2398 'browser/local_discovery/privet_url_fetcher.h',
2399 'browser/local_discovery/privetv3_crypto_provider.cc', 2399 'browser/local_discovery/privetv3_crypto_provider.cc',
2400 'browser/local_discovery/privetv3_crypto_provider.h', 2400 'browser/local_discovery/privetv3_crypto_provider.h',
(...skipping 1159 matching lines...) Expand 10 before | Expand all | Expand 10 after
3560 'variables': { 3560 'variables': {
3561 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3561 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3562 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3563 }, 3563 },
3564 'includes': [ '../build/protoc.gypi' ] 3564 'includes': [ '../build/protoc.gypi' ]
3565 }, 3565 },
3566 ], 3566 ],
3567 },], 3567 },],
3568 ], 3568 ],
3569 } 3569 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/location_bar/origin_chip_info.cc ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698