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

Side by Side Diff: remoting/remoting.gyp

Issue 57433011: Restructure the events target into two components: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « media/media.gyp ('k') | ui/app_list/app_list.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) 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 8
9 'variables': { 9 'variables': {
10 'conditions': [ 10 'conditions': [
(...skipping 2463 matching lines...) Expand 10 before | Expand all | Expand 10 after
2474 'includes': [ '../build/grit_target.gypi' ], 2474 'includes': [ '../build/grit_target.gypi' ],
2475 }, # end of target 'remoting_resources' 2475 }, # end of target 'remoting_resources'
2476 2476
2477 { 2477 {
2478 'target_name': 'remoting_base', 2478 'target_name': 'remoting_base',
2479 'type': 'static_library', 2479 'type': 'static_library',
2480 'variables': { 'enable_wexit_time_destructors': 1, }, 2480 'variables': { 'enable_wexit_time_destructors': 1, },
2481 'dependencies': [ 2481 'dependencies': [
2482 '../base/base.gyp:base', 2482 '../base/base.gyp:base',
2483 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations', 2483 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic _annotations',
2484 '../ui/events/events.gyp:events',
2485 '../ui/gfx/gfx.gyp:gfx', 2484 '../ui/gfx/gfx.gyp:gfx',
2486 '../ui/ui.gyp:ui', 2485 '../ui/ui.gyp:ui',
2487 '../net/net.gyp:net', 2486 '../net/net.gyp:net',
2488 '../skia/skia.gyp:skia', 2487 '../skia/skia.gyp:skia',
2489 '../third_party/libvpx/libvpx.gyp:libvpx', 2488 '../third_party/libvpx/libvpx.gyp:libvpx',
2490 '../third_party/libyuv/libyuv.gyp:libyuv', 2489 '../third_party/libyuv/libyuv.gyp:libyuv',
2491 '../third_party/opus/opus.gyp:opus', 2490 '../third_party/opus/opus.gyp:opus',
2492 '../third_party/protobuf/protobuf.gyp:protobuf_lite', 2491 '../third_party/protobuf/protobuf.gyp:protobuf_lite',
2493 '../media/media.gyp:media', 2492 '../media/media.gyp:media',
2494 '../media/media.gyp:shared_memory_support', 2493 '../media/media.gyp:shared_memory_support',
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
2782 'type': 'executable', 2781 'type': 'executable',
2783 'dependencies': [ 2782 'dependencies': [
2784 '../base/base.gyp:base', 2783 '../base/base.gyp:base',
2785 '../base/base.gyp:base_i18n', 2784 '../base/base.gyp:base_i18n',
2786 '../base/base.gyp:test_support_base', 2785 '../base/base.gyp:test_support_base',
2787 '../ipc/ipc.gyp:ipc', 2786 '../ipc/ipc.gyp:ipc',
2788 '../net/net.gyp:net_test_support', 2787 '../net/net.gyp:net_test_support',
2789 '../ppapi/ppapi.gyp:ppapi_cpp', 2788 '../ppapi/ppapi.gyp:ppapi_cpp',
2790 '../testing/gmock.gyp:gmock', 2789 '../testing/gmock.gyp:gmock',
2791 '../testing/gtest.gyp:gtest', 2790 '../testing/gtest.gyp:gtest',
2792 '../ui/events/events.gyp:events',
2793 '../ui/gfx/gfx.gyp:gfx', 2791 '../ui/gfx/gfx.gyp:gfx',
2794 '../ui/ui.gyp:ui', 2792 '../ui/ui.gyp:ui',
2795 'remoting_base', 2793 'remoting_base',
2796 'remoting_breakpad', 2794 'remoting_breakpad',
2797 'remoting_client', 2795 'remoting_client',
2798 'remoting_client_plugin', 2796 'remoting_client_plugin',
2799 'remoting_host', 2797 'remoting_host',
2800 'remoting_host_event_logger', 2798 'remoting_host_event_logger',
2801 'remoting_host_setup_base', 2799 'remoting_host_setup_base',
2802 'remoting_jingle_glue', 2800 'remoting_jingle_glue',
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
3007 '../base/allocator/allocator.gyp:allocator', 3005 '../base/allocator/allocator.gyp:allocator',
3008 ], 3006 ],
3009 }, 3007 },
3010 ], 3008 ],
3011 ], 3009 ],
3012 }], # end of 'toolkit_uses_gtk == 1' 3010 }], # end of 'toolkit_uses_gtk == 1'
3013 ], # end of 'conditions' 3011 ], # end of 'conditions'
3014 }, # end of target 'remoting_unittests' 3012 }, # end of target 'remoting_unittests'
3015 ], # end of targets 3013 ], # end of targets
3016 } 3014 }
OLDNEW
« no previous file with comments | « media/media.gyp ('k') | ui/app_list/app_list.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698