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

Side by Side Diff: chrome/chrome_browser.gypi

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: addressed comments. 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'browser/android/blimp/blimp_client_context_factory_android.cc', 44 'browser/android/blimp/blimp_client_context_factory_android.cc',
45 'browser/android/blimp/blimp_client_context_factory_android.h', 45 'browser/android/blimp/blimp_client_context_factory_android.h',
46 'browser/android/blimp/blimp_client_context_factory.cc', 46 'browser/android/blimp/blimp_client_context_factory.cc',
47 'browser/android/blimp/blimp_client_context_factory.h', 47 'browser/android/blimp/blimp_client_context_factory.h',
48 'browser/android/blimp/blimp_contents_profile_attachment.cc', 48 'browser/android/blimp/blimp_contents_profile_attachment.cc',
49 'browser/android/blimp/blimp_contents_profile_attachment.h', 49 'browser/android/blimp/blimp_contents_profile_attachment.h',
50 'browser/android/blimp/chrome_blimp_client_context_delegate_android.cc', 50 'browser/android/blimp/chrome_blimp_client_context_delegate_android.cc',
51 'browser/android/blimp/chrome_blimp_client_context_delegate_android.h', 51 'browser/android/blimp/chrome_blimp_client_context_delegate_android.h',
52 'browser/android/blimp/chrome_blimp_client_context_delegate.cc', 52 'browser/android/blimp/chrome_blimp_client_context_delegate.cc',
53 'browser/android/blimp/chrome_blimp_client_context_delegate.h', 53 'browser/android/blimp/chrome_blimp_client_context_delegate.h',
54 'browser/android/blimp/chrome_compositor_dependencies.cc',
55 'browser/android/blimp/chrome_compositor_dependencies.h',
54 'browser/android/bookmarks/bookmark_bridge.cc', 56 'browser/android/bookmarks/bookmark_bridge.cc',
55 'browser/android/bookmarks/bookmark_bridge.h', 57 'browser/android/bookmarks/bookmark_bridge.h',
56 'browser/android/bookmarks/partner_bookmarks_reader.cc', 58 'browser/android/bookmarks/partner_bookmarks_reader.cc',
57 'browser/android/bookmarks/partner_bookmarks_reader.h', 59 'browser/android/bookmarks/partner_bookmarks_reader.h',
58 'browser/android/bookmarks/partner_bookmarks_shim.cc', 60 'browser/android/bookmarks/partner_bookmarks_shim.cc',
59 'browser/android/bookmarks/partner_bookmarks_shim.h', 61 'browser/android/bookmarks/partner_bookmarks_shim.h',
60 'browser/android/bottombar/overlay_panel_content.cc', 62 'browser/android/bottombar/overlay_panel_content.cc',
61 'browser/android/bottombar/overlay_panel_content.h', 63 'browser/android/bottombar/overlay_panel_content.h',
62 'browser/android/browsing_data/browsing_data_counter_bridge.cc', 64 'browser/android/browsing_data/browsing_data_counter_bridge.cc',
63 'browser/android/browsing_data/browsing_data_counter_bridge.h', 65 'browser/android/browsing_data/browsing_data_counter_bridge.h',
(...skipping 3109 matching lines...) Expand 10 before | Expand all | Expand 10 after
3173 '../components/components.gyp:rlz', 3175 '../components/components.gyp:rlz',
3174 '../components/components.gyp:search_engines', 3176 '../components/components.gyp:search_engines',
3175 '../rlz/rlz.gyp:rlz_lib', 3177 '../rlz/rlz.gyp:rlz_lib',
3176 'common', 3178 'common',
3177 ], 3179 ],
3178 }, 3180 },
3179 ], 3181 ],
3180 }], 3182 }],
3181 ], 3183 ],
3182 } 3184 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698