| 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 3043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3054 'browser/themes/theme_service_factory.h', | 3054 'browser/themes/theme_service_factory.h', |
| 3055 'browser/themes/theme_service_mac.mm', | 3055 'browser/themes/theme_service_mac.mm', |
| 3056 'browser/themes/theme_syncable_service.cc', | 3056 'browser/themes/theme_syncable_service.cc', |
| 3057 'browser/themes/theme_syncable_service.h', | 3057 'browser/themes/theme_syncable_service.h', |
| 3058 ], | 3058 ], |
| 3059 'chrome_browser_undo_sources': [ | 3059 'chrome_browser_undo_sources': [ |
| 3060 'browser/undo/bookmark_undo_service_factory.cc', | 3060 'browser/undo/bookmark_undo_service_factory.cc', |
| 3061 'browser/undo/bookmark_undo_service_factory.h', | 3061 'browser/undo/bookmark_undo_service_factory.h', |
| 3062 ], | 3062 ], |
| 3063 'chrome_browser_web_resource_sources': [ | 3063 'chrome_browser_web_resource_sources': [ |
| 3064 'browser/web_resource/chrome_web_resource_service.cc', | |
| 3065 'browser/web_resource/chrome_web_resource_service.h', | |
| 3066 'browser/web_resource/notification_promo.cc', | 3064 'browser/web_resource/notification_promo.cc', |
| 3067 'browser/web_resource/notification_promo.h', | 3065 'browser/web_resource/notification_promo.h', |
| 3068 'browser/web_resource/notification_promo_helper.cc', | 3066 'browser/web_resource/notification_promo_helper.cc', |
| 3069 'browser/web_resource/notification_promo_helper.h', | 3067 'browser/web_resource/notification_promo_helper.h', |
| 3070 'browser/web_resource/promo_resource_service.cc', | 3068 'browser/web_resource/promo_resource_service.cc', |
| 3071 'browser/web_resource/promo_resource_service.h', | 3069 'browser/web_resource/promo_resource_service.h', |
| 3072 ], | 3070 ], |
| 3073 'chrome_browser_webrtc_sources': [ | 3071 'chrome_browser_webrtc_sources': [ |
| 3074 # TODO(brettw) should webrtc_log_list.cc go here? | 3072 # TODO(brettw) should webrtc_log_list.cc go here? |
| 3075 'browser/media/webrtc_log_uploader.cc', | 3073 'browser/media/webrtc_log_uploader.cc', |
| (...skipping 1035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4111 '../components/components.gyp:omnibox_browser', | 4109 '../components/components.gyp:omnibox_browser', |
| 4112 '../components/components.gyp:rlz', | 4110 '../components/components.gyp:rlz', |
| 4113 '../components/components.gyp:search_engines', | 4111 '../components/components.gyp:search_engines', |
| 4114 '../rlz/rlz.gyp:rlz_lib', | 4112 '../rlz/rlz.gyp:rlz_lib', |
| 4115 ], | 4113 ], |
| 4116 }, | 4114 }, |
| 4117 ], | 4115 ], |
| 4118 }], | 4116 }], |
| 4119 ], | 4117 ], |
| 4120 } | 4118 } |
| OLD | NEW |