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

Side by Side Diff: chrome/chrome.gyp

Issue 149181: Move Emf class to the printing library. Also creates a platform agnostic Nat... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 5 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/printing/printing_layout_uitest.cc ('k') | chrome/common/gfx/emf.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 # Define the common dependencies that contain all the actual 8 # Define the common dependencies that contain all the actual
9 # Chromium functionality. This list gets pulled in below by 9 # Chromium functionality. This list gets pulled in below by
10 # the link of the actual chrome (or chromium) executable on 10 # the link of the actual chrome (or chromium) executable on
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
295 'common/extensions/extension_error_reporter.cc', 295 'common/extensions/extension_error_reporter.cc',
296 'common/extensions/extension_error_reporter.h', 296 'common/extensions/extension_error_reporter.h',
297 'common/extensions/extension_error_utils.cc', 297 'common/extensions/extension_error_utils.cc',
298 'common/extensions/extension_error_utils.h', 298 'common/extensions/extension_error_utils.h',
299 'common/extensions/extension_unpacker.cc', 299 'common/extensions/extension_unpacker.cc',
300 'common/extensions/extension_unpacker.h', 300 'common/extensions/extension_unpacker.h',
301 'common/extensions/url_pattern.cc', 301 'common/extensions/url_pattern.cc',
302 'common/extensions/url_pattern.h', 302 'common/extensions/url_pattern.h',
303 'common/extensions/user_script.cc', 303 'common/extensions/user_script.cc',
304 'common/extensions/user_script.h', 304 'common/extensions/user_script.h',
305 'common/gfx/emf.cc',
306 'common/gfx/emf.h',
307 'common/gfx/utils.h', 305 'common/gfx/utils.h',
308 'common/net/cookie_monster_sqlite.cc', 306 'common/net/cookie_monster_sqlite.cc',
309 'common/net/cookie_monster_sqlite.h', 307 'common/net/cookie_monster_sqlite.h',
310 'common/net/dns.h', 308 'common/net/dns.h',
311 'common/net/url_request_intercept_job.cc', 309 'common/net/url_request_intercept_job.cc',
312 'common/net/url_request_intercept_job.h', 310 'common/net/url_request_intercept_job.h',
313 'common/web_resource/web_resource_unpacker.cc', 311 'common/web_resource/web_resource_unpacker.cc',
314 'common/web_resource/web_resource_unpacker.h', 312 'common/web_resource/web_resource_unpacker.h',
315 'common/app_cache/app_cache_context_impl.cc', 313 'common/app_cache/app_cache_context_impl.cc',
316 'common/app_cache/app_cache_context_impl.h', 314 'common/app_cache/app_cache_context_impl.h',
(...skipping 201 matching lines...) Expand 10 before | Expand all | Expand 10 after
518 ['OS=="win"', { 516 ['OS=="win"', {
519 'include_dirs': [ 517 'include_dirs': [
520 'third_party/wtl/include', 518 'third_party/wtl/include',
521 ], 519 ],
522 'sources!': [ 520 'sources!': [
523 'common/temp_scaffolding_stubs.cc', 521 'common/temp_scaffolding_stubs.cc',
524 'common/temp_scaffolding_stubs.h', 522 'common/temp_scaffolding_stubs.h',
525 ], 523 ],
526 }, { # else: OS != "win" 524 }, { # else: OS != "win"
527 'sources!': [ 525 'sources!': [
528 'common/gfx/emf.cc',
529 'common/classfactory.cc', 526 'common/classfactory.cc',
530 ], 527 ],
531 }], 528 }],
532 ], 529 ],
533 }, 530 },
534 { 531 {
535 'target_name': 'browser', 532 'target_name': 'browser',
536 'type': '<(library)', 533 'type': '<(library)',
537 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 534 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
538 'dependencies': [ 535 'dependencies': [
(...skipping 3030 matching lines...) Expand 10 before | Expand all | Expand 10 after
3569 'browser/views/bookmark_editor_view_unittest.cc', 3566 'browser/views/bookmark_editor_view_unittest.cc',
3570 'browser/visitedlink_unittest.cc', 3567 'browser/visitedlink_unittest.cc',
3571 'browser/webdata/web_database_unittest.cc', 3568 'browser/webdata/web_database_unittest.cc',
3572 'browser/window_sizer_unittest.cc', 3569 'browser/window_sizer_unittest.cc',
3573 'common/bzip2_unittest.cc', 3570 'common/bzip2_unittest.cc',
3574 'common/chrome_plugin_unittest.cc', 3571 'common/chrome_plugin_unittest.cc',
3575 'common/extensions/extension_unittest.cc', 3572 'common/extensions/extension_unittest.cc',
3576 'common/extensions/url_pattern_unittest.cc', 3573 'common/extensions/url_pattern_unittest.cc',
3577 'common/extensions/user_script_unittest.cc', 3574 'common/extensions/user_script_unittest.cc',
3578 'common/file_descriptor_set_unittest.cc', 3575 'common/file_descriptor_set_unittest.cc',
3579 'common/gfx/emf_unittest.cc',
3580 'common/important_file_writer_unittest.cc', 3576 'common/important_file_writer_unittest.cc',
3581 'common/ipc_message_unittest.cc', 3577 'common/ipc_message_unittest.cc',
3582 'common/ipc_sync_channel_unittest.cc', 3578 'common/ipc_sync_channel_unittest.cc',
3583 'common/ipc_sync_message_unittest.cc', 3579 'common/ipc_sync_message_unittest.cc',
3584 'common/ipc_sync_message_unittest.h', 3580 'common/ipc_sync_message_unittest.h',
3585 'common/json_value_serializer_unittest.cc', 3581 'common/json_value_serializer_unittest.cc',
3586 'common/mru_cache_unittest.cc', 3582 'common/mru_cache_unittest.cc',
3587 'common/net/url_util_unittest.cc', 3583 'common/net/url_util_unittest.cc',
3588 'common/notification_service_unittest.cc', 3584 'common/notification_service_unittest.cc',
3589 'common/pref_member_unittest.cc', 3585 'common/pref_member_unittest.cc',
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
3753 'browser/printing/page_number_unittest.cc', 3749 'browser/printing/page_number_unittest.cc',
3754 'browser/printing/page_overlays_unittest.cc', 3750 'browser/printing/page_overlays_unittest.cc',
3755 'browser/printing/print_job_unittest.cc', 3751 'browser/printing/print_job_unittest.cc',
3756 'browser/rlz/rlz_unittest.cc', 3752 'browser/rlz/rlz_unittest.cc',
3757 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc', 3753 'browser/safe_browsing/safe_browsing_blocking_page_unittest.cc',
3758 'browser/search_engines/template_url_scraper_unittest.cc', 3754 'browser/search_engines/template_url_scraper_unittest.cc',
3759 'browser/views/bookmark_editor_view_unittest.cc', 3755 'browser/views/bookmark_editor_view_unittest.cc',
3760 'browser/views/find_bar_win_unittest.cc', 3756 'browser/views/find_bar_win_unittest.cc',
3761 'browser/views/keyword_editor_view_unittest.cc', 3757 'browser/views/keyword_editor_view_unittest.cc',
3762 'common/chrome_plugin_unittest.cc', 3758 'common/chrome_plugin_unittest.cc',
3763 'common/gfx/emf_unittest.cc',
3764 'common/net/url_util_unittest.cc', 3759 'common/net/url_util_unittest.cc',
3765 'test/browser_with_test_window_test.cc', 3760 'test/browser_with_test_window_test.cc',
3766 'test/browser_with_test_window_test.h', 3761 'test/browser_with_test_window_test.h',
3767 '../views/controls/label_unittest.cc', 3762 '../views/controls/label_unittest.cc',
3768 '../views/controls/table/table_view_unittest.cc', 3763 '../views/controls/table/table_view_unittest.cc',
3769 '../views/focus/focus_manager_unittest.cc', 3764 '../views/focus/focus_manager_unittest.cc',
3770 '../views/grid_layout_unittest.cc', 3765 '../views/grid_layout_unittest.cc',
3771 '../views/view_unittest.cc', 3766 '../views/view_unittest.cc',
3772 ], 3767 ],
3773 }], 3768 }],
(...skipping 453 matching lines...) Expand 10 before | Expand all | Expand 10 after
4227 ], 4222 ],
4228 'dependencies': [ 4223 'dependencies': [
4229 # On Windows, link the dependencies (libraries) that make 4224 # On Windows, link the dependencies (libraries) that make
4230 # up actual Chromium functionality into this .dll. 4225 # up actual Chromium functionality into this .dll.
4231 '<@(chromium_dependencies)', 4226 '<@(chromium_dependencies)',
4232 'chrome_dll_version', 4227 'chrome_dll_version',
4233 'chrome_resources', 4228 'chrome_resources',
4234 'installer/installer.gyp:installer_util_strings', 4229 'installer/installer.gyp:installer_util_strings',
4235 'theme_dll', 4230 'theme_dll',
4236 'worker', 4231 'worker',
4232 '../printing/printing.gyp:printing',
4237 '../net/net.gyp:net_resources', 4233 '../net/net.gyp:net_resources',
4238 '../build/util/support/support.gyp:*', 4234 '../build/util/support/support.gyp:*',
4239 '../third_party/cld/cld.gyp:cld', 4235 '../third_party/cld/cld.gyp:cld',
4240 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc', 4236 '../third_party/tcmalloc/tcmalloc.gyp:tcmalloc',
4241 '../views/views.gyp:views', 4237 '../views/views.gyp:views',
4242 '../webkit/webkit.gyp:webkit_resources', 4238 '../webkit/webkit.gyp:webkit_resources',
4243 '../gears/gears.gyp:gears', 4239 '../gears/gears.gyp:gears',
4244 ], 4240 ],
4245 'defines': [ 4241 'defines': [
4246 'CHROME_DLL', 4242 'CHROME_DLL',
(...skipping 632 matching lines...) Expand 10 before | Expand all | Expand 10 after
4879 # Use outputs of this action as inputs for the main target build. 4875 # Use outputs of this action as inputs for the main target build.
4880 # Seems as a misnomer but makes this happy on Linux (scons). 4876 # Seems as a misnomer but makes this happy on Linux (scons).
4881 'process_outputs_as_sources': 1, 4877 'process_outputs_as_sources': 1,
4882 }, 4878 },
4883 ], # 'actions' 4879 ], # 'actions'
4884 }, 4880 },
4885 ] 4881 ]
4886 }], 4882 }],
4887 ], # 'conditions' 4883 ], # 'conditions'
4888 } 4884 }
OLDNEW
« no previous file with comments | « chrome/browser/printing/printing_layout_uitest.cc ('k') | chrome/common/gfx/emf.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698