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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1995013: Make it possible to build DRT in a chromium checkout. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix comments Created 10 years, 7 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/chrome_common.gypi ('k') | chrome/chrome_renderer.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) 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 '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 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 # up actual Chromium functionality into this .dll. 79 # up actual Chromium functionality into this .dll.
80 'chrome_dll_version', 80 'chrome_dll_version',
81 'chrome_resources', 81 'chrome_resources',
82 'installer/installer.gyp:installer_util_strings', 82 'installer/installer.gyp:installer_util_strings',
83 'worker', 83 'worker',
84 '../printing/printing.gyp:printing', 84 '../printing/printing.gyp:printing',
85 '../net/net.gyp:net_resources', 85 '../net/net.gyp:net_resources',
86 '../build/util/support/support.gyp:*', 86 '../build/util/support/support.gyp:*',
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/webkit.gyp:webkit_resources', 89 '../webkit/support/webkit_support_in_chromium.gyp:webkit_resourc es',
90 '../gears/gears.gyp:gears', 90 '../gears/gears.gyp:gears',
91 ], 91 ],
92 'sources': [ 92 'sources': [
93 'app/chrome_dll.rc', 93 'app/chrome_dll.rc',
94 'app/chrome_dll_main.cc', 94 'app/chrome_dll_main.cc',
95 'app/chrome_dll_resource.h', 95 'app/chrome_dll_resource.h',
96 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio n.rc', 96 '<(SHARED_INTERMEDIATE_DIR)/chrome_dll_version/chrome_dll_versio n.rc',
97 97
98 '../webkit/glue/resources/aliasb.cur', 98 '../webkit/glue/resources/aliasb.cur',
99 '../webkit/glue/resources/cell.cur', 99 '../webkit/glue/resources/cell.cur',
(...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after
548 'configurations': { 548 'configurations': {
549 'Common_Base': { 549 'Common_Base': {
550 'msvs_target_platform': 'x64', 550 'msvs_target_platform': 'x64',
551 }, 551 },
552 }, 552 },
553 }, # target chrome_dll 553 }, # target chrome_dll
554 ], 554 ],
555 }], 555 }],
556 ], 556 ],
557 } 557 }
OLDNEW
« no previous file with comments | « chrome/chrome_common.gypi ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698