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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 388663003: Cast: Reshuffle files under media/cast (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missing includes Created 6 years, 5 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/media/cast_transport_host_filter_unittest.cc ('k') | chrome/chrome_common.gypi » ('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 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 'variables': { 6 'variables': {
7 # All .cc, .h, .m, and .mm files under browser except for: 7 # All .cc, .h, .m, and .mm files under browser except for:
8 # * tests and mocks. 8 # * tests and mocks.
9 # * code below browser/chromeos 9 # * code below browser/chromeos
10 # * code below browser/extensions 10 # * code below browser/extensions
(...skipping 2925 matching lines...) Expand 10 before | Expand all | Expand 10 after
2936 '../components/components.gyp:password_manager_content_browser', 2936 '../components/components.gyp:password_manager_content_browser',
2937 '../components/components.gyp:precache_content', 2937 '../components/components.gyp:precache_content',
2938 '../components/components.gyp:sessions', 2938 '../components/components.gyp:sessions',
2939 '../components/components.gyp:storage_monitor', 2939 '../components/components.gyp:storage_monitor',
2940 '../components/components.gyp:translate_content_browser', 2940 '../components/components.gyp:translate_content_browser',
2941 '../components/components.gyp:url_matcher', 2941 '../components/components.gyp:url_matcher',
2942 '../components/components.gyp:usb_service', 2942 '../components/components.gyp:usb_service',
2943 '../components/components.gyp:visitedlink_browser', 2943 '../components/components.gyp:visitedlink_browser',
2944 '../components/components.gyp:visitedlink_common', 2944 '../components/components.gyp:visitedlink_common',
2945 '../components/components.gyp:web_modal', 2945 '../components/components.gyp:web_modal',
2946 '../media/cast/cast.gyp:cast_transport', 2946 '../media/cast/cast.gyp:cast_net',
2947 '../media/media.gyp:media', 2947 '../media/media.gyp:media',
2948 '../mojo/mojo.gyp:mojo_common_lib', 2948 '../mojo/mojo.gyp:mojo_common_lib',
2949 '../mojo/mojo.gyp:mojo_cpp_bindings', 2949 '../mojo/mojo.gyp:mojo_cpp_bindings',
2950 '../mojo/mojo.gyp:mojo_environment_chromium', 2950 '../mojo/mojo.gyp:mojo_environment_chromium',
2951 '../mojo/mojo.gyp:mojo_js_bindings', 2951 '../mojo/mojo.gyp:mojo_js_bindings',
2952 '../mojo/mojo.gyp:mojo_system_impl', 2952 '../mojo/mojo.gyp:mojo_system_impl',
2953 '../net/net.gyp:net_with_v8', 2953 '../net/net.gyp:net_with_v8',
2954 # TODO(tonyg): Remove this dependency (crbug.com/280157). 2954 # TODO(tonyg): Remove this dependency (crbug.com/280157).
2955 '../testing/perf/perf_test.gyp:*', 2955 '../testing/perf/perf_test.gyp:*',
2956 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h', 2956 '../third_party/adobe/flash/flash_player.gyp:flapper_version_h',
(...skipping 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
3588 'package_name': 'org/chromium/chrome/browser', 3588 'package_name': 'org/chromium/chrome/browser',
3589 'template_deps': ['browser/android/tab_load_status.h'], 3589 'template_deps': ['browser/android/tab_load_status.h'],
3590 }, 3590 },
3591 'includes': [ '../build/android/java_cpp_template.gypi' ], 3591 'includes': [ '../build/android/java_cpp_template.gypi' ],
3592 }, 3592 },
3593 ], 3593 ],
3594 }, 3594 },
3595 ], 3595 ],
3596 ], 3596 ],
3597 } 3597 }
OLDNEW
« no previous file with comments | « chrome/browser/media/cast_transport_host_filter_unittest.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698