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

Side by Side Diff: base/base.gypi

Issue 16780006: Moved remoting::win::MessageWindow to base::win::MessageWindow so that it could be re-used outside … (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 7 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 | « base/base.gyp ('k') | base/win/message_window.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) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
573 'value_conversions.cc', 573 'value_conversions.cc',
574 'value_conversions.h', 574 'value_conversions.h',
575 'version.cc', 575 'version.cc',
576 'version.h', 576 'version.h',
577 'vlog.cc', 577 'vlog.cc',
578 'vlog.h', 578 'vlog.h',
579 'nix/mime_util_xdg.cc', 579 'nix/mime_util_xdg.cc',
580 'nix/mime_util_xdg.h', 580 'nix/mime_util_xdg.h',
581 'nix/xdg_util.cc', 581 'nix/xdg_util.cc',
582 'nix/xdg_util.h', 582 'nix/xdg_util.h',
583 'win/enum_variant.cc',
583 'win/enum_variant.h', 584 'win/enum_variant.h',
584 'win/enum_variant.cc',
585 'win/event_trace_consumer.h', 585 'win/event_trace_consumer.h',
586 'win/event_trace_controller.cc', 586 'win/event_trace_controller.cc',
587 'win/event_trace_controller.h', 587 'win/event_trace_controller.h',
588 'win/event_trace_provider.cc', 588 'win/event_trace_provider.cc',
589 'win/event_trace_provider.h', 589 'win/event_trace_provider.h',
590 'win/i18n.cc', 590 'win/i18n.cc',
591 'win/i18n.h', 591 'win/i18n.h',
592 'win/iat_patch_function.cc', 592 'win/iat_patch_function.cc',
593 'win/iat_patch_function.h', 593 'win/iat_patch_function.h',
594 'win/iunknown_impl.cc',
594 'win/iunknown_impl.h', 595 'win/iunknown_impl.h',
595 'win/iunknown_impl.cc', 596 'win/message_window.cc',
597 'win/message_window.h',
596 'win/metro.cc', 598 'win/metro.cc',
597 'win/metro.h', 599 'win/metro.h',
598 'win/object_watcher.cc', 600 'win/object_watcher.cc',
599 'win/object_watcher.h', 601 'win/object_watcher.h',
600 'win/registry.cc', 602 'win/registry.cc',
601 'win/registry.h', 603 'win/registry.h',
602 'win/resource_util.cc', 604 'win/resource_util.cc',
603 'win/resource_util.h', 605 'win/resource_util.h',
604 'win/sampling_profiler.cc', 606 'win/sampling_profiler.cc',
605 'win/sampling_profiler.h', 607 'win/sampling_profiler.h',
(...skipping 12 matching lines...) Expand all
618 'win/scoped_propvariant.h', 620 'win/scoped_propvariant.h',
619 'win/scoped_select_object.h', 621 'win/scoped_select_object.h',
620 'win/scoped_variant.cc', 622 'win/scoped_variant.cc',
621 'win/scoped_variant.h', 623 'win/scoped_variant.h',
622 'win/shortcut.cc', 624 'win/shortcut.cc',
623 'win/shortcut.h', 625 'win/shortcut.h',
624 'win/startup_information.cc', 626 'win/startup_information.cc',
625 'win/startup_information.h', 627 'win/startup_information.h',
626 'win/text_services_message_filter.cc', 628 'win/text_services_message_filter.cc',
627 'win/text_services_message_filter.h', 629 'win/text_services_message_filter.h',
630 'win/win_util.cc',
631 'win/win_util.h',
628 'win/windows_version.cc', 632 'win/windows_version.cc',
629 'win/windows_version.h', 633 'win/windows_version.h',
630 'win/win_util.cc',
631 'win/win_util.h',
632 'win/wrapped_window_proc.cc', 634 'win/wrapped_window_proc.cc',
633 'win/wrapped_window_proc.h', 635 'win/wrapped_window_proc.h',
634 ], 636 ],
635 'conditions': [ 637 'conditions': [
636 ['google_tv==1', { 638 ['google_tv==1', {
637 'sources': [ 639 'sources': [
638 'android/context_types.cc', 640 'android/context_types.cc',
639 'android/context_types.h', 641 'android/context_types.h',
640 ], 642 ],
641 }], 643 }],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 851 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
850 'sources/': [ 852 'sources/': [
851 ['exclude', '^third_party/nspr/'], 853 ['exclude', '^third_party/nspr/'],
852 ], 854 ],
853 }], 855 }],
854 ], 856 ],
855 }], 857 }],
856 ], 858 ],
857 }, 859 },
858 } 860 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/message_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698