OLD | NEW |
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 Loading... |
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 Loading... |
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 } |
OLD | NEW |