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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 141603002: Remove resources unnecessarily included into chrome_child.dll (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « no previous file | no next file » | 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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 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 'conditions': [ 5 'conditions': [
6 ['OS=="mac" or OS=="win"', { 6 ['OS=="mac" or OS=="win"', {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'chrome_dll', 9 'target_name': 'chrome_dll',
10 'type': 'none', 10 'type': 'none',
(...skipping 338 matching lines...) Expand 10 before | Expand all | Expand 10 after
349 '<@(chromium_child_dependencies)', 349 '<@(chromium_child_dependencies)',
350 '../content/content.gyp:content_app_child', 350 '../content/content.gyp:content_app_child',
351 '../content/content.gyp:content_worker', 351 '../content/content.gyp:content_worker',
352 'chrome_version_resources', 352 'chrome_version_resources',
353 'policy_path_parser', 353 'policy_path_parser',
354 ], 354 ],
355 'defines': [ 355 'defines': [
356 'CHROME_MULTIPLE_DLL_CHILD', 356 'CHROME_MULTIPLE_DLL_CHILD',
357 ], 357 ],
358 'sources': [ 358 'sources': [
359 '<(SHARED_INTERMEDIATE_DIR)/chrome/common_resources.rc',
360 '<(SHARED_INTERMEDIATE_DIR)/chrome/extensions_api_resources.rc',
361 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', 359 '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc',
362 'app/chrome_main.cc', 360 'app/chrome_main.cc',
363 'app/chrome_main_delegate.cc', 361 'app/chrome_main_delegate.cc',
364 'app/chrome_main_delegate.h', 362 'app/chrome_main_delegate.h',
365 ], 363 ],
366 }, # target chrome_child_dll 364 }, # target chrome_child_dll
367 ], 365 ],
368 }], 366 }],
369 ], 367 ],
370 } 368 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698