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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename createSession to createSessionFromNative to avoid bug in FindBugs Created 5 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') | chromecast/browser/DEPS » ('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 27 matching lines...) Expand all
38 'browser/android/banners/app_banner_manager_android.cc', 38 'browser/android/banners/app_banner_manager_android.cc',
39 'browser/android/banners/app_banner_manager_android.h', 39 'browser/android/banners/app_banner_manager_android.h',
40 'browser/android/bookmarks/bookmarks_bridge.cc', 40 'browser/android/bookmarks/bookmarks_bridge.cc',
41 'browser/android/bookmarks/bookmarks_bridge.h', 41 'browser/android/bookmarks/bookmarks_bridge.h',
42 'browser/android/bookmarks/partner_bookmarks_reader.cc', 42 'browser/android/bookmarks/partner_bookmarks_reader.cc',
43 'browser/android/bookmarks/partner_bookmarks_reader.h', 43 'browser/android/bookmarks/partner_bookmarks_reader.h',
44 'browser/android/bookmarks/partner_bookmarks_shim.cc', 44 'browser/android/bookmarks/partner_bookmarks_shim.cc',
45 'browser/android/bookmarks/partner_bookmarks_shim.h', 45 'browser/android/bookmarks/partner_bookmarks_shim.h',
46 'browser/android/chrome_jni_registrar.cc', 46 'browser/android/chrome_jni_registrar.cc',
47 'browser/android/chrome_jni_registrar.h', 47 'browser/android/chrome_jni_registrar.h',
48 'browser/android/chrome_media_client_android.cc',
49 'browser/android/chrome_media_client_android.h',
48 'browser/android/chrome_startup_flags.cc', 50 'browser/android/chrome_startup_flags.cc',
49 'browser/android/chrome_startup_flags.h', 51 'browser/android/chrome_startup_flags.h',
50 'browser/android/chrome_web_contents_delegate_android.cc', 52 'browser/android/chrome_web_contents_delegate_android.cc',
51 'browser/android/chrome_web_contents_delegate_android.h', 53 'browser/android/chrome_web_contents_delegate_android.h',
52 'browser/android/chromium_application.cc', 54 'browser/android/chromium_application.cc',
53 'browser/android/chromium_application.h', 55 'browser/android/chromium_application.h',
54 'browser/android/compositor/decoration_title.cc', 56 'browser/android/compositor/decoration_title.cc',
55 'browser/android/compositor/decoration_title.h', 57 'browser/android/compositor/decoration_title.h',
56 'browser/android/compositor/layer/content_layer.cc', 58 'browser/android/compositor/layer/content_layer.cc',
57 'browser/android/compositor/layer/content_layer.h', 59 'browser/android/compositor/layer/content_layer.h',
(...skipping 3792 matching lines...) Expand 10 before | Expand all | Expand 10 after
3850 'variables': { 3852 'variables': {
3851 'proto_in_dir': 'browser/sync_file_system/drive_backend', 3853 'proto_in_dir': 'browser/sync_file_system/drive_backend',
3852 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend', 3854 'proto_out_dir': 'chrome/browser/sync_file_system/drive_backend',
3853 }, 3855 },
3854 'includes': [ '../build/protoc.gypi' ] 3856 'includes': [ '../build/protoc.gypi' ]
3855 }, 3857 },
3856 ], 3858 ],
3857 },], 3859 },],
3858 ], 3860 ],
3859 } 3861 }
OLDNEW
« no previous file with comments | « chrome/browser/chrome_browser_main_android.cc ('k') | chromecast/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698