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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 1913943003: Remove dependencies on chrome\installer from the ChromeCrashReporterClient class on Windows. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments Created 4 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
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 # Dummy target to allow chrome to require chrome_dll to build 6 # Dummy target to allow chrome to require chrome_dll to build
7 # without actually linking to the library 7 # without actually linking to the library
8 ['OS=="mac"', { 8 ['OS=="mac"', {
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 'dependencies': [ 122 'dependencies': [
123 '<@(chromium_browser_dependencies)', 123 '<@(chromium_browser_dependencies)',
124 'chrome_features.gyp:chrome_common_features', 124 'chrome_features.gyp:chrome_common_features',
125 'policy_path_parser', 125 'policy_path_parser',
126 '../content/content.gyp:content_app_browser', 126 '../content/content.gyp:content_app_browser',
127 ], 127 ],
128 'conditions': [ 128 'conditions': [
129 ['OS=="win"', { 129 ['OS=="win"', {
130 'dependencies': [ 130 'dependencies': [
131 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf', 131 '<(DEPTH)/chrome_elf/chrome_elf.gyp:chrome_elf',
132 '<(DEPTH)/chrome/chrome.gyp:install_static_util',
132 '<(DEPTH)/components/components.gyp:policy', 133 '<(DEPTH)/components/components.gyp:policy',
133 ], 134 ],
134 }], 135 }],
135 ['use_aura==1', { 136 ['use_aura==1', {
136 'dependencies': [ 137 'dependencies': [
137 '../ui/compositor/compositor.gyp:compositor', 138 '../ui/compositor/compositor.gyp:compositor',
138 ], 139 ],
139 }], 140 }],
140 ['OS=="win" and target_arch=="ia32"', { 141 ['OS=="win" and target_arch=="ia32"', {
141 # Add a dependency to custom import library for user32 delay 142 # Add a dependency to custom import library for user32 delay
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
403 'dependencies': [ 404 'dependencies': [
404 '../pdf/pdf.gyp:pdf', 405 '../pdf/pdf.gyp:pdf',
405 ], 406 ],
406 }], 407 }],
407 ], 408 ],
408 }, # target chrome_child_dll 409 }, # target chrome_child_dll
409 ], 410 ],
410 }], 411 }],
411 ], 412 ],
412 } 413 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698