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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 79673003: Refactor CastSocket code for the following: (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 6 years, 11 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 | « chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': 'static_library', 9 'type': 'static_library',
10 'variables': { 'enable_wexit_time_destructors': 1, }, 10 'variables': { 'enable_wexit_time_destructors': 1, },
11 'dependencies': [ 11 'dependencies': [
12 # NOTE: New dependencies should generally be added in the OS!="ios" 12 # NOTE: New dependencies should generally be added in the OS!="ios"
13 # dependencies block below, rather than here. 13 # dependencies block below, rather than here.
14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines', 14 'browser/search_engines/prepopulated_engines.gyp:prepopulated_engines',
15 'browser_ui', 15 'browser_ui',
16 'cast_channel_proto',
16 'cert_logger_proto', 17 'cert_logger_proto',
17 'chrome_resources.gyp:chrome_extra_resources', 18 'chrome_resources.gyp:chrome_extra_resources',
18 'chrome_resources.gyp:chrome_resources', 19 'chrome_resources.gyp:chrome_resources',
19 'chrome_resources.gyp:chrome_strings', 20 'chrome_resources.gyp:chrome_strings',
20 'chrome_resources.gyp:platform_locale_settings', 21 'chrome_resources.gyp:platform_locale_settings',
21 'chrome_resources.gyp:theme_resources', 22 'chrome_resources.gyp:theme_resources',
22 'common', 23 'common',
23 'common_net', 24 'common_net',
24 'feedback_proto', 25 'feedback_proto',
25 'in_memory_url_index_cache_proto', 26 'in_memory_url_index_cache_proto',
(...skipping 3611 matching lines...) Expand 10 before | Expand all | Expand 10 after
3637 'package_name': 'org/chromium/chrome/browser/ui/toolbar', 3638 'package_name': 'org/chromium/chrome/browser/ui/toolbar',
3638 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'], 3639 'template_deps': ['browser/ui/toolbar/toolbar_model_security_level_l ist.h'],
3639 }, 3640 },
3640 'includes': [ '../build/android/java_cpp_template.gypi' ], 3641 'includes': [ '../build/android/java_cpp_template.gypi' ],
3641 }, 3642 },
3642 ], 3643 ],
3643 }, 3644 },
3644 ], 3645 ],
3645 ], 3646 ],
3646 } 3647 }
OLDNEW
« no previous file with comments | « chrome/browser/extensions/api/cast_channel/cast_socket_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698