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

Side by Side Diff: base/base.gypi

Issue 3822007: Move BaseDropTarget and BaseDragSource from base to app/win. Remove the "Base... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 2 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/win/drop_target.cc ('k') | base/base_drag_source.h » ('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 'base_extra_target': 0, 9 'base_extra_target': 0,
10 }, 10 },
(...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after
419 'third_party/nss/blapit.h', 419 'third_party/nss/blapit.h',
420 'third_party/nss/sha256.h', 420 'third_party/nss/sha256.h',
421 'third_party/nss/sha512.cc', 421 'third_party/nss/sha512.cc',
422 'third_party/purify/pure.h', 422 'third_party/purify/pure.h',
423 'third_party/purify/pure_api.c', 423 'third_party/purify/pure_api.c',
424 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc', 424 'third_party/xdg_user_dirs/xdg_user_dir_lookup.cc',
425 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h', 425 'third_party/xdg_user_dirs/xdg_user_dir_lookup.h',
426 'auto_reset.h', 426 'auto_reset.h',
427 'base64.cc', 427 'base64.cc',
428 'base64.h', 428 'base64.h',
429 'base_drag_source.cc',
430 'base_drag_source.h',
431 'base_drop_target.cc',
432 'base_drop_target.h',
433 'data_pack.cc', 429 'data_pack.cc',
434 'event_recorder.cc', 430 'event_recorder.cc',
435 'event_recorder.h', 431 'event_recorder.h',
436 'event_recorder_stubs.cc', 432 'event_recorder_stubs.cc',
437 'file_descriptor_shuffle.cc', 433 'file_descriptor_shuffle.cc',
438 'file_descriptor_shuffle.h', 434 'file_descriptor_shuffle.h',
439 'hmac.h', 435 'hmac.h',
440 'hmac_mac.cc', 436 'hmac_mac.cc',
441 'hmac_nss.cc', 437 'hmac_nss.cc',
442 'hmac_win.cc', 438 'hmac_win.cc',
(...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after
751 'third_party/xdg_mime/xdgmimemagic.c', 747 'third_party/xdg_mime/xdgmimemagic.c',
752 'third_party/xdg_mime/xdgmimemagic.h', 748 'third_party/xdg_mime/xdgmimemagic.h',
753 'third_party/xdg_mime/xdgmimeparent.c', 749 'third_party/xdg_mime/xdgmimeparent.c',
754 'third_party/xdg_mime/xdgmimeparent.h', 750 'third_party/xdg_mime/xdgmimeparent.h',
755 ], 751 ],
756 }, 752 },
757 ], 753 ],
758 }], 754 }],
759 ], 755 ],
760 } 756 }
OLDNEW
« no previous file with comments | « app/win/drop_target.cc ('k') | base/base_drag_source.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698