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

Side by Side Diff: base/base.gyp

Issue 260003: Move the clipboard stuff out of base and into app/clipboard. I renamed... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 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/os_exchange_data_win_unittest.cc ('k') | base/clipboard.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) 2009 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2009 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 }, 8 },
9 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 'base_paths_linux.h', 75 'base_paths_linux.h',
76 'base_paths_linux.cc', 76 'base_paths_linux.cc',
77 'base_paths_mac.h', 77 'base_paths_mac.h',
78 'base_paths_mac.mm', 78 'base_paths_mac.mm',
79 'base_paths_win.cc', 79 'base_paths_win.cc',
80 'base_paths_win.h', 80 'base_paths_win.h',
81 'base_switches.cc', 81 'base_switches.cc',
82 'base_switches.h', 82 'base_switches.h',
83 'basictypes.h', 83 'basictypes.h',
84 'bzip2_error_handler.cc', 84 'bzip2_error_handler.cc',
85 'clipboard.cc',
86 'clipboard.h',
87 'clipboard_linux.cc',
88 'clipboard_mac.mm',
89 'clipboard_util.cc',
90 'clipboard_util.h',
91 'clipboard_win.cc',
92 'cocoa_protocols_mac.h', 85 'cocoa_protocols_mac.h',
93 'command_line.cc', 86 'command_line.cc',
94 'command_line.h', 87 'command_line.h',
95 'compiler_specific.h', 88 'compiler_specific.h',
96 'condition_variable.h', 89 'condition_variable.h',
97 'condition_variable_posix.cc', 90 'condition_variable_posix.cc',
98 'condition_variable_win.cc', 91 'condition_variable_win.cc',
99 'cpu.cc', 92 'cpu.cc',
100 'cpu.h', 93 'cpu.h',
101 'data_pack.cc', 94 'data_pack.cc',
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
237 'rand_util_win.cc', 230 'rand_util_win.cc',
238 'ref_counted.cc', 231 'ref_counted.cc',
239 'ref_counted.h', 232 'ref_counted.h',
240 'registry.cc', 233 'registry.cc',
241 'registry.h', 234 'registry.h',
242 'resource_util.cc', 235 'resource_util.cc',
243 'resource_util.h', 236 'resource_util.h',
244 'scoped_bstr_win.cc', 237 'scoped_bstr_win.cc',
245 'scoped_bstr_win.h', 238 'scoped_bstr_win.h',
246 'scoped_cftyperef.h', 239 'scoped_cftyperef.h',
247 'scoped_clipboard_writer.cc',
248 'scoped_clipboard_writer.h',
249 'scoped_comptr_win.h', 240 'scoped_comptr_win.h',
250 'scoped_handle.h', 241 'scoped_handle.h',
251 'scoped_handle_win.h', 242 'scoped_handle_win.h',
252 'scoped_nsautorelease_pool.h', 243 'scoped_nsautorelease_pool.h',
253 'scoped_nsautorelease_pool.mm', 244 'scoped_nsautorelease_pool.mm',
254 'scoped_nsdisable_screen_updates.h', 245 'scoped_nsdisable_screen_updates.h',
255 'scoped_nsobject.h', 246 'scoped_nsobject.h',
256 'scoped_ptr.h', 247 'scoped_ptr.h',
257 'scoped_temp_dir.cc', 248 'scoped_temp_dir.cc',
258 'scoped_temp_dir.h', 249 'scoped_temp_dir.h',
(...skipping 229 matching lines...) Expand 10 before | Expand all | Expand 10 after
488 'string16.cc', 479 'string16.cc',
489 ], 480 ],
490 }, 481 },
491 { # else: OS != "win" 482 { # else: OS != "win"
492 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'], 483 'dependencies': ['../third_party/libevent/libevent.gyp:libevent'],
493 'sources!': [ 484 'sources!': [
494 'third_party/purify/pure_api.c', 485 'third_party/purify/pure_api.c',
495 'base_drag_source.cc', 486 'base_drag_source.cc',
496 'base_drop_target.cc', 487 'base_drop_target.cc',
497 'cpu.cc', 488 'cpu.cc',
498 'clipboard_util.cc',
499 'debug_on_start.cc', 489 'debug_on_start.cc',
500 'event_recorder.cc', 490 'event_recorder.cc',
501 'file_version_info.cc', 491 'file_version_info.cc',
502 'iat_patch.cc', 492 'iat_patch.cc',
503 'image_util.cc', 493 'image_util.cc',
504 'object_watcher.cc', 494 'object_watcher.cc',
505 'pe_image.cc', 495 'pe_image.cc',
506 'registry.cc', 496 'registry.cc',
507 'resource_util.cc', 497 'resource_util.cc',
508 'win_util.cc', 498 'win_util.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC', 570 'msvs_guid': '27A30967-4BBA-48D1-8522-CDE95F7B1CEC',
581 'sources': [ 571 'sources': [
582 # Infrastructure files. 572 # Infrastructure files.
583 'multiprocess_test.h', 573 'multiprocess_test.h',
584 'run_all_unittests.cc', 574 'run_all_unittests.cc',
585 'test_suite.h', 575 'test_suite.h',
586 576
587 # Tests. 577 # Tests.
588 'at_exit_unittest.cc', 578 'at_exit_unittest.cc',
589 'atomicops_unittest.cc', 579 'atomicops_unittest.cc',
590 'clipboard_unittest.cc',
591 'command_line_unittest.cc', 580 'command_line_unittest.cc',
592 'condition_variable_unittest.cc', 581 'condition_variable_unittest.cc',
593 'crypto/rsa_private_key_unittest.cc', 582 'crypto/rsa_private_key_unittest.cc',
594 'crypto/signature_creator_unittest.cc', 583 'crypto/signature_creator_unittest.cc',
595 'crypto/signature_verifier_unittest.cc', 584 'crypto/signature_verifier_unittest.cc',
596 'data_pack_unittest.cc', 585 'data_pack_unittest.cc',
597 'debug_util_unittest.cc', 586 'debug_util_unittest.cc',
598 'directory_watcher_unittest.cc', 587 'directory_watcher_unittest.cc',
599 'field_trial_unittest.cc', 588 'field_trial_unittest.cc',
600 'file_descriptor_shuffle_unittest.cc', 589 'file_descriptor_shuffle_unittest.cc',
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 '<@(_outputs)', 855 '<@(_outputs)',
867 ], 856 ],
868 'message': 'Generating version information', 857 'message': 'Generating version information',
869 }, 858 },
870 ], 859 ],
871 }, 860 },
872 ], 861 ],
873 }], 862 }],
874 ], 863 ],
875 } 864 }
OLDNEW
« no previous file with comments | « app/os_exchange_data_win_unittest.cc ('k') | base/clipboard.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698