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

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
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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'value_conversions.cc', 560 'value_conversions.cc',
561 'value_conversions.h', 561 'value_conversions.h',
562 'version.cc', 562 'version.cc',
563 'version.h', 563 'version.h',
564 'vlog.cc', 564 'vlog.cc',
565 'vlog.h', 565 'vlog.h',
566 'nix/mime_util_xdg.cc', 566 'nix/mime_util_xdg.cc',
567 'nix/mime_util_xdg.h', 567 'nix/mime_util_xdg.h',
568 'nix/xdg_util.cc', 568 'nix/xdg_util.cc',
569 'nix/xdg_util.h', 569 'nix/xdg_util.h',
570 'win/enum_variant.cc',
570 'win/enum_variant.h', 571 'win/enum_variant.h',
571 'win/enum_variant.cc',
572 'win/event_trace_consumer.h', 572 'win/event_trace_consumer.h',
573 'win/event_trace_controller.cc', 573 'win/event_trace_controller.cc',
574 'win/event_trace_controller.h', 574 'win/event_trace_controller.h',
575 'win/event_trace_provider.cc', 575 'win/event_trace_provider.cc',
576 'win/event_trace_provider.h', 576 'win/event_trace_provider.h',
577 'win/i18n.cc', 577 'win/i18n.cc',
578 'win/i18n.h', 578 'win/i18n.h',
579 'win/iat_patch_function.cc', 579 'win/iat_patch_function.cc',
580 'win/iat_patch_function.h', 580 'win/iat_patch_function.h',
581 'win/iunknown_impl.cc',
581 'win/iunknown_impl.h', 582 'win/iunknown_impl.h',
582 'win/iunknown_impl.cc', 583 'win/message_window.cc',
584 'win/message_window.h',
583 'win/metro.cc', 585 'win/metro.cc',
584 'win/metro.h', 586 'win/metro.h',
585 'win/object_watcher.cc', 587 'win/object_watcher.cc',
586 'win/object_watcher.h', 588 'win/object_watcher.h',
587 'win/registry.cc', 589 'win/registry.cc',
588 'win/registry.h', 590 'win/registry.h',
589 'win/resource_util.cc', 591 'win/resource_util.cc',
590 'win/resource_util.h', 592 'win/resource_util.h',
591 'win/sampling_profiler.cc', 593 'win/sampling_profiler.cc',
592 'win/sampling_profiler.h', 594 'win/sampling_profiler.h',
(...skipping 12 matching lines...) Expand all
605 'win/scoped_propvariant.h', 607 'win/scoped_propvariant.h',
606 'win/scoped_select_object.h', 608 'win/scoped_select_object.h',
607 'win/scoped_variant.cc', 609 'win/scoped_variant.cc',
608 'win/scoped_variant.h', 610 'win/scoped_variant.h',
609 'win/shortcut.cc', 611 'win/shortcut.cc',
610 'win/shortcut.h', 612 'win/shortcut.h',
611 'win/startup_information.cc', 613 'win/startup_information.cc',
612 'win/startup_information.h', 614 'win/startup_information.h',
613 'win/text_services_message_filter.cc', 615 'win/text_services_message_filter.cc',
614 'win/text_services_message_filter.h', 616 'win/text_services_message_filter.h',
617 'win/win_util.cc',
618 'win/win_util.h',
615 'win/windows_version.cc', 619 'win/windows_version.cc',
616 'win/windows_version.h', 620 'win/windows_version.h',
617 'win/win_util.cc',
618 'win/win_util.h',
619 'win/wrapped_window_proc.cc', 621 'win/wrapped_window_proc.cc',
620 'win/wrapped_window_proc.h', 622 'win/wrapped_window_proc.h',
621 ], 623 ],
622 'conditions': [ 624 'conditions': [
623 ['google_tv==1', { 625 ['google_tv==1', {
624 'sources': [ 626 'sources': [
625 'android/context_types.cc', 627 'android/context_types.cc',
626 'android/context_types.h', 628 'android/context_types.h',
627 ], 629 ],
628 }], 630 }],
(...skipping 207 matching lines...) Expand 10 before | Expand all | Expand 10 after
836 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', { 838 ['<(use_system_nspr)==1 and >(nacl_untrusted_build)==0', {
837 'sources/': [ 839 'sources/': [
838 ['exclude', '^third_party/nspr/'], 840 ['exclude', '^third_party/nspr/'],
839 ], 841 ],
840 }], 842 }],
841 ], 843 ],
842 }], 844 }],
843 ], 845 ],
844 }, 846 },
845 } 847 }
OLDNEW
« no previous file with comments | « base/base.gyp ('k') | base/win/message_window.h » ('j') | base/win/message_window.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698