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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 699001: Move wtl from chrome/third_party to third_party/. This... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 9 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') | chrome/chrome_common.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) 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 2481 matching lines...) Expand 10 before | Expand all | Expand 10 after
2492 }, 2492 },
2493 ], 2493 ],
2494 }], 2494 }],
2495 ['OS=="win"', { 2495 ['OS=="win"', {
2496 'defines': [ 2496 'defines': [
2497 '__STD_C', 2497 '__STD_C',
2498 '_CRT_SECURE_NO_DEPRECATE', 2498 '_CRT_SECURE_NO_DEPRECATE',
2499 '_SCL_SECURE_NO_DEPRECATE', 2499 '_SCL_SECURE_NO_DEPRECATE',
2500 ], 2500 ],
2501 'include_dirs': [ 2501 'include_dirs': [
2502 'third_party/wtl/include', 2502 '<(DEPTH)/third_party/wtl/include',
2503 ], 2503 ],
2504 'dependencies': [ 2504 'dependencies': [
2505 '../gears/gears.gyp:gears', 2505 '../gears/gears.gyp:gears',
2506 '../google_update/google_update.gyp:google_update', 2506 '../google_update/google_update.gyp:google_update',
2507 '../views/views.gyp:views', 2507 '../views/views.gyp:views',
2508 'installer/installer.gyp:installer_util', 2508 'installer/installer.gyp:installer_util',
2509 '<(allocator_target)', 2509 '<(allocator_target)',
2510 ], 2510 ],
2511 'export_dependent_settings': [ 2511 'export_dependent_settings': [
2512 '../views/views.gyp:views', 2512 '../views/views.gyp:views',
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
2907 ], 2907 ],
2908 }, 2908 },
2909 ], 2909 ],
2910 } 2910 }
2911 2911
2912 # Local Variables: 2912 # Local Variables:
2913 # tab-width:2 2913 # tab-width:2
2914 # indent-tabs-mode:nil 2914 # indent-tabs-mode:nil
2915 # End: 2915 # End:
2916 # vim: set expandtab tabstop=2 shiftwidth=2: 2916 # vim: set expandtab tabstop=2 shiftwidth=2:
OLDNEW
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698