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

Side by Side Diff: chrome/chrome_common.gypi

Issue 1907263003: media: Set MediaClientAndroid in the GPU process. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('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) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 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 # File lists shared with GN build. 7 # File lists shared with GN build.
8 'chrome_common_sources': [ 8 'chrome_common_sources': [
9 'common/all_messages.h', 9 'common/all_messages.h',
10 'common/attrition_experiments.h', 10 'common/attrition_experiments.h',
11 'common/auto_start_linux.cc', 11 'common/auto_start_linux.cc',
12 'common/auto_start_linux.h', 12 'common/auto_start_linux.h',
13 'common/channel_info.cc', 13 'common/channel_info.cc',
14 'common/channel_info.h', 14 'common/channel_info.h',
15 'common/channel_info_android.cc', 15 'common/channel_info_android.cc',
16 'common/channel_info_chromeos.cc', 16 'common/channel_info_chromeos.cc',
17 'common/channel_info_mac.mm', 17 'common/channel_info_mac.mm',
18 'common/channel_info_posix.cc', 18 'common/channel_info_posix.cc',
19 'common/channel_info_win.cc', 19 'common/channel_info_win.cc',
20 'common/child_process_logging.h', 20 'common/child_process_logging.h',
21 'common/child_process_logging_win.cc', 21 'common/child_process_logging_win.cc',
22 'common/chrome_content_client.cc', 22 'common/chrome_content_client.cc',
23 'common/chrome_content_client.h', 23 'common/chrome_content_client.h',
24 'common/chrome_content_client_constants.cc', 24 'common/chrome_content_client_constants.cc',
25 'common/chrome_content_client_ios.mm', 25 'common/chrome_content_client_ios.mm',
26 'common/chrome_media_client_android.cc',
27 'common/chrome_media_client_android.h',
26 'common/chrome_result_codes.h', 28 'common/chrome_result_codes.h',
27 'common/chrome_utility_messages.h', 29 'common/chrome_utility_messages.h',
28 'common/common_message_generator.cc', 30 'common/common_message_generator.cc',
29 'common/common_message_generator.h', 31 'common/common_message_generator.h',
30 'common/common_param_traits.cc', 32 'common/common_param_traits.cc',
31 'common/common_param_traits.h', 33 'common/common_param_traits.h',
32 'common/common_param_traits_macros.h', 34 'common/common_param_traits_macros.h',
33 'common/component_flash_hint_file_linux.cc', 35 'common/component_flash_hint_file_linux.cc',
34 'common/component_flash_hint_file_linux.h', 36 'common/component_flash_hint_file_linux.h',
35 'common/content_restriction.h', 37 'common/content_restriction.h',
(...skipping 636 matching lines...) Expand 10 before | Expand all | Expand 10 after
672 ], 674 ],
673 'dependencies': [ 675 'dependencies': [
674 'installer_util', 676 'installer_util',
675 '../base/base.gyp:base', 677 '../base/base.gyp:base',
676 ], 678 ],
677 }, 679 },
678 ], 680 ],
679 }], 681 }],
680 ], 682 ],
681 } 683 }
OLDNEW
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | chrome/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698