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

Side by Side Diff: chrome/chrome.gyp

Issue 200138: GTK: Add a dialog for printing. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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 | « chrome/browser/resources/linux-splash-chrome.html ('k') | chrome/common/chrome_switches.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 # Define the common dependencies that contain all the actual 9 # Define the common dependencies that contain all the actual
10 # Chromium functionality. This list gets pulled in below by 10 # Chromium functionality. This list gets pulled in below by
(...skipping 1642 matching lines...) Expand 10 before | Expand all | Expand 10 after
1653 'browser/password_manager/password_store_win.h', 1653 'browser/password_manager/password_store_win.h',
1654 'browser/password_manager/password_store_win.cc', 1654 'browser/password_manager/password_store_win.cc',
1655 'browser/plugin_installer.cc', 1655 'browser/plugin_installer.cc',
1656 'browser/plugin_installer.h', 1656 'browser/plugin_installer.h',
1657 'browser/plugin_process_host.cc', 1657 'browser/plugin_process_host.cc',
1658 'browser/plugin_process_host.h', 1658 'browser/plugin_process_host.h',
1659 'browser/plugin_service.cc', 1659 'browser/plugin_service.cc',
1660 'browser/plugin_service.h', 1660 'browser/plugin_service.h',
1661 'browser/possible_url_model.cc', 1661 'browser/possible_url_model.cc',
1662 'browser/possible_url_model.h', 1662 'browser/possible_url_model.h',
1663 'browser/printing/print_dialog_gtk.cc',
1664 'browser/printing/print_dialog_gtk.h',
1663 'browser/printing/print_job.cc', 1665 'browser/printing/print_job.cc',
1664 'browser/printing/print_job.h', 1666 'browser/printing/print_job.h',
1665 'browser/printing/print_job_manager.cc', 1667 'browser/printing/print_job_manager.cc',
1666 'browser/printing/print_job_manager.h', 1668 'browser/printing/print_job_manager.h',
1667 'browser/printing/print_job_worker.cc', 1669 'browser/printing/print_job_worker.cc',
1668 'browser/printing/print_job_worker.h', 1670 'browser/printing/print_job_worker.h',
1669 'browser/printing/print_job_worker_owner.h', 1671 'browser/printing/print_job_worker_owner.h',
1670 'browser/printing/print_view_manager.cc', 1672 'browser/printing/print_view_manager.cc',
1671 'browser/printing/print_view_manager.h', 1673 'browser/printing/print_view_manager.h',
1672 'browser/printing/printer_query.cc', 1674 'browser/printing/printer_query.cc',
(...skipping 551 matching lines...) Expand 10 before | Expand all | Expand 10 after
2224 ['exclude', '^browser/chromeos'], 2226 ['exclude', '^browser/chromeos'],
2225 ], 2227 ],
2226 }], 2228 }],
2227 ['OS=="linux"', { 2229 ['OS=="linux"', {
2228 'dependencies': [ 2230 'dependencies': [
2229 # Temporarily disabled while we figure some stuff out. 2231 # Temporarily disabled while we figure some stuff out.
2230 # http://code.google.com/p/chromium/issues/detail?id=12351 2232 # http://code.google.com/p/chromium/issues/detail?id=12351
2231 # '../build/linux/system.gyp:dbus-glib', 2233 # '../build/linux/system.gyp:dbus-glib',
2232 # '../build/linux/system.gyp:gnome-keyring', 2234 # '../build/linux/system.gyp:gnome-keyring',
2233 '../build/linux/system.gyp:gtk', 2235 '../build/linux/system.gyp:gtk',
2236 '../build/linux/system.gyp:gtkprint',
2234 '../build/linux/system.gyp:nss', 2237 '../build/linux/system.gyp:nss',
2235 '../base/base.gyp:linux_versioninfo', 2238 '../base/base.gyp:linux_versioninfo',
2236 ], 2239 ],
2237 'sources!': [ 2240 'sources!': [
2238 'browser/views/extensions/extension_shelf.cc', 2241 'browser/views/extensions/extension_shelf.cc',
2239 'browser/views/extensions/extension_shelf.h', 2242 'browser/views/extensions/extension_shelf.h',
2240 'browser/views/extensions/extension_view.cc', 2243 'browser/views/extensions/extension_view.cc',
2241 'browser/views/extensions/extension_view.h', 2244 'browser/views/extensions/extension_view.h',
2242 # Windows-specific files. 2245 # Windows-specific files.
2243 'browser/password_manager/password_store_win.cc', 2246 'browser/password_manager/password_store_win.cc',
(...skipping 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
2621 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'], 2624 ['exclude', '^browser/tab_contents/tab_contents_view_gtk.h'],
2622 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'], 2625 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. cc'],
2623 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'], 2626 ['exclude', '^browser/tab_contents/render_view_context_menu_gtk. h'],
2624 # This compiles but has Linux shared build linking issues due to 2627 # This compiles but has Linux shared build linking issues due to
2625 # missing rsa_private_key functions. 2628 # missing rsa_private_key functions.
2626 ['exclude', '^browser/extensions/extension_creator.cc'], 2629 ['exclude', '^browser/extensions/extension_creator.cc'],
2627 # This compiles but it needs extension_creator. 2630 # This compiles but it needs extension_creator.
2628 ['exclude', '^browser/extensions/pack_extension_job.cc'], 2631 ['exclude', '^browser/extensions/pack_extension_job.cc'],
2629 ], 2632 ],
2630 }], 2633 }],
2634 ['OS=="linux" and toolkit_views==0', {
2635 'sources/': [
2636 ['include', '^browser/printing/print_dialog_gtk.cc'],
2637 ['include', '^browser/printing/print_dialog_gtk.h'],
2638 ],
2639 }],
2631 ['chromeos==1',{ 2640 ['chromeos==1',{
2632 'dependencies': [ 2641 'dependencies': [
2633 '../third_party/protobuf2/protobuf.gyp:protobuf', 2642 '../third_party/protobuf2/protobuf.gyp:protobuf',
2634 '../third_party/protobuf2/protobuf.gyp:protoc', 2643 '../third_party/protobuf2/protobuf.gyp:protoc',
2635 ], 2644 ],
2636 'actions': [ 2645 'actions': [
2637 { 2646 {
2638 'action_name': 'my_proto', 2647 'action_name': 'my_proto',
2639 'inputs': [ 2648 'inputs': [
2640 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI X)', 2649 '<(PRODUCT_DIR)/<(EXECUTABLE_PREFIX)protoc<(EXECUTABLE_SUFFI X)',
(...skipping 3892 matching lines...) Expand 10 before | Expand all | Expand 10 after
6533 'dependencies': [ 6542 'dependencies': [
6534 '../third_party/pthreads-win32/pthreads.gyp:pthreads', 6543 '../third_party/pthreads-win32/pthreads.gyp:pthreads',
6535 ], 6544 ],
6536 }], 6545 }],
6537 ], 6546 ],
6538 }, 6547 },
6539 ], # targets when chrome_personalization==1 and use_syncapi_stub==0 6548 ], # targets when chrome_personalization==1 and use_syncapi_stub==0
6540 }], 6549 }],
6541 ], # 'conditions' 6550 ], # 'conditions'
6542 } 6551 }
OLDNEW
« no previous file with comments | « chrome/browser/resources/linux-splash-chrome.html ('k') | chrome/common/chrome_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698