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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 178073004: Cast: IPC from browser to renderer to send packet events from transport to cast library. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 9 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
OLDNEW
1 # Copyright 2012 The Chromium Authors. All rights reserved. 1 # Copyright 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 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'browser', 8 'target_name': 'browser',
9 'type': 'none', 9 'type': 'none',
10 'dependencies': [ 'browser_real', ], 10 'dependencies': [ 'browser_real', ],
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 # transitively via the common target because the proto sources need to 55 # transitively via the common target because the proto sources need to
56 # be generated before code in this target can start building. 56 # be generated before code in this target can start building.
57 '../components/components.gyp:variations', 57 '../components/components.gyp:variations',
58 '../components/components.gyp:webdata_common', 58 '../components/components.gyp:webdata_common',
59 '../content/content.gyp:content_browser', 59 '../content/content.gyp:content_browser',
60 '../content/content.gyp:content_common', 60 '../content/content.gyp:content_common',
61 '../crypto/crypto.gyp:crypto', 61 '../crypto/crypto.gyp:crypto',
62 '../google_apis/gcm/gcm.gyp:gcm', 62 '../google_apis/gcm/gcm.gyp:gcm',
63 '../google_apis/google_apis.gyp:google_apis', 63 '../google_apis/google_apis.gyp:google_apis',
64 '../jingle/jingle.gyp:notifier', 64 '../jingle/jingle.gyp:notifier',
65 '../media/cast/logging/logging.gyp:cast_common_logging',
65 '../media/cast/transport/cast_transport.gyp:cast_transport', 66 '../media/cast/transport/cast_transport.gyp:cast_transport',
66 '../skia/skia.gyp:skia', 67 '../skia/skia.gyp:skia',
67 '../sql/sql.gyp:sql', 68 '../sql/sql.gyp:sql',
68 '../sync/sync.gyp:sync', 69 '../sync/sync.gyp:sync',
69 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n', 70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n',
70 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp', 71 '../third_party/cacheinvalidation/cacheinvalidation.gyp:cacheinvalidatio n_proto_cpp',
71 '../third_party/icu/icu.gyp:icui18n', 72 '../third_party/icu/icu.gyp:icui18n',
72 '../third_party/icu/icu.gyp:icuuc', 73 '../third_party/icu/icu.gyp:icuuc',
73 '../third_party/libjingle/libjingle.gyp:libjingle', 74 '../third_party/libjingle/libjingle.gyp:libjingle',
74 '../third_party/libxml/libxml.gyp:libxml', 75 '../third_party/libxml/libxml.gyp:libxml',
(...skipping 3713 matching lines...) Expand 10 before | Expand all | Expand 10 after
3788 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3789 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3789 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3790 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3790 }, 3791 },
3791 'includes': [ '../build/android/java_cpp_template.gypi' ], 3792 'includes': [ '../build/android/java_cpp_template.gypi' ],
3792 }, 3793 },
3793 ], 3794 ],
3794 }, 3795 },
3795 ], 3796 ],
3796 ], 3797 ],
3797 } 3798 }
OLDNEW
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter_unittest.cc ('k') | chrome/chrome_renderer.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698