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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2755002: Link with RLZ library from open source repo.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 6 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.gyp ('k') | 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) 2010 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2010 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': '<(library)', 9 'type': '<(library)',
10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA', 10 'msvs_guid': '5BF908A7-68FB-4A4B-99E3-8C749F1FE4EA',
(...skipping 2874 matching lines...) Expand 10 before | Expand all | Expand 10 after
2885 '_SCL_SECURE_NO_DEPRECATE', 2885 '_SCL_SECURE_NO_DEPRECATE',
2886 ], 2886 ],
2887 'include_dirs': [ 2887 'include_dirs': [
2888 '<(DEPTH)/third_party/wtl/include', 2888 '<(DEPTH)/third_party/wtl/include',
2889 ], 2889 ],
2890 'dependencies': [ 2890 'dependencies': [
2891 '../gears/gears.gyp:gears', 2891 '../gears/gears.gyp:gears',
2892 '../google_update/google_update.gyp:google_update', 2892 '../google_update/google_update.gyp:google_update',
2893 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', 2893 '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2',
2894 '../views/views.gyp:views', 2894 '../views/views.gyp:views',
2895 '../rlz/rlz.gyp:rlz_lib',
2895 '<(allocator_target)', 2896 '<(allocator_target)',
2896 ], 2897 ],
2897 'export_dependent_settings': [ 2898 'export_dependent_settings': [
2898 '../views/views.gyp:views', 2899 '../views/views.gyp:views',
2899 ], 2900 ],
2900 'sources': [ 2901 'sources': [
2901 # NaCl broker is used on Windows only 2902 # NaCl broker is used on Windows only
2902 'browser/nacl_host/nacl_broker_host.cc', 2903 'browser/nacl_host/nacl_broker_host.cc',
2903 'browser/nacl_host/nacl_broker_host.h', 2904 'browser/nacl_host/nacl_broker_host.h',
2904 'browser/nacl_host/nacl_broker_service.cc', 2905 'browser/nacl_host/nacl_broker_service.cc',
(...skipping 685 matching lines...) Expand 10 before | Expand all | Expand 10 after
3590 ], 3591 ],
3591 }, 3592 },
3592 ], 3593 ],
3593 } 3594 }
3594 3595
3595 # Local Variables: 3596 # Local Variables:
3596 # tab-width:2 3597 # tab-width:2
3597 # indent-tabs-mode:nil 3598 # indent-tabs-mode:nil
3598 # End: 3599 # End:
3599 # vim: set expandtab tabstop=2 shiftwidth=2: 3600 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698