| 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 'browser/android/bookmarks/partner_bookmarks_reader.cc', | 45 'browser/android/bookmarks/partner_bookmarks_reader.cc', |
| 46 'browser/android/bookmarks/partner_bookmarks_reader.h', | 46 'browser/android/bookmarks/partner_bookmarks_reader.h', |
| 47 'browser/android/bookmarks/partner_bookmarks_shim.cc', | 47 'browser/android/bookmarks/partner_bookmarks_shim.cc', |
| 48 'browser/android/bookmarks/partner_bookmarks_shim.h', | 48 'browser/android/bookmarks/partner_bookmarks_shim.h', |
| 49 'browser/android/bottombar/contextualsearch/contextual_search_panel.cc', | 49 'browser/android/bottombar/contextualsearch/contextual_search_panel.cc', |
| 50 'browser/android/bottombar/contextualsearch/contextual_search_panel.h', | 50 'browser/android/bottombar/contextualsearch/contextual_search_panel.h', |
| 51 'browser/android/chrome_application.cc', | 51 'browser/android/chrome_application.cc', |
| 52 'browser/android/chrome_application.h', | 52 'browser/android/chrome_application.h', |
| 53 'browser/android/chrome_jni_registrar.cc', | 53 'browser/android/chrome_jni_registrar.cc', |
| 54 'browser/android/chrome_jni_registrar.h', | 54 'browser/android/chrome_jni_registrar.h', |
| 55 'browser/android/chrome_main_delegate_staging_android.cc', | |
| 56 'browser/android/chrome_main_delegate_staging_android.h', | |
| 57 'browser/android/chrome_media_client_android.cc', | 55 'browser/android/chrome_media_client_android.cc', |
| 58 'browser/android/chrome_media_client_android.h', | 56 'browser/android/chrome_media_client_android.h', |
| 59 'browser/android/chrome_startup_flags.cc', | 57 'browser/android/chrome_startup_flags.cc', |
| 60 'browser/android/chrome_startup_flags.h', | 58 'browser/android/chrome_startup_flags.h', |
| 61 'browser/android/chrome_web_contents_delegate_android.cc', | 59 'browser/android/chrome_web_contents_delegate_android.cc', |
| 62 'browser/android/chrome_web_contents_delegate_android.h', | 60 'browser/android/chrome_web_contents_delegate_android.h', |
| 63 'browser/android/compositor/compositor_view.cc', | 61 'browser/android/compositor/compositor_view.cc', |
| 64 'browser/android/compositor/compositor_view.h', | 62 'browser/android/compositor/compositor_view.h', |
| 65 'browser/android/compositor/decoration_title.cc', | 63 'browser/android/compositor/decoration_title.cc', |
| 66 'browser/android/compositor/decoration_title.h', | 64 'browser/android/compositor/decoration_title.h', |
| (...skipping 4056 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4123 '../components/components.gyp:omnibox_browser', | 4121 '../components/components.gyp:omnibox_browser', |
| 4124 '../components/components.gyp:rlz', | 4122 '../components/components.gyp:rlz', |
| 4125 '../components/components.gyp:search_engines', | 4123 '../components/components.gyp:search_engines', |
| 4126 '../rlz/rlz.gyp:rlz_lib', | 4124 '../rlz/rlz.gyp:rlz_lib', |
| 4127 ], | 4125 ], |
| 4128 }, | 4126 }, |
| 4129 ], | 4127 ], |
| 4130 }], | 4128 }], |
| 4131 ], | 4129 ], |
| 4132 } | 4130 } |
| OLD | NEW |