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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 6691004: Move worker code from chrome\worker to content\worker. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 9 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/chrome.gyp ('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 (c) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'target_defaults': { 5 'target_defaults': {
6 'variables': { 6 'variables': {
7 'chrome_dll_target': 0, 7 'chrome_dll_target': 0,
8 }, 8 },
9 'target_conditions': [ 9 'target_conditions': [
10 ['chrome_dll_target==1', { 10 ['chrome_dll_target==1', {
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 'conditions': [ 74 'conditions': [
75 ['OS=="win"', { 75 ['OS=="win"', {
76 'product_name': 'chrome', 76 'product_name': 'chrome',
77 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9', 77 'msvs_guid': 'C0A7EE2C-2A6D-45BE-BA78-6D006FDF52D9',
78 'dependencies': [ 78 'dependencies': [
79 # On Windows, link the dependencies (libraries) that make 79 # On Windows, link the dependencies (libraries) that make
80 # up actual Chromium functionality into this .dll. 80 # up actual Chromium functionality into this .dll.
81 'chrome_dll_version', 81 'chrome_dll_version',
82 'chrome_resources', 82 'chrome_resources',
83 'installer_util_strings', 83 'installer_util_strings',
84 'worker', 84 '../content/content.gyp:content_worker',
85 '../printing/printing.gyp:printing', 85 '../printing/printing.gyp:printing',
86 '../net/net.gyp:net_resources', 86 '../net/net.gyp:net_resources',
87 '../third_party/cld/cld.gyp:cld', 87 '../third_party/cld/cld.gyp:cld',
88 '../views/views.gyp:views', 88 '../views/views.gyp:views',
89 '../webkit/support/webkit_support.gyp:webkit_resources', 89 '../webkit/support/webkit_support.gyp:webkit_resources',
90 ], 90 ],
91 'sources': [ 91 'sources': [
92 'app/chrome_command_ids.h', 92 'app/chrome_command_ids.h',
93 'app/chrome_dll.rc', 93 'app/chrome_dll.rc',
94 'app/chrome_dll_resource.h', 94 'app/chrome_dll_resource.h',
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'LinkIncremental': '<(msvs_debug_link_nonincremental)', 625 'LinkIncremental': '<(msvs_debug_link_nonincremental)',
626 }, 626 },
627 }, 627 },
628 }, 628 },
629 }, 629 },
630 }, # target chrome_dll 630 }, # target chrome_dll
631 ], 631 ],
632 }], 632 }],
633 ], 633 ],
634 } 634 }
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698