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

Side by Side Diff: base/base.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 | « app/app_base.gypi ('k') | chrome/chrome.gyp » ('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 'target_defaults': { 6 'target_defaults': {
7 'variables': { 7 'variables': {
8 'base_target': 0, 8 'base_target': 0,
9 }, 9 },
10 'target_conditions': [ 10 'target_conditions': [
(...skipping 321 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 'nss_util.h', 332 'nss_util.h',
333 ], 333 ],
334 }, { # OS != "mac" 334 }, { # OS != "mac"
335 'sources!': [ 335 'sources!': [
336 'crypto/cssm_init.cc', 336 'crypto/cssm_init.cc',
337 'crypto/cssm_init.h', 337 'crypto/cssm_init.h',
338 ], 338 ],
339 },], 339 },],
340 [ 'OS == "win"', { 340 [ 'OS == "win"', {
341 'include_dirs': [ 341 'include_dirs': [
342 '../chrome/third_party/wtl/include', 342 '<(DEPTH)/third_party/wtl/include',
343 ], 343 ],
344 'sources!': [ 344 'sources!': [
345 'event_recorder_stubs.cc', 345 'event_recorder_stubs.cc',
346 'file_descriptor_shuffle.cc', 346 'file_descriptor_shuffle.cc',
347 'message_pump_libevent.cc', 347 'message_pump_libevent.cc',
348 'string16.cc', 348 'string16.cc',
349 ], 349 ],
350 },], 350 },],
351 ], 351 ],
352 }], 352 }],
(...skipping 293 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'third_party/xdg_mime/xdgmimemagic.c', 646 'third_party/xdg_mime/xdgmimemagic.c',
647 'third_party/xdg_mime/xdgmimemagic.h', 647 'third_party/xdg_mime/xdgmimemagic.h',
648 'third_party/xdg_mime/xdgmimeparent.c', 648 'third_party/xdg_mime/xdgmimeparent.c',
649 'third_party/xdg_mime/xdgmimeparent.h', 649 'third_party/xdg_mime/xdgmimeparent.h',
650 ], 650 ],
651 }, 651 },
652 ], 652 ],
653 }], 653 }],
654 ], 654 ],
655 } 655 }
OLDNEW
« no previous file with comments | « app/app_base.gypi ('k') | chrome/chrome.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698