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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: Created 4 years, 3 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
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 713 matching lines...) Expand 10 before | Expand all | Expand 10 after
724 'browser/android/blimp/blimp_client_context_factory_android.cc', 724 'browser/android/blimp/blimp_client_context_factory_android.cc',
725 'browser/android/blimp/blimp_client_context_factory_android.h', 725 'browser/android/blimp/blimp_client_context_factory_android.h',
726 'browser/android/blimp/blimp_client_context_factory.cc', 726 'browser/android/blimp/blimp_client_context_factory.cc',
727 'browser/android/blimp/blimp_client_context_factory.h', 727 'browser/android/blimp/blimp_client_context_factory.h',
728 'browser/android/blimp/blimp_contents_profile_attachment.cc', 728 'browser/android/blimp/blimp_contents_profile_attachment.cc',
729 'browser/android/blimp/blimp_contents_profile_attachment.h', 729 'browser/android/blimp/blimp_contents_profile_attachment.h',
730 'browser/android/blimp/chrome_blimp_client_context_delegate_android.cc', 730 'browser/android/blimp/chrome_blimp_client_context_delegate_android.cc',
731 'browser/android/blimp/chrome_blimp_client_context_delegate_android.h', 731 'browser/android/blimp/chrome_blimp_client_context_delegate_android.h',
732 'browser/android/blimp/chrome_blimp_client_context_delegate.cc', 732 'browser/android/blimp/chrome_blimp_client_context_delegate.cc',
733 'browser/android/blimp/chrome_blimp_client_context_delegate.h', 733 'browser/android/blimp/chrome_blimp_client_context_delegate.h',
734 'browser/android/blimp/chrome_compositor_dependencies.cc',
735 'browser/android/blimp/chrome_compositor_dependencies.h',
734 'browser/android/bookmarks/bookmark_bridge.cc', 736 'browser/android/bookmarks/bookmark_bridge.cc',
735 'browser/android/bookmarks/bookmark_bridge.h', 737 'browser/android/bookmarks/bookmark_bridge.h',
736 'browser/android/bookmarks/partner_bookmarks_reader.cc', 738 'browser/android/bookmarks/partner_bookmarks_reader.cc',
737 'browser/android/bookmarks/partner_bookmarks_reader.h', 739 'browser/android/bookmarks/partner_bookmarks_reader.h',
738 'browser/android/bookmarks/partner_bookmarks_shim.cc', 740 'browser/android/bookmarks/partner_bookmarks_shim.cc',
739 'browser/android/bookmarks/partner_bookmarks_shim.h', 741 'browser/android/bookmarks/partner_bookmarks_shim.h',
740 'browser/android/bottombar/overlay_panel_content.cc', 742 'browser/android/bottombar/overlay_panel_content.cc',
741 'browser/android/bottombar/overlay_panel_content.h', 743 'browser/android/bottombar/overlay_panel_content.h',
742 'browser/android/browsing_data/browsing_data_counter_bridge.cc', 744 'browser/android/browsing_data/browsing_data_counter_bridge.cc',
743 'browser/android/browsing_data/browsing_data_counter_bridge.h', 745 'browser/android/browsing_data/browsing_data_counter_bridge.h',
(...skipping 3611 matching lines...) Expand 10 before | Expand all | Expand 10 after
4355 '../components/components.gyp:rlz', 4357 '../components/components.gyp:rlz',
4356 '../components/components.gyp:search_engines', 4358 '../components/components.gyp:search_engines',
4357 '../rlz/rlz.gyp:rlz_lib', 4359 '../rlz/rlz.gyp:rlz_lib',
4358 'common', 4360 'common',
4359 ], 4361 ],
4360 }, 4362 },
4361 ], 4363 ],
4362 }], 4364 }],
4363 ], 4365 ],
4364 } 4366 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698