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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 1934193003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2704
Patch Set: Created 4 years, 7 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
« no previous file with comments | « chrome/browser/chrome_browser_main_android.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 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 'browser/android/bottombar/overlay_panel_content.cc', 705 'browser/android/bottombar/overlay_panel_content.cc',
706 'browser/android/bottombar/overlay_panel_content.h', 706 'browser/android/bottombar/overlay_panel_content.h',
707 'browser/android/browsing_data/browsing_data_counter_bridge.cc', 707 'browser/android/browsing_data/browsing_data_counter_bridge.cc',
708 'browser/android/browsing_data/browsing_data_counter_bridge.h', 708 'browser/android/browsing_data/browsing_data_counter_bridge.h',
709 'browser/android/chrome_application.cc', 709 'browser/android/chrome_application.cc',
710 'browser/android/chrome_application.h', 710 'browser/android/chrome_application.h',
711 'browser/android/chrome_feature_list.cc', 711 'browser/android/chrome_feature_list.cc',
712 'browser/android/chrome_feature_list.h', 712 'browser/android/chrome_feature_list.h',
713 'browser/android/chrome_jni_registrar.cc', 713 'browser/android/chrome_jni_registrar.cc',
714 'browser/android/chrome_jni_registrar.h', 714 'browser/android/chrome_jni_registrar.h',
715 'browser/android/chrome_media_client_android.cc',
716 'browser/android/chrome_media_client_android.h',
717 'browser/android/chrome_startup_flags.cc', 715 'browser/android/chrome_startup_flags.cc',
718 'browser/android/chrome_startup_flags.h', 716 'browser/android/chrome_startup_flags.h',
719 'browser/android/compositor/compositor_view.cc', 717 'browser/android/compositor/compositor_view.cc',
720 'browser/android/compositor/compositor_view.h', 718 'browser/android/compositor/compositor_view.h',
721 'browser/android/compositor/decoration_title.cc', 719 'browser/android/compositor/decoration_title.cc',
722 'browser/android/compositor/decoration_title.h', 720 'browser/android/compositor/decoration_title.h',
723 'browser/android/compositor/layer/content_layer.cc', 721 'browser/android/compositor/layer/content_layer.cc',
724 'browser/android/compositor/layer/content_layer.h', 722 'browser/android/compositor/layer/content_layer.h',
725 'browser/android/compositor/layer/contextual_search_layer.cc', 723 'browser/android/compositor/layer/contextual_search_layer.cc',
726 'browser/android/compositor/layer/contextual_search_layer.h', 724 'browser/android/compositor/layer/contextual_search_layer.h',
(...skipping 3481 matching lines...) Expand 10 before | Expand all | Expand 10 after
4208 '../components/components.gyp:rlz', 4206 '../components/components.gyp:rlz',
4209 '../components/components.gyp:search_engines', 4207 '../components/components.gyp:search_engines',
4210 '../rlz/rlz.gyp:rlz_lib', 4208 '../rlz/rlz.gyp:rlz_lib',
4211 'common', 4209 'common',
4212 ], 4210 ],
4213 }, 4211 },
4214 ], 4212 ],
4215 }], 4213 }],
4216 ], 4214 ],
4217 } 4215 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_android.cc ('k') | chrome/chrome_common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698