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

Side by Side Diff: chrome/chrome_dll.gypi

Issue 485893007: Rename components/breakpad to components/crash. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase + iOS tests Created 6 years, 3 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_browser.gypi ('k') | chrome/chrome_exe.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) 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 289 matching lines...) Expand 10 before | Expand all | Expand 10 after
300 '<(verify_order_path)', 300 '<(verify_order_path)',
301 '_ChromeMain', 301 '_ChromeMain',
302 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}', 302 '${BUILT_PRODUCTS_DIR}/${EXECUTABLE_PATH}',
303 ], 303 ],
304 }, 304 },
305 ], 305 ],
306 'conditions': [ 306 'conditions': [
307 ['mac_breakpad_compiled_in==1', { 307 ['mac_breakpad_compiled_in==1', {
308 'dependencies': [ 308 'dependencies': [
309 '../breakpad/breakpad.gyp:breakpad', 309 '../breakpad/breakpad.gyp:breakpad',
310 '../components/components.gyp:breakpad_component', 310 '../components/components.gyp:crash_component',
311 '../components/components.gyp:policy', 311 '../components/components.gyp:policy',
312 ], 312 ],
313 'sources': [ 313 'sources': [
314 'app/chrome_breakpad_client.cc', 314 'app/chrome_breakpad_client.cc',
315 'app/chrome_breakpad_client.h', 315 'app/chrome_breakpad_client.h',
316 'app/chrome_breakpad_client_mac.mm', 316 'app/chrome_breakpad_client_mac.mm',
317 ], 317 ],
318 }, { # else: mac_breakpad_compiled_in!=1 318 }, { # else: mac_breakpad_compiled_in!=1
319 # No Breakpad, put in the stubs. 319 # No Breakpad, put in the stubs.
320 'dependencies': [ 320 'dependencies': [
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
372 }, 372 },
373 }], 373 }],
374 ] 374 ]
375 }], 375 }],
376 ], 376 ],
377 }, # target chrome_child_dll 377 }, # target chrome_child_dll
378 ], 378 ],
379 }], 379 }],
380 ], 380 ],
381 } 381 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/chrome_exe.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698