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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 10896015: Fix incorrect file name in gyp file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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 | « 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 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 5
6 { 6 {
7 'targets': [ 7 'targets': [
8 { 8 {
9 'target_name': 'browser', 9 'target_name': 'browser',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 4808 matching lines...) Expand 10 before | Expand all | Expand 10 after
4819 ], 4819 ],
4820 }], 4820 }],
4821 ['os_posix == 1 and OS != "mac" and OS != "android"', { 4821 ['os_posix == 1 and OS != "mac" and OS != "android"', {
4822 'link_settings': { 4822 'link_settings': {
4823 'libraries': [ 4823 'libraries': [
4824 '-lXss', 4824 '-lXss',
4825 ], 4825 ],
4826 }, 4826 },
4827 }], 4827 }],
4828 ['os_posix == 1 and OS != "mac"', { 4828 ['os_posix == 1 and OS != "mac"', {
4829 'sources': [ 'browser/crash_handler_host_linuxish.h', ], 4829 'sources': [ 'browser/crash_handler_host_linux.h', ],
4830 'conditions': [ 4830 'conditions': [
4831 ['linux_breakpad==1', { 4831 ['linux_breakpad==1', {
4832 'sources': [ 4832 'sources': [
4833 'app/breakpad_linux.cc', 4833 'app/breakpad_linux.cc',
4834 'app/breakpad_linux.h', 4834 'app/breakpad_linux.h',
4835 'browser/crash_handler_host_linux.cc', 4835 'browser/crash_handler_host_linux.cc',
4836 ], 4836 ],
4837 'dependencies': [ 4837 'dependencies': [
4838 '../breakpad/breakpad.gyp:breakpad_client', 4838 '../breakpad/breakpad.gyp:breakpad_client',
4839 # make sure file_version_info_linux.h is generated first. 4839 # make sure file_version_info_linux.h is generated first.
(...skipping 753 matching lines...) Expand 10 before | Expand all | Expand 10 after
5593 'includes': [ '../build/jni_generator.gypi' ], 5593 'includes': [ '../build/jni_generator.gypi' ],
5594 'dependencies': [ 5594 'dependencies': [
5595 'android_jar_jni_headers', 5595 'android_jar_jni_headers',
5596 ], 5596 ],
5597 }, 5597 },
5598 ], 5598 ],
5599 }, 5599 },
5600 ], 5600 ],
5601 ], 5601 ],
5602 } 5602 }
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