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

Side by Side Diff: chrome/chrome_browser.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/browser/ui/views/first_run_dialog.cc ('k') | chrome/chrome_dll.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 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 { 5 {
6 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 3184 matching lines...) Expand 10 before | Expand all | Expand 10 after
3195 ], 3195 ],
3196 }], 3196 }],
3197 ], 3197 ],
3198 }], 3198 }],
3199 ['os_posix == 1 and OS != "mac" and OS != "ios"', { 3199 ['os_posix == 1 and OS != "mac" and OS != "ios"', {
3200 'sources': [ 3200 'sources': [
3201 'app/chrome_breakpad_client.cc', 3201 'app/chrome_breakpad_client.cc',
3202 'app/chrome_breakpad_client.h', 3202 'app/chrome_breakpad_client.h',
3203 ], 3203 ],
3204 'dependencies': [ 3204 'dependencies': [
3205 '../components/components.gyp:breakpad_component',
3206 '../components/components.gyp:breakpad_host', 3205 '../components/components.gyp:breakpad_host',
3206 '../components/components.gyp:crash_component',
3207 ], 3207 ],
3208 }], 3208 }],
3209 ['use_nss==1', { 3209 ['use_nss==1', {
3210 'sources': [ '<@(chrome_browser_nss_sources)' ], 3210 'sources': [ '<@(chrome_browser_nss_sources)' ],
3211 'conditions': [ 3211 'conditions': [
3212 ['chromeos==1', { 3212 ['chromeos==1', {
3213 'sources!': [ 'browser/net/nss_context_linux.cc' ], 3213 'sources!': [ 'browser/net/nss_context_linux.cc' ],
3214 }, { # chromeos==0 3214 }, { # chromeos==0
3215 'sources!': [ 'browser/net/nss_context_chromeos.cc' ], 3215 'sources!': [ 'browser/net/nss_context_chromeos.cc' ],
3216 }], 3216 }],
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
3586 'variables': { 3586 'variables': {
3587 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3587 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3588 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3589 }, 3589 },
3590 'includes': [ '../build/protoc.gypi' ] 3590 'includes': [ '../build/protoc.gypi' ]
3591 }, 3591 },
3592 ], 3592 ],
3593 },], 3593 },],
3594 ], 3594 ],
3595 } 3595 }
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/first_run_dialog.cc ('k') | chrome/chrome_dll.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698